org.lisa.tmx20
Interface EptDocument.Ept

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
EptDocumentImpl.EptImpl
Enclosing interface:
EptDocument

public static interface EptDocument.Ept
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class EptDocument.Ept.Factory
          A factory class with static methods for creating instances of this type.
static interface EptDocument.Ept.I
          An XML i(@).
 
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 addNewEquivText()
          Appends and returns a new empty "equiv-text" attribute
 SubDocument.Sub addNewSub()
          Appends and returns a new empty value (as xml) as the last "sub" element
 org.apache.xmlbeans.XmlAnySimpleType getEquivText()
          Gets the "equiv-text" attribute
 BigInteger getI()
          Gets the "i" attribute
 SubDocument.Sub[] getSubArray()
          Gets array of all "sub" elements
 SubDocument.Sub getSubArray(int i)
          Gets ith "sub" element
 SubDocument.Sub insertNewSub(int i)
          Inserts and returns a new empty value (as xml) as the ith "sub" element
 boolean isSetEquivText()
          True if has "equiv-text" attribute
 void removeSub(int i)
          Removes the ith "sub" element
 void setEquivText(org.apache.xmlbeans.XmlAnySimpleType equivText)
          Sets the "equiv-text" attribute
 void setI(BigInteger iValue)
          Sets the "i" attribute
 void setSubArray(int i, SubDocument.Sub sub)
          Sets ith "sub" element
 void setSubArray(SubDocument.Sub[] subArray)
          Sets array of all "sub" element
 int sizeOfSubArray()
          Returns number of "sub" element
 void unsetEquivText()
          Unsets the "equiv-text" attribute
 EptDocument.Ept.I xgetI()
          Gets (as xml) the "i" attribute
 void xsetI(EptDocument.Ept.I iValue)
          Sets (as xml) the "i" 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

getSubArray

SubDocument.Sub[] getSubArray()
Gets array of all "sub" elements


getSubArray

SubDocument.Sub getSubArray(int i)
Gets ith "sub" element


sizeOfSubArray

int sizeOfSubArray()
Returns number of "sub" element


setSubArray

void setSubArray(SubDocument.Sub[] subArray)
Sets array of all "sub" element


setSubArray

void setSubArray(int i,
                 SubDocument.Sub sub)
Sets ith "sub" element


insertNewSub

SubDocument.Sub insertNewSub(int i)
Inserts and returns a new empty value (as xml) as the ith "sub" element


addNewSub

SubDocument.Sub addNewSub()
Appends and returns a new empty value (as xml) as the last "sub" element


removeSub

void removeSub(int i)
Removes the ith "sub" element


getI

BigInteger getI()
Gets the "i" attribute


xgetI

EptDocument.Ept.I xgetI()
Gets (as xml) the "i" attribute


setI

void setI(BigInteger iValue)
Sets the "i" attribute


xsetI

void xsetI(EptDocument.Ept.I iValue)
Sets (as xml) the "i" attribute


getEquivText

org.apache.xmlbeans.XmlAnySimpleType getEquivText()
Gets the "equiv-text" attribute


isSetEquivText

boolean isSetEquivText()
True if has "equiv-text" attribute


setEquivText

void setEquivText(org.apache.xmlbeans.XmlAnySimpleType equivText)
Sets the "equiv-text" attribute


addNewEquivText

org.apache.xmlbeans.XmlAnySimpleType addNewEquivText()
Appends and returns a new empty "equiv-text" attribute


unsetEquivText

void unsetEquivText()
Unsets the "equiv-text" attribute



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