|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface HeaderDocument.Header
An XML header(@http://www.lisa.org/tmx20). This is a complex type.
| Nested Class Summary | |
|---|---|
static interface |
HeaderDocument.Header.Datatype
An XML datatype(@). |
static class |
HeaderDocument.Header.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
|---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Method Summary | |
|---|---|
org.apache.xmlbeans.XmlAnySimpleType |
addNewAdminlang()
Appends and returns a new empty "adminlang" attribute |
org.apache.xmlbeans.XmlAnySimpleType |
addNewChangedate()
Appends and returns a new empty "changedate" attribute |
org.apache.xmlbeans.XmlAnySimpleType |
addNewChangeid()
Appends and returns a new empty "changeid" attribute |
org.apache.xmlbeans.XmlAnySimpleType |
addNewCreationdate()
Appends and returns a new empty "creationdate" attribute |
org.apache.xmlbeans.XmlAnySimpleType |
addNewCreationid()
Appends and returns a new empty "creationid" attribute |
org.apache.xmlbeans.XmlAnySimpleType |
addNewCreationtool()
Appends and returns a new empty "creationtool" attribute |
org.apache.xmlbeans.XmlAnySimpleType |
addNewCreationtoolversion()
Appends and returns a new empty "creationtoolversion" attribute |
InlineDataDocument.InlineData |
addNewInlineData()
Appends and returns a new empty "inline-data" element |
NoteDocument.Note |
addNewNote()
Appends and returns a new empty value (as xml) as the last "note" element |
org.apache.xmlbeans.XmlAnySimpleType |
addNewOEncoding()
Appends and returns a new empty "o-encoding" attribute |
org.apache.xmlbeans.XmlAnySimpleType |
addNewOTmf()
Appends and returns a new empty "o-tmf" attribute |
PropDocument.Prop |
addNewProp()
Appends and returns a new empty value (as xml) as the last "prop" element |
SegmentationDocument.Segmentation |
addNewSegmentation()
Appends and returns a new empty "segmentation" element |
org.apache.xmlbeans.XmlAnySimpleType |
addNewSrclang()
Appends and returns a new empty "srclang" attribute |
org.apache.xmlbeans.XmlAnySimpleType |
getAdminlang()
Gets the "adminlang" attribute |
org.apache.xmlbeans.XmlAnySimpleType |
getChangedate()
Gets the "changedate" attribute |
org.apache.xmlbeans.XmlAnySimpleType |
getChangeid()
Gets the "changeid" attribute |
org.apache.xmlbeans.XmlAnySimpleType |
getCreationdate()
Gets the "creationdate" attribute |
org.apache.xmlbeans.XmlAnySimpleType |
getCreationid()
Gets the "creationid" attribute |
org.apache.xmlbeans.XmlAnySimpleType |
getCreationtool()
Gets the "creationtool" attribute |
org.apache.xmlbeans.XmlAnySimpleType |
getCreationtoolversion()
Gets the "creationtoolversion" attribute |
String |
getDatatype()
Gets the "datatype" attribute |
InlineDataDocument.InlineData |
getInlineData()
Gets the "inline-data" element |
NoteDocument.Note[] |
getNoteArray()
Gets array of all "note" elements |
NoteDocument.Note |
getNoteArray(int i)
Gets ith "note" element |
org.apache.xmlbeans.XmlAnySimpleType |
getOEncoding()
Gets the "o-encoding" attribute |
org.apache.xmlbeans.XmlAnySimpleType |
getOTmf()
Gets the "o-tmf" attribute |
PropDocument.Prop[] |
getPropArray()
Gets array of all "prop" elements |
PropDocument.Prop |
getPropArray(int i)
Gets ith "prop" element |
SegmentationDocument.Segmentation |
getSegmentation()
Gets the "segmentation" element |
Segtypes.Enum |
getSegtype()
Gets the "segtype" attribute |
org.apache.xmlbeans.XmlAnySimpleType |
getSrclang()
Gets the "srclang" attribute |
NoteDocument.Note |
insertNewNote(int i)
Inserts and returns a new empty value (as xml) as the ith "note" element |
PropDocument.Prop |
insertNewProp(int i)
Inserts and returns a new empty value (as xml) as the ith "prop" element |
boolean |
isSetChangedate()
True if has "changedate" attribute |
boolean |
isSetChangeid()
True if has "changeid" attribute |
boolean |
isSetCreationdate()
True if has "creationdate" attribute |
boolean |
isSetCreationid()
True if has "creationid" attribute |
boolean |
isSetDatatype()
True if has "datatype" attribute |
boolean |
isSetInlineData()
True if has "inline-data" element |
boolean |
isSetOEncoding()
True if has "o-encoding" attribute |
boolean |
isSetSegmentation()
True if has "segmentation" element |
void |
removeNote(int i)
Removes the ith "note" element |
void |
removeProp(int i)
Removes the ith "prop" element |
void |
setAdminlang(org.apache.xmlbeans.XmlAnySimpleType adminlang)
Sets the "adminlang" attribute |
void |
setChangedate(org.apache.xmlbeans.XmlAnySimpleType changedate)
Sets the "changedate" attribute |
void |
setChangeid(org.apache.xmlbeans.XmlAnySimpleType changeid)
Sets the "changeid" attribute |
void |
setCreationdate(org.apache.xmlbeans.XmlAnySimpleType creationdate)
Sets the "creationdate" attribute |
void |
setCreationid(org.apache.xmlbeans.XmlAnySimpleType creationid)
Sets the "creationid" attribute |
void |
setCreationtool(org.apache.xmlbeans.XmlAnySimpleType creationtool)
Sets the "creationtool" attribute |
void |
setCreationtoolversion(org.apache.xmlbeans.XmlAnySimpleType creationtoolversion)
Sets the "creationtoolversion" attribute |
void |
setDatatype(String datatype)
Sets the "datatype" attribute |
void |
setInlineData(InlineDataDocument.InlineData inlineData)
Sets the "inline-data" element |
void |
setNoteArray(int i,
NoteDocument.Note note)
Sets ith "note" element |
void |
setNoteArray(NoteDocument.Note[] noteArray)
Sets array of all "note" element |
void |
setOEncoding(org.apache.xmlbeans.XmlAnySimpleType oEncoding)
Sets the "o-encoding" attribute |
void |
setOTmf(org.apache.xmlbeans.XmlAnySimpleType oTmf)
Sets the "o-tmf" attribute |
void |
setPropArray(int i,
PropDocument.Prop prop)
Sets ith "prop" element |
void |
setPropArray(PropDocument.Prop[] propArray)
Sets array of all "prop" element |
void |
setSegmentation(SegmentationDocument.Segmentation segmentation)
Sets the "segmentation" element |
void |
setSegtype(Segtypes.Enum segtype)
Sets the "segtype" attribute |
void |
setSrclang(org.apache.xmlbeans.XmlAnySimpleType srclang)
Sets the "srclang" attribute |
int |
sizeOfNoteArray()
Returns number of "note" element |
int |
sizeOfPropArray()
Returns number of "prop" element |
void |
unsetChangedate()
Unsets the "changedate" attribute |
void |
unsetChangeid()
Unsets the "changeid" attribute |
void |
unsetCreationdate()
Unsets the "creationdate" attribute |
void |
unsetCreationid()
Unsets the "creationid" attribute |
void |
unsetDatatype()
Unsets the "datatype" attribute |
void |
unsetInlineData()
Unsets the "inline-data" element |
void |
unsetOEncoding()
Unsets the "o-encoding" attribute |
void |
unsetSegmentation()
Unsets the "segmentation" element |
HeaderDocument.Header.Datatype |
xgetDatatype()
Gets (as xml) the "datatype" attribute |
Segtypes |
xgetSegtype()
Gets (as xml) the "segtype" attribute |
void |
xsetDatatype(HeaderDocument.Header.Datatype datatype)
Sets (as xml) the "datatype" attribute |
void |
xsetSegtype(Segtypes segtype)
Sets (as xml) the "segtype" attribute |
| Methods inherited from interface org.apache.xmlbeans.XmlObject |
|---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
| Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
|---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
NoteDocument.Note[] getNoteArray()
NoteDocument.Note getNoteArray(int i)
int sizeOfNoteArray()
void setNoteArray(NoteDocument.Note[] noteArray)
void setNoteArray(int i,
NoteDocument.Note note)
NoteDocument.Note insertNewNote(int i)
NoteDocument.Note addNewNote()
void removeNote(int i)
PropDocument.Prop[] getPropArray()
PropDocument.Prop getPropArray(int i)
int sizeOfPropArray()
void setPropArray(PropDocument.Prop[] propArray)
void setPropArray(int i,
PropDocument.Prop prop)
PropDocument.Prop insertNewProp(int i)
PropDocument.Prop addNewProp()
void removeProp(int i)
InlineDataDocument.InlineData getInlineData()
boolean isSetInlineData()
void setInlineData(InlineDataDocument.InlineData inlineData)
InlineDataDocument.InlineData addNewInlineData()
void unsetInlineData()
SegmentationDocument.Segmentation getSegmentation()
boolean isSetSegmentation()
void setSegmentation(SegmentationDocument.Segmentation segmentation)
SegmentationDocument.Segmentation addNewSegmentation()
void unsetSegmentation()
org.apache.xmlbeans.XmlAnySimpleType getCreationtool()
void setCreationtool(org.apache.xmlbeans.XmlAnySimpleType creationtool)
org.apache.xmlbeans.XmlAnySimpleType addNewCreationtool()
org.apache.xmlbeans.XmlAnySimpleType getCreationtoolversion()
void setCreationtoolversion(org.apache.xmlbeans.XmlAnySimpleType creationtoolversion)
org.apache.xmlbeans.XmlAnySimpleType addNewCreationtoolversion()
Segtypes.Enum getSegtype()
Segtypes xgetSegtype()
void setSegtype(Segtypes.Enum segtype)
void xsetSegtype(Segtypes segtype)
org.apache.xmlbeans.XmlAnySimpleType getOTmf()
void setOTmf(org.apache.xmlbeans.XmlAnySimpleType oTmf)
org.apache.xmlbeans.XmlAnySimpleType addNewOTmf()
org.apache.xmlbeans.XmlAnySimpleType getAdminlang()
void setAdminlang(org.apache.xmlbeans.XmlAnySimpleType adminlang)
org.apache.xmlbeans.XmlAnySimpleType addNewAdminlang()
org.apache.xmlbeans.XmlAnySimpleType getSrclang()
void setSrclang(org.apache.xmlbeans.XmlAnySimpleType srclang)
org.apache.xmlbeans.XmlAnySimpleType addNewSrclang()
String getDatatype()
HeaderDocument.Header.Datatype xgetDatatype()
boolean isSetDatatype()
void setDatatype(String datatype)
void xsetDatatype(HeaderDocument.Header.Datatype datatype)
void unsetDatatype()
org.apache.xmlbeans.XmlAnySimpleType getOEncoding()
boolean isSetOEncoding()
void setOEncoding(org.apache.xmlbeans.XmlAnySimpleType oEncoding)
org.apache.xmlbeans.XmlAnySimpleType addNewOEncoding()
void unsetOEncoding()
org.apache.xmlbeans.XmlAnySimpleType getCreationdate()
boolean isSetCreationdate()
void setCreationdate(org.apache.xmlbeans.XmlAnySimpleType creationdate)
org.apache.xmlbeans.XmlAnySimpleType addNewCreationdate()
void unsetCreationdate()
org.apache.xmlbeans.XmlAnySimpleType getCreationid()
boolean isSetCreationid()
void setCreationid(org.apache.xmlbeans.XmlAnySimpleType creationid)
org.apache.xmlbeans.XmlAnySimpleType addNewCreationid()
void unsetCreationid()
org.apache.xmlbeans.XmlAnySimpleType getChangedate()
boolean isSetChangedate()
void setChangedate(org.apache.xmlbeans.XmlAnySimpleType changedate)
org.apache.xmlbeans.XmlAnySimpleType addNewChangedate()
void unsetChangedate()
org.apache.xmlbeans.XmlAnySimpleType getChangeid()
boolean isSetChangeid()
void setChangeid(org.apache.xmlbeans.XmlAnySimpleType changeid)
org.apache.xmlbeans.XmlAnySimpleType addNewChangeid()
void unsetChangeid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||