public class Tuv
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{}note"/>
<element ref="{}prop"/>
</choice>
<element ref="{}seg"/>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
<attribute name="o-encoding" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="usagecount" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="lastusagedate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="creationtool" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="creationtoolversion" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="creationdate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="creationid" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="changedate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="o-tmf" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="changeid" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
changedate |
protected java.lang.String |
changeid |
protected java.lang.String |
creationdate |
protected java.lang.String |
creationid |
protected java.lang.String |
creationtool |
protected java.lang.String |
creationtoolversion |
protected java.lang.String |
datatype |
protected java.lang.String |
lang |
protected java.lang.String |
lastusagedate |
protected java.util.List<java.lang.Object> |
noteOrProp |
protected java.lang.String |
oEncoding |
protected java.lang.String |
oTmf |
protected Seg |
seg |
protected java.lang.String |
usagecount |
protected java.lang.String |
xmlLang |
| Constructor and Description |
|---|
Tuv() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChangedate()
Gets the value of the changedate property.
|
java.lang.String |
getChangeid()
Gets the value of the changeid property.
|
java.lang.String |
getCreationdate()
Gets the value of the creationdate property.
|
java.lang.String |
getCreationid()
Gets the value of the creationid property.
|
java.lang.String |
getCreationtool()
Gets the value of the creationtool property.
|
java.lang.String |
getCreationtoolversion()
Gets the value of the creationtoolversion property.
|
java.lang.String |
getDatatype()
Gets the value of the datatype property.
|
java.lang.String |
getLang()
Gets the value of the lang property.
|
java.lang.String |
getLastusagedate()
Gets the value of the lastusagedate property.
|
java.util.List<java.lang.Object> |
getNoteOrProp()
Gets the value of the noteOrProp property.
|
java.lang.String |
getOEncoding()
Gets the value of the oEncoding property.
|
java.lang.String |
getOTmf()
Gets the value of the oTmf property.
|
Seg |
getSeg()
Gets the value of the seg property.
|
java.lang.String |
getUsagecount()
Gets the value of the usagecount property.
|
java.lang.String |
getXmlLang()
Gets the value of the xmlLang property.
|
void |
setChangedate(java.lang.String value)
Sets the value of the changedate property.
|
void |
setChangeid(java.lang.String value)
Sets the value of the changeid property.
|
void |
setCreationdate(java.lang.String value)
Sets the value of the creationdate property.
|
void |
setCreationid(java.lang.String value)
Sets the value of the creationid property.
|
void |
setCreationtool(java.lang.String value)
Sets the value of the creationtool property.
|
void |
setCreationtoolversion(java.lang.String value)
Sets the value of the creationtoolversion property.
|
void |
setDatatype(java.lang.String value)
Sets the value of the datatype property.
|
void |
setLang(java.lang.String value)
Sets the value of the lang property.
|
void |
setLastusagedate(java.lang.String value)
Sets the value of the lastusagedate property.
|
void |
setOEncoding(java.lang.String value)
Sets the value of the oEncoding property.
|
void |
setOTmf(java.lang.String value)
Sets the value of the oTmf property.
|
void |
setSeg(Seg value)
Sets the value of the seg property.
|
void |
setUsagecount(java.lang.String value)
Sets the value of the usagecount property.
|
void |
setXmlLang(java.lang.String value)
Sets the value of the xmlLang property.
|
protected java.util.List<java.lang.Object> noteOrProp
protected Seg seg
protected java.lang.String xmlLang
protected java.lang.String oEncoding
protected java.lang.String datatype
protected java.lang.String usagecount
protected java.lang.String lastusagedate
protected java.lang.String creationtool
protected java.lang.String creationtoolversion
protected java.lang.String creationdate
protected java.lang.String creationid
protected java.lang.String changedate
protected java.lang.String oTmf
protected java.lang.String changeid
protected java.lang.String lang
public java.util.List<java.lang.Object> getNoteOrProp()
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 noteOrProp property.
For example, to add a new item, do as follows:
getNoteOrProp().add(newItem);
Objects of the following type(s) are allowed in the list
Note
Prop
public void setSeg(Seg value)
value - allowed object is
Segpublic java.lang.String getXmlLang()
Stringpublic void setXmlLang(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOEncoding()
Stringpublic void setOEncoding(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDatatype()
Stringpublic void setDatatype(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUsagecount()
Stringpublic void setUsagecount(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLastusagedate()
Stringpublic void setLastusagedate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCreationtool()
Stringpublic void setCreationtool(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCreationtoolversion()
Stringpublic void setCreationtoolversion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCreationdate()
Stringpublic void setCreationdate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCreationid()
Stringpublic void setCreationid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getChangedate()
Stringpublic void setChangedate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOTmf()
Stringpublic void setOTmf(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getChangeid()
Stringpublic void setChangeid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLang()
Stringpublic void setLang(java.lang.String value)
value - allowed object is
String