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://p11073-10207/draft10/msg/2017/10/05}AbstractGet">
<sequence>
<element name="Ref" type="{http://p11073-10207/draft10/pm/2017/10/05}LocalizedTextRef" maxOccurs="unbounded" minOccurs="0"/>
<element name="Version" type="{http://p11073-10207/draft10/pm/2017/10/05}ReferencedVersion" minOccurs="0"/>
<element name="Lang" type="{http://www.w3.org/2001/XMLSchema}language" maxOccurs="unbounded" minOccurs="0"/>
<element name="TextWidth" type="{http://p11073-10207/draft10/pm/2017/10/05}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 List<String> |
lang |
protected List<BigInteger> |
numberOfLines |
protected List<String> |
ref |
protected List<LocalizedTextWidth> |
textWidth |
protected BigInteger |
version |
extension| Constructor and Description |
|---|
GetLocalizedText() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<String> |
getLang()
Gets the value of the lang property.
|
List<BigInteger> |
getNumberOfLines()
Gets the value of the numberOfLines property.
|
List<String> |
getRef()
Gets the value of the ref property.
|
List<LocalizedTextWidth> |
getTextWidth()
Gets the value of the textWidth property.
|
BigInteger |
getVersion()
Gets the value of the version property.
|
int |
hashCode() |
void |
setLang(List<String> value) |
void |
setNumberOfLines(List<BigInteger> value) |
void |
setRef(List<String> value) |
void |
setTextWidth(List<LocalizedTextWidth> value) |
void |
setVersion(BigInteger value)
Sets the value of the version property.
|
String |
toString() |
getExtension, setExtensionprotected BigInteger version
protected List<LocalizedTextWidth> textWidth
protected List<BigInteger> numberOfLines
public List<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 BigInteger getVersion()
BigIntegerpublic void setVersion(BigInteger value)
value - allowed object is
BigIntegerpublic List<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 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 List<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 void setTextWidth(List<LocalizedTextWidth> value)
public void setNumberOfLines(List<BigInteger> value)
public String toString()
toString in class AbstractGetpublic boolean equals(Object that)
equals in class AbstractGetpublic int hashCode()
hashCode in class AbstractGetCopyright © 2018. All rights reserved.