Class TitleType

java.lang.Object
org.oasis_open.docs.ns.xri.xrd_1.String
org.oasis_open.docs.ns.xri.xrd_1.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 Details

    • lang

      protected String lang
  • Constructor Details

    • TitleType

      public TitleType()
  • Method Details

    • 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