Package uk.org.siri.siri13
Class DefaultedTextStructure
- java.lang.Object
-
- uk.org.siri.siri13.NaturalLanguageStringStructure
-
- uk.org.siri.siri13.DefaultedTextStructure
-
- All Implemented Interfaces:
Serializable
public class DefaultedTextStructure extends NaturalLanguageStringStructure implements Serializable
Type for a text that may be overridden.Java class for DefaultedTextStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DefaultedTextStructure"> <simpleContent> <extension base="<http://www.siri.org.uk/siri>NaturalLanguageStringStructure"> <attribute name="overridden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleanoverridden-
Fields inherited from class uk.org.siri.siri13.NaturalLanguageStringStructure
lang, value
-
-
Constructor Summary
Constructors Constructor Description DefaultedTextStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisOverridden()Gets the value of the overridden property.voidsetOverridden(Boolean value)Sets the value of the overridden property.-
Methods inherited from class uk.org.siri.siri13.NaturalLanguageStringStructure
getLang, getValue, setLang, setValue
-
-
-
-
Field Detail
-
overridden
protected Boolean overridden
-
-