public class LocalizedText extends Object
Java class for LocalizedText complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalizedText">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="Ref" type="{http://p11073-10207/draft6/pm/2016/12/08}LocalizedTextRef" />
<attribute name="Lang" type="{http://www.w3.org/2001/XMLSchema}language" />
<attribute name="Version" type="{http://p11073-10207/draft6/pm/2016/12/08}ReferencedVersion" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lang |
protected String |
ref |
protected String |
value |
protected BigInteger |
version |
| Constructor and Description |
|---|
LocalizedText() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getLang()
Gets the value of the lang property.
|
String |
getRef()
Gets the value of the ref property.
|
String |
getValue()
Gets the value of the value property.
|
BigInteger |
getVersion()
Gets the value of the version property.
|
int |
hashCode() |
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setVersion(BigInteger value)
Sets the value of the version property.
|
String |
toString() |
protected String value
protected String ref
protected String lang
protected BigInteger version
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getRef()
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic BigInteger getVersion()
BigIntegerpublic void setVersion(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017. All rights reserved.