Class NaturalLanguageStringStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    DefaultedTextStructure

    public class NaturalLanguageStringStructure
    extends Object
    implements Serializable
    Tyoe for a string in a specified language

    Java class for NaturalLanguageStringStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="NaturalLanguageStringStructure">
       <simpleContent>
         <extension base="<http://www.siri.org.uk/siri>PopulatedStringType">
           <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
         </extension>
       </simpleContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • NaturalLanguageStringStructure

        public NaturalLanguageStringStructure()
    • Method Detail

      • getValue

        public String getValue()
        A restriction of W3C XML Schema's string that requires at least one character of text.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getLang

        public String getLang()
        Gets the value of the lang property.
        Returns:
        possible object is String
      • setLang

        public void setLang​(String value)
        Sets the value of the lang property.
        Parameters:
        value - allowed object is String