org.lisa.tmx20
Interface HeaderDocument.Header

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
HeaderDocumentImpl.HeaderImpl
Enclosing interface:
HeaderDocument

public static interface HeaderDocument.Header
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getNoteArray

NoteDocument.Note[] getNoteArray()
Gets array of all "note" elements


getNoteArray

NoteDocument.Note getNoteArray(int i)
Gets ith "note" element


sizeOfNoteArray

int sizeOfNoteArray()
Returns number of "note" element


setNoteArray

void setNoteArray(NoteDocument.Note[] noteArray)
Sets array of all "note" element


setNoteArray

void setNoteArray(int i,
                  NoteDocument.Note note)
Sets ith "note" element


insertNewNote

NoteDocument.Note insertNewNote(int i)
Inserts and returns a new empty value (as xml) as the ith "note" element


addNewNote

NoteDocument.Note addNewNote()
Appends and returns a new empty value (as xml) as the last "note" element


removeNote

void removeNote(int i)
Removes the ith "note" element


getPropArray

PropDocument.Prop[] getPropArray()
Gets array of all "prop" elements


getPropArray

PropDocument.Prop getPropArray(int i)
Gets ith "prop" element


sizeOfPropArray

int sizeOfPropArray()
Returns number of "prop" element


setPropArray

void setPropArray(PropDocument.Prop[] propArray)
Sets array of all "prop" element


setPropArray

void setPropArray(int i,
                  PropDocument.Prop prop)
Sets ith "prop" element


insertNewProp

PropDocument.Prop insertNewProp(int i)
Inserts and returns a new empty value (as xml) as the ith "prop" element


addNewProp

PropDocument.Prop addNewProp()
Appends and returns a new empty value (as xml) as the last "prop" element


removeProp

void removeProp(int i)
Removes the ith "prop" element


getInlineData

InlineDataDocument.InlineData getInlineData()
Gets the "inline-data" element


isSetInlineData

boolean isSetInlineData()
True if has "inline-data" element


setInlineData

void setInlineData(InlineDataDocument.InlineData inlineData)
Sets the "inline-data" element


addNewInlineData

InlineDataDocument.InlineData addNewInlineData()
Appends and returns a new empty "inline-data" element


unsetInlineData

void unsetInlineData()
Unsets the "inline-data" element


getSegmentation

SegmentationDocument.Segmentation getSegmentation()
Gets the "segmentation" element


isSetSegmentation

boolean isSetSegmentation()
True if has "segmentation" element


setSegmentation

void setSegmentation(SegmentationDocument.Segmentation segmentation)
Sets the "segmentation" element


addNewSegmentation

SegmentationDocument.Segmentation addNewSegmentation()
Appends and returns a new empty "segmentation" element


unsetSegmentation

void unsetSegmentation()
Unsets the "segmentation" element


getCreationtool

org.apache.xmlbeans.XmlAnySimpleType getCreationtool()
Gets the "creationtool" attribute


setCreationtool

void setCreationtool(org.apache.xmlbeans.XmlAnySimpleType creationtool)
Sets the "creationtool" attribute


addNewCreationtool

org.apache.xmlbeans.XmlAnySimpleType addNewCreationtool()
Appends and returns a new empty "creationtool" attribute


getCreationtoolversion

org.apache.xmlbeans.XmlAnySimpleType getCreationtoolversion()
Gets the "creationtoolversion" attribute


setCreationtoolversion

void setCreationtoolversion(org.apache.xmlbeans.XmlAnySimpleType creationtoolversion)
Sets the "creationtoolversion" attribute


addNewCreationtoolversion

org.apache.xmlbeans.XmlAnySimpleType addNewCreationtoolversion()
Appends and returns a new empty "creationtoolversion" attribute


getSegtype

Segtypes.Enum getSegtype()
Gets the "segtype" attribute


xgetSegtype

Segtypes xgetSegtype()
Gets (as xml) the "segtype" attribute


setSegtype

void setSegtype(Segtypes.Enum segtype)
Sets the "segtype" attribute


xsetSegtype

void xsetSegtype(Segtypes segtype)
Sets (as xml) the "segtype" attribute


getOTmf

org.apache.xmlbeans.XmlAnySimpleType getOTmf()
Gets the "o-tmf" attribute


setOTmf

void setOTmf(org.apache.xmlbeans.XmlAnySimpleType oTmf)
Sets the "o-tmf" attribute


addNewOTmf

