Package org.oasis_open.docs.ns.xri.xrd_1
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>
-
-
Constructor Summary
Constructors Constructor Description TitleType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLang()Gets the value of the lang property.voidsetLang(String value)Sets the value of the lang property.-
Methods inherited from class org.oasis_open.docs.ns.xri.xrd_1.String
getOtherAttributes, getValue, setValue
-
-
-
-
Field Detail
-
lang
protected String lang
-
-