public class Header
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">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{}note"/>
<element ref="{}prop"/>
<element ref="{}ude"/>
</choice>
<attribute name="creationtool" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="creationtoolversion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="segtype" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="block"/>
<enumeration value="sentence"/>
<enumeration value="phrase"/>
<enumeration value="paragraph"/>
</restriction>
</simpleType>
</attribute>
<attribute name="o-tmf" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="adminlang" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="srclang" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="datatype" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="o-encoding" 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="changeid" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
adminlang |
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.util.List<java.lang.Object> |
noteOrPropOrUde |
protected java.lang.String |
oEncoding |
protected java.lang.String |
oTmf |
protected java.lang.String |
segtype |
protected java.lang.String |
srclang |
| Constructor and Description |
|---|
Header() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAdminlang()
Gets the value of the adminlang property.
|
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.util.List<java.lang.Object> |
getNoteOrPropOrUde()
Gets the value of the noteOrPropOrUde property.
|
java.lang.String |
getOEncoding()
Gets the value of the oEncoding property.
|
java.lang.String |
getOTmf()
Gets the value of the oTmf property.
|
java.lang.String |
getSegtype()
Gets the value of the segtype property.
|
java.lang.String |
getSrclang()
Gets the value of the srclang property.
|
void |
setAdminlang(java.lang.String value)
Sets the value of the adminlang 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 |
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 |
setSegtype(java.lang.String value)
Sets the value of the segtype property.
|
void |
setSrclang(java.lang.String value)
Sets the value of the srclang property.
|
protected java.util.List<java.lang.Object> noteOrPropOrUde
protected java.lang.String creationtool
protected java.lang.String creationtoolversion
protected java.lang.String segtype
protected java.lang.String oTmf
protected java.lang.String adminlang
protected java.lang.String srclang
protected java.lang.String datatype
protected java.lang.String oEncoding
protected java.lang.String creationdate
protected java.lang.String creationid
protected java.lang.String changedate
protected java.lang.String changeid
public java.util.List<java.lang.Object> getNoteOrPropOrUde()
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 noteOrPropOrUde property.
For example, to add a new item, do as follows:
getNoteOrPropOrUde().add(newItem);
Objects of the following type(s) are allowed in the list
Note
Prop
Ude
public 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 getSegtype()
Stringpublic void setSegtype(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 getAdminlang()
Stringpublic void setAdminlang(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSrclang()
Stringpublic void setSrclang(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 getOEncoding()
Stringpublic void setOEncoding(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 getChangeid()
Stringpublic void setChangeid(java.lang.String value)
value - allowed object is
String