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://p11073-10207/draft10/pm/2017/10/05>LocalizedTextContent">
<attribute name="Ref" type="{http://p11073-10207/draft10/pm/2017/10/05}LocalizedTextRef" />
<attribute name="Lang" type="{http://www.w3.org/2001/XMLSchema}language" />
<attribute name="Version" type="{http://p11073-10207/draft10/pm/2017/10/05}ReferencedVersion" />
<attribute name="TextWidth" type="{http://p11073-10207/draft10/pm/2017/10/05}LocalizedTextWidth" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lang |
protected String |
ref |
protected LocalizedTextWidth |
textWidth |
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.
|
LocalizedTextWidth |
getTextWidth()
Gets the value of the textWidth property.
|
String |
getValue()
Content restriction for pm:LocalizedText ELEMENTs.
|
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 |
setTextWidth(LocalizedTextWidth value)
Sets the value of the textWidth 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
protected LocalizedTextWidth textWidth
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
BigIntegerpublic LocalizedTextWidth getTextWidth()
LocalizedTextWidthpublic void setTextWidth(LocalizedTextWidth value)
value - allowed object is
LocalizedTextWidthCopyright © 2017. All rights reserved.