org.apache.xmlbeans.XmlAnySimpleType addNewOTmf()
Appends and returns a new empty "o-tmf" attribute


getAdminlang

org.apache.xmlbeans.XmlAnySimpleType getAdminlang()
Gets the "adminlang" attribute


setAdminlang

void setAdminlang(org.apache.xmlbeans.XmlAnySimpleType adminlang)
Sets the "adminlang" attribute


addNewAdminlang

org.apache.xmlbeans.XmlAnySimpleType addNewAdminlang()
Appends and returns a new empty "adminlang" attribute


getSrclang

org.apache.xmlbeans.XmlAnySimpleType getSrclang()
Gets the "srclang" attribute


setSrclang

void setSrclang(org.apache.xmlbeans.XmlAnySimpleType srclang)
Sets the "srclang" attribute


addNewSrclang

org.apache.xmlbeans.XmlAnySimpleType addNewSrclang()
Appends and returns a new empty "srclang" attribute


getDatatype

String getDatatype()
Gets the "datatype" attribute


xgetDatatype

HeaderDocument.Header.Datatype xgetDatatype()
Gets (as xml) the "datatype" attribute


isSetDatatype

boolean isSetDatatype()
True if has "datatype" attribute


setDatatype

void setDatatype(String datatype)
Sets the "datatype" attribute


xsetDatatype

void xsetDatatype(HeaderDocument.Header.Datatype datatype)
Sets (as xml) the "datatype" attribute


unsetDatatype

void unsetDatatype()
Unsets the "datatype" attribute


getOEncoding

org.apache.xmlbeans.XmlAnySimpleType getOEncoding()
Gets the "o-encoding" attribute


isSetOEncoding

boolean isSetOEncoding()
True if has "o-encoding" attribute


setOEncoding

void setOEncoding(org.apache.xmlbeans.XmlAnySimpleType oEncoding)
Sets the "o-encoding" attribute


addNewOEncoding

org.apache.xmlbeans.XmlAnySimpleType addNewOEncoding()
Appends and returns a new empty "o-encoding" attribute


unsetOEncoding

void unsetOEncoding()
Unsets the "o-encoding" attribute


getCreationdate

org.apache.xmlbeans.XmlAnySimpleType getCreationdate()
Gets the "creationdate" attribute


isSetCreationdate

boolean isSetCreationdate()
True if has "creationdate" attribute


setCreationdate

void setCreationdate(org.apache.xmlbeans.XmlAnySimpleType creationdate)
Sets the "creationdate" attribute


addNewCreationdate

org.apache.xmlbeans.XmlAnySimpleType addNewCreationdate()
Appends and returns a new empty "creationdate" attribute


unsetCreationdate

void unsetCreationdate()
Unsets the "creationdate" attribute


getCreationid

org.apache.xmlbeans.XmlAnySimpleType getCreationid()
Gets the "creationid" attribute


isSetCreationid

boolean isSetCreationid()
True if has "creationid" attribute


setCreationid

void setCreationid(org.apache.xmlbeans.XmlAnySimpleType creationid)
Sets the "creationid" attribute


addNewCreationid

org.apache.xmlbeans.XmlAnySimpleType addNewCreationid()
Appends and returns a new empty "creationid" attribute


unsetCreationid

void unsetCreationid()
Unsets the "creationid" attribute


getChangedate

org.apache.xmlbeans.XmlAnySimpleType getChangedate()
Gets the "changedate" attribute


isSetChangedate

boolean isSetChangedate()
True if has "changedate" attribute


setChangedate

void setChangedate(org.apache.xmlbeans.XmlAnySimpleType changedate)
Sets the "changedate" attribute


addNewChangedate

org.apache.xmlbeans.XmlAnySimpleType addNewChangedate()
Appends and returns a new empty "changedate" attribute


unsetChangedate

void unsetChangedate()
Unsets the "changedate" attribute


getChangeid

org.apache.xmlbeans.XmlAnySimpleType getChangeid()
Gets the "changeid" attribute


isSetChangeid

boolean isSetChangeid()
True if has "changeid" attribute


setChangeid

void setChangeid(org.apache.xmlbeans.XmlAnySimpleType changeid)
Sets the "changeid" attribute


addNewChangeid

org.apache.xmlbeans.XmlAnySimpleType addNewChangeid()
Appends and returns a new empty "changeid" attribute


unsetChangeid

void unsetChangeid()
Unsets the "changeid" attribute



Copyright © 2007-2008 Vermont Department of Taxes. All Rights Reserved.