public class LocalizedText
extends java.lang.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://standards.ieee.org/downloads/11073/11073-10207-2017/participant>LocalizedTextContent">
<attribute name="Ref" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedTextRef" />
<attribute name="Lang" type="{http://www.w3.org/2001/XMLSchema}language" />
<attribute name="Version" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ReferencedVersion" />
<attribute name="TextWidth" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedTextWidth" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
lang |
protected java.lang.String |
ref |
protected LocalizedTextWidth |
textWidth |
protected java.lang.String |
value |
protected java.math.BigInteger |
version |
| Constructor and Description |
|---|
LocalizedText() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getLang()
Gets the value of the lang property.
|
java.lang.String |
getRef()
Gets the value of the ref property.
|
LocalizedTextWidth |
getTextWidth()
Gets the value of the textWidth property.
|
java.lang.String |
getValue()
Content restriction for pm:LocalizedText ELEMENTs.
|
java.math.BigInteger |
getVersion()
Gets the value of the version property.
|
int |
hashCode() |
void |
setLang(java.lang.String value)
Sets the value of the lang property.
|
void |
setRef(java.lang.String value)
Sets the value of the ref property.
|
void |
setTextWidth(LocalizedTextWidth value)
Sets the value of the textWidth property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
void |
setVersion(java.math.BigInteger value)
Sets the value of the version property.
|
java.lang.String |
toString() |
protected java.lang.String value
protected java.lang.String ref
protected java.lang.String lang
protected java.math.BigInteger version
protected LocalizedTextWidth textWidth
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRef()
Stringpublic void setRef(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLang()
Stringpublic void setLang(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getVersion()
BigIntegerpublic void setVersion(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic LocalizedTextWidth getTextWidth()
LocalizedTextWidthpublic void setTextWidth(LocalizedTextWidth value)
value - allowed object is
LocalizedTextWidthpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object