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 and Description |
|---|
TitleType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLang()
Gets the value of the lang property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
getOtherAttributes, getValue, setValueprotected String lang
Copyright © 2018 Bedework. All rights reserved.