public class GetLocalizedText extends AbstractGet
Java class for GetLocalizedText complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetLocalizedText">
<complexContent>
<extension base="{http://message-model-uri/15/04}AbstractGet">
<sequence>
<element name="Ref" type="{http://domain-model-uri/15/04}LocalizedTextRef"/>
<element name="Version" type="{http://domain-model-uri/15/04}ReferencedVersion" minOccurs="0"/>
<element name="Lang" type="{http://www.w3.org/2001/XMLSchema}language" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
lang |
protected String |
ref |
protected BigInteger |
version |
extension| Constructor and Description |
|---|
GetLocalizedText() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getLang()
Gets the value of the lang property.
|
String |
getRef()
Gets the value of the ref property.
|
BigInteger |
getVersion()
Gets the value of the version property.
|
void |
setLang(List<String> value) |
void |
setRef(String value)
Sets the value of the ref property.
|
void |
setVersion(BigInteger value)
Sets the value of the version property.
|
getExtension, setExtensionprotected String ref
protected BigInteger version
public String getRef()
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic 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
Copyright © 2016. All rights reserved.