public class GetLocalizedText extends AbstractGet
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractGet">
<sequence>
<element name="Ref" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedTextRef" maxOccurs="unbounded" minOccurs="0"/>
<element name="Version" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ReferencedVersion" minOccurs="0"/>
<element name="Lang" type="{http://www.w3.org/2001/XMLSchema}language" maxOccurs="unbounded" minOccurs="0"/>
<element name="TextWidth" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedTextWidth" maxOccurs="unbounded" minOccurs="0"/>
<element name="NumberOfLines" type="{http://www.w3.org/2001/XMLSchema}integer" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
lang |
protected java.util.List<java.math.BigInteger> |
numberOfLines |
protected java.util.List<java.lang.String> |
ref |
protected java.util.List<LocalizedTextWidth> |
textWidth |
protected java.math.BigInteger |
version |
extension| Constructor and Description |
|---|
GetLocalizedText() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.String> |
getLang()
Gets the value of the lang property.
|
java.util.List<java.math.BigInteger> |
getNumberOfLines()
Gets the value of the numberOfLines property.
|
java.util.List<java.lang.String> |
getRef()
Gets the value of the ref property.
|
java.util.List<LocalizedTextWidth> |
getTextWidth()
Gets the value of the textWidth property.
|
java.math.BigInteger |
getVersion()
Gets the value of the version property.
|
int |
hashCode() |
void |
setLang(java.util.List<java.lang.String> value) |
void |
setNumberOfLines(java.util.List<java.math.BigInteger> value) |
void |
setRef(java.util.List<java.lang.String> value) |
void |
setTextWidth(java.util.List<LocalizedTextWidth> value) |
void |
setVersion(java.math.BigInteger value)
Sets the value of the version property.
|
java.lang.String |
toString() |
getExtension, setExtensionprotected java.util.List<java.lang.String> ref
protected java.math.BigInteger version
protected java.util.List<java.lang.String> lang
protected java.util.List<LocalizedTextWidth> textWidth
protected java.util.List<java.math.BigInteger> numberOfLines
public java.util.List<java.lang.String> getRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ref property.
For example, to add a new item, do as follows:
getRef().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.math.BigInteger getVersion()
BigIntegerpublic void setVersion(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.util.List<java.lang.String> getLang()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the lang property.
For example, to add a new item, do as follows:
getLang().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<LocalizedTextWidth> getTextWidth()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the textWidth property.
For example, to add a new item, do as follows:
getTextWidth().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedTextWidth
public java.util.List<java.math.BigInteger> getNumberOfLines()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the numberOfLines property.
For example, to add a new item, do as follows:
getNumberOfLines().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger
public java.lang.String toString()
toString in class AbstractGetpublic boolean equals(java.lang.Object that)
equals in class AbstractGetpublic int hashCode()
hashCode in class AbstractGetpublic void setRef(java.util.List<java.lang.String> value)
public void setLang(java.util.List<java.lang.String> value)
public void setTextWidth(java.util.List<LocalizedTextWidth> value)
public void setNumberOfLines(java.util.List<java.math.BigInteger> value)