Class TitleType


  • public class TitleType
    extends String

    Java class for TitleType complex type.

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

     <complexType name="TitleType">
       <simpleContent>
         <extension base="<http://docs.oasis-open.org/ns/xri/xrd-1.0>string">
           <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

    • Constructor Detail

      • TitleType

        public TitleType()
    • Method Detail

      • 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