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/draft6/msg/2016/12/08}AbstractGet">
<sequence>
<element name="Ref" type="{http://p11073-10207/draft6/pm/2016/12/08}LocalizedTextRef"/>
<element name="Version" type="{http://p11073-10207/draft6/pm/2016/12/08}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 |
|---|---|
boolean |
equals(Object that) |
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.
|
int |
hashCode() |
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.
|
String |
toString() |
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
public String toString()
toString in class AbstractGetpublic boolean equals(Object that)
equals in class AbstractGetpublic int hashCode()
hashCode in class AbstractGetCopyright © 2017. All rights reserved.