Class 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 Detail

      • overridden

        protected Boolean overridden
    • Constructor Detail

      • DefaultedTextStructure

        public DefaultedTextStructure()
    • Method Detail

      • isOverridden

        public boolean isOverridden()
        Gets the value of the overridden property.
        Returns:
        possible object is Boolean
      • setOverridden

        public void setOverridden​(Boolean value)
        Sets the value of the overridden property.
        Parameters:
        value - allowed object is Boolean