org.lisa.tmx20
Interface SegDocument.Seg

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
SegDocumentImpl.SegImpl
Enclosing interface:
SegDocument

public static interface SegDocument.Seg
extends org.apache.xmlbeans.XmlObject

An XML seg(@http://www.lisa.org/tmx20). This is a complex type.


Nested Class Summary
static class SegDocument.Seg.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
 BptDocument.Bpt addNewBpt()
          Appends and returns a new empty value (as xml) as the last "bpt" element
 EptDocument.Ept addNewEpt()
          Appends and returns a new empty value (as xml) as the last "ept" element
 GDocument.G addNewG()
          Appends and returns a new empty value (as xml) as the last "g" element
 HiDocument.Hi addNewHi()
          Appends and returns a new empty value (as xml) as the last "hi" element
 PhDocument.Ph addNewPh()
          Appends and returns a new empty value (as xml) as the last "ph" element
 XDocument.X addNewX()
          Appends and returns a new empty value (as xml) as the last "x" element
 BptDocument.Bpt[] getBptArray()
          Gets array of all "bpt" elements
 BptDocument.Bpt getBptArray(int i)
          Gets ith "bpt" element
 EptDocument.Ept[] getEptArray()
          Gets array of all "ept" elements
 EptDocument.Ept getEptArray(int i)
          Gets ith "ept" element
 GDocument.G[] getGArray()
          Gets array of all "g" elements
 GDocument.G getGArray(int i)
          Gets ith "g" element
 HiDocument.Hi[] getHiArray()
          Gets array of all "hi" elements
 HiDocument.Hi getHiArray(int i)
          Gets ith "hi" element
 PhDocument.Ph[] getPhArray()
          Gets array of all "ph" elements
 PhDocument.Ph getPhArray(int i)
          Gets ith "ph" element
 org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space.Enum getSpace()
          Gets the "space" attribute
 XDocument.X[] getXArray()
          Gets array of all "x" elements
 XDocument.X getXArray(int i)
          Gets ith "x" element
 BptDocument.Bpt insertNewBpt(int i)
          Inserts and returns a new empty value (as xml) as the ith "bpt" element
 EptDocument.Ept insertNewEpt(int i)
          Inserts and returns a new empty value (as xml) as the ith "ept" element
 GDocument.G insertNewG(int i)
          Inserts and returns a new empty value (as xml) as the ith "g" element
 HiDocument.Hi insertNewHi(int i)
          Inserts and returns a new empty value (as xml) as the ith "hi" element
 PhDocument.Ph insertNewPh(int i)
          Inserts and returns a new empty value (as xml) as the ith "ph" element
 XDocument.X insertNewX(int i)
          Inserts and returns a new empty value (as xml) as the ith "x" element
 boolean isSetSpace()
          True if has "space" attribute
 void removeBpt(int i)
          Removes the ith "bpt" element
 void removeEpt(int i)
          Removes the ith "ept" element
 void removeG(int i)
          Removes the ith "g" element
 void removeHi(int i)
          Removes the ith "hi" element
 void removePh(int i)
          Removes the ith "ph" element
 void removeX(int i)
          Removes the ith "x" element
 void setBptArray(BptDocument.Bpt[] bptArray)
          Sets array of all "bpt" element
 void setBptArray(int i, BptDocument.Bpt bpt)
          Sets ith "bpt" element
 void setEptArray(EptDocument.Ept[] eptArray)
          Sets array of all "ept" element
 void setEptArray(int i, EptDocument.Ept ept)
          Sets ith "ept" element
 void setGArray(GDocument.G[] gArray)
          Sets array of all "g" element
 void setGArray(int i, GDocument.G g)
          Sets ith "g" element
 void setHiArray(HiDocument.Hi[] hiArray)
          Sets array of all "hi" element
 void setHiArray(int i, HiDocument.Hi hi)
          Sets ith "hi" element
 void setPhArray(int i, PhDocument.Ph ph)
          Sets ith "ph" element
 void setPhArray(PhDocument.Ph[] phArray)
          Sets array of all "ph" element
 void setSpace(org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space.Enum space)
          Sets the "space" attribute
 void setXArray(int i, XDocument.X x)
          Sets ith "x" element
 void setXArray(XDocument.X[] xArray)
          Sets array of all "x" element
 int sizeOfBptArray()
          Returns number of "bpt" element
 int sizeOfEptArray()
          Returns number of "ept" element
 int sizeOfGArray()
          Returns number of "g" element
 int sizeOfHiArray()
          Returns number of "hi" element
 int sizeOfPhArray()
          Returns number of "ph" element
 int sizeOfXArray()
          Returns number of "x" element
 void unsetSpace()
          Unsets the "space" attribute
 org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space xgetSpace()
          Gets (as xml) the "space" attribute
 void xsetSpace(org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space space)
          Sets (as xml) the "space" 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

getBptArray

BptDocument.Bpt[] getBptArray()
Gets array of all "bpt" elements


getBptArray

BptDocument.Bpt getBptArray(int i)
Gets ith "bpt" element


sizeOfBptArray

int sizeOfBptArray()
Returns number of "bpt" element


setBptArray

void setBptArray(BptDocument.Bpt[] bptArray)
Sets array of all "bpt" element


setBptArray

void setBptArray(int i,
                 BptDocument.Bpt bpt)
Sets ith "bpt" element


insertNewBpt

BptDocument.Bpt insertNewBpt(int i)
Inserts and returns a new empty value (as xml) as the ith "bpt" element


addNewBpt

BptDocument.Bpt addNewBpt()
Appends and returns a new empty value (as xml) as the last "bpt" element


removeBpt

void removeBpt(int i)
Removes the ith "bpt" element


getEptArray

EptDocument.Ept[] getEptArray()
Gets array of all "ept" elements


getEptArray

EptDocument.Ept getEptArray(int i)
Gets ith "ept" element


sizeOfEptArray

int sizeOfEptArray()
Returns number of "ept" element


setEptArray

void setEptArray(EptDocument.Ept[] eptArray)
Sets array of all "ept" element


setEptArray

void setEptArray(int i,
                 EptDocument.Ept ept)
Sets ith "ept" element


insertNewEpt

EptDocument.Ept insertNewEpt(int i)
Inserts and returns a new empty value (as xml) as the ith "ept" element


addNewEpt

EptDocument.Ept addNewEpt()
Appends and returns a new empty value (as xml) as the last "ept" element


removeEpt

void removeEpt(int i)
Removes the ith "ept" element


getPhArray

PhDocument.Ph[] getPhArray()
Gets array of all "ph" elements


getPhArray

PhDocument.Ph getPhArray(int i)
Gets ith "ph" element


sizeOfPhArray

int sizeOfPhArray()
Returns number of "ph" element


setPhArray

void setPhArray(PhDocument.Ph[] phArray)
Sets array of all "ph" element


setPhArray

void setPhArray(int i,
                PhDocument.Ph ph)
Sets ith "ph" element


insertNewPh

PhDocument.Ph insertNewPh(int i)
Inserts and returns a new empty value (as xml) as the ith "ph" element


addNewPh

PhDocument.Ph addNewPh()
Appends and returns a new empty value (as xml) as the last "ph" element


removePh

void removePh(int i)
Removes the ith "ph" element


getHiArray

HiDocument.Hi[] getHiArray()
Gets array of all "hi" elements


getHiArray

HiDocument.Hi getHiArray(int i)
Gets ith "hi" element


sizeOfHiArray

int sizeOfHiArray()
Returns number of "hi" element


setHiArray

void setHiArray(HiDocument.Hi[] hiArray)
Sets array of all "hi" element


setHiArray

void setHiArray(int i,
                HiDocument.Hi hi)
Sets ith "hi" element


insertNewHi

HiDocument.Hi insertNewHi(int i)
Inserts and returns a new empty value (as xml) as the ith "hi" element


addNewHi

HiDocument.Hi addNewHi()
Appends and returns a new empty value (as xml) as the last "hi" element


removeHi

void removeHi(int i)
Removes the ith "hi" element


getXArray

XDocument.X[] getXArray()
Gets array of all "x" elements


getXArray

XDocument.X getXArray(int i)
Gets ith "x" element


sizeOfXArray

int sizeOfXArray()
Returns number of "x" element


setXArray

void setXArray(XDocument.X[] xArray)
Sets array of all "x" element


setXArray

void setXArray(int i,
               XDocument.X x)
Sets ith "x" element


insertNewX

XDocument.X insertNewX(int i)
Inserts and returns a new empty value (as xml) as the ith "x" element


addNewX

XDocument.X addNewX()
Appends and returns a new empty value (as xml) as the last "x" element


removeX

void removeX(int i)
Removes the ith "x" element


getGArray

GDocument.G[] getGArray()
Gets array of all "g" elements


getGArray

GDocument.G getGArray(int i)
Gets ith "g" element


sizeOfGArray

int sizeOfGArray()
Returns number of "g" element


setGArray

void setGArray(GDocument.G[] gArray)
Sets array of all "g" element


setGArray

void setGArray(int i,
               GDocument.G g)
Sets ith "g" element


insertNewG

GDocument.G insertNewG(int i)
Inserts and returns a new empty value (as xml) as the ith "g" element


addNewG

GDocument.G addNewG()
Appends and returns a new empty value (as xml) as the last "g" element


removeG

void removeG(int i)
Removes the ith "g" element


getSpace

org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space.Enum getSpace()
Gets the "space" attribute


xgetSpace

org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space xgetSpace()
Gets (as xml) the "space" attribute


isSetSpace

boolean isSetSpace()
True if has "space" attribute


setSpace

void setSpace(org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space.Enum space)
Sets the "space" attribute


xsetSpace

void xsetSpace(org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space space)
Sets (as xml) the "space" attribute


unsetSpace

void unsetSpace()
Unsets the "space" attribute



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