Package gen.core.tmx14
Class Header
- java.lang.Object
-
- gen.core.tmx14.Header
-
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>
-
-
Constructor Summary
Constructors Constructor Description Header()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getNoteOrPropOrUde
public java.util.List<java.lang.Object> getNoteOrPropOrUde()
Gets the value of the noteOrPropOrUde property.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
-
getCreationtool
public java.lang.String getCreationtool()
Gets the value of the creationtool property.- Returns:
- possible object is
String
-
setCreationtool
public void setCreationtool(java.lang.String value)
Sets the value of the creationtool property.- Parameters:
value
- allowed object isString
-
getCreationtoolversion
public java.lang.String getCreationtoolversion()
Gets the value of the creationtoolversion property.- Returns:
- possible object is
String
-
setCreationtoolversion
public void setCreationtoolversion(java.lang.String value)
Sets the value of the creationtoolversion property.- Parameters:
value
- allowed object isString
-
getSegtype
public java.lang.String getSegtype()
Gets the value of the segtype property.- Returns:
- possible object is
String
-
setSegtype
public void setSegtype(java.lang.String value)
Sets the value of the segtype property.- Parameters:
value
- allowed object isString
-
getOTmf
public java.lang.String getOTmf()
Gets the value of the oTmf property.- Returns:
- possible object is
String
-
setOTmf
public void setOTmf(java.lang.String value)
Sets the value of the oTmf property.- Parameters:
value
- allowed object isString
-
getAdminlang
public java.lang.String getAdminlang()
Gets the value of the adminlang property.- Returns:
- possible object is
String
-
setAdminlang
public void setAdminlang(java.lang.String value)
Sets the value of the adminlang property.- Parameters:
value
- allowed object isString
-
getSrclang
public java.lang.String getSrclang()
Gets the value of the srclang property.- Returns:
- possible object is
String
-
setSrclang
public void setSrclang(java.lang.String value)
Sets the value of the srclang property.- Parameters:
value
- allowed object isString
-
getDatatype
public java.lang.String getDatatype()
Gets the value of the datatype property.- Returns:
- possible object is
String
-
setDatatype
public void setDatatype(java.lang.String value)
Sets the value of the datatype property.- Parameters:
value
- allowed object isString
-
getOEncoding
public java.lang.String getOEncoding()
Gets the value of the oEncoding property.- Returns:
- possible object is
String
-
setOEncoding
public void setOEncoding(java.lang.String value)
Sets the value of the oEncoding property.- Parameters:
value
- allowed object isString
-
getCreationdate
public java.lang.String getCreationdate()
Gets the value of the creationdate property.- Returns:
- possible object is
String
-
setCreationdate
public void setCreationdate(java.lang.String value)
Sets the value of the creationdate property.- Parameters:
value
- allowed object isString
-
getCreationid
public java.lang.String getCreationid()
Gets the value of the creationid property.- Returns:
- possible object is
String
-
setCreationid
public void setCreationid(java.lang.String value)
Sets the value of the creationid property.- Parameters:
value
- allowed object isString
-
getChangedate
public java.lang.String getChangedate()
Gets the value of the changedate property.- Returns:
- possible object is
String
-
setChangedate
public void setChangedate(java.lang.String value)
Sets the value of the changedate property.- Parameters:
value
- allowed object isString
-
getChangeid
public java.lang.String getChangeid()
Gets the value of the changeid property.- Returns:
- possible object is
String
-
setChangeid
public void setChangeid(java.lang.String value)
Sets the value of the changeid property.- Parameters:
value
- allowed object isString
-
-