org.lisa.tmx20
Interface BptDocument.Bpt

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
BptDocumentImpl.BptImpl
Enclosing interface:
BptDocument

public static interface BptDocument.Bpt
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class BptDocument.Bpt.Factory
          A factory class with static methods for creating instances of this type.
static interface BptDocument.Bpt.I
          An XML i(@).
static interface BptDocument.Bpt.Type
          An XML type(@).
static interface BptDocument.Bpt.X
          An XML x(@).
 
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
 String getType()
          Gets the "type" attribute
 BigInteger getX()
          Gets the "x" attribute
 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
 boolean isSetX()
          True if has "x" 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
 void setType(String type)
          Sets the "type" attribute
 void setX(BigInteger x)
          Sets the "x" attribute
 int sizeOfSubArray()
          Returns number of "sub" element
 void unsetEquivText()
          Unsets the "equiv-text" attribute
 void unsetX()
          Unsets the "x" attribute
 BptDocument.Bpt.I xgetI()
          Gets (as xml) the "i" attribute
 BptDocument.Bpt.Type xgetType()
          Gets (as xml) the "type" attribute
 BptDocument.Bpt.X xgetX()
          Gets (as xml) the "x" attribute
 void xsetI(BptDocument.Bpt.I iValue)
          Sets (as xml) the "i" attribute
 void xsetType(BptDocument.Bpt.Type type)
          Sets (as xml) the "type" attribute
 void xsetX(BptDocument.Bpt.X x)
          Sets (as xml) the "x" 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

BptDocument.Bpt.I xgetI()
Gets (as xml) the "i" attribute


setI

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


xsetI

void xsetI(BptDocument.Bpt.I iValue)
Sets (as xml) the "i" attribute


getX

BigInteger getX()
Gets the "x" attribute


xgetX

BptDocument.Bpt.X xgetX()
Gets (as xml) the "x" attribute


isSetX

boolean isSetX()
True if has "x" attribute


setX

void setX(BigInteger x)
Sets the "x" attribute


xsetX

void xsetX(BptDocument.Bpt.X x)
Sets (as xml) the "x" attribute


unsetX

void unsetX()
Unsets the "x" 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


getType

String getType()
Gets the "type" attribute


xgetType

BptDocument.Bpt.Type xgetType()
Gets (as xml) the "type" attribute


setType

void setType(String type)
Sets the "type" attribute


xsetType

void xsetType(BptDocument.Bpt.Type type)
Sets (as xml) the "type" attribute



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