org.lisa.tmx20.impl
Class SubDocumentImpl.SubImpl

java.lang.Object
  extended by org.apache.xmlbeans.impl.values.XmlObjectBase
      extended by org.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended by org.lisa.tmx20.impl.SubDocumentImpl.SubImpl
All Implemented Interfaces:
Serializable, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource, SubDocument.Sub
Enclosing class:
SubDocumentImpl

public static class SubDocumentImpl.SubImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements SubDocument.Sub

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

See Also:
Serialized Form

Nested Class Summary
static class SubDocumentImpl.SubImpl.TypeImpl
          An XML type(@).
static class SubDocumentImpl.SubImpl.XImpl
          An XML x(@).
 
Nested classes/interfaces inherited from interface org.lisa.tmx20.SubDocument.Sub
SubDocument.Sub.Factory, SubDocument.Sub.Type, SubDocument.Sub.X
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface org.lisa.tmx20.SubDocument.Sub
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
SubDocumentImpl.SubImpl(org.apache.xmlbeans.SchemaType sType)
           
 
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
 Datatype.Enum getDatatype()
          Gets the "datatype" attribute
 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
 String getType()
          Gets the "type" attribute
 BigInteger getX2()
          Gets the "x" 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 isSetDatatype()
          True if has "datatype" attribute
 boolean isSetX2()
          True if has "x" 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 setDatatype(Datatype.Enum datatype)
          Sets the "datatype" attribute
 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 setType(String type)
          Sets the "type" attribute
 void setX2(BigInteger x2)
          Sets the "x" 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 unsetDatatype()
          Unsets the "datatype" attribute
 void unsetX2()
          Unsets the "x" attribute
 Datatype xgetDatatype()
          Gets (as xml) the "datatype" attribute
 SubDocument.Sub.Type xgetType()
          Gets (as xml) the "type" attribute
 SubDocument.Sub.X xgetX2()
          Gets (as xml) the "x" attribute
 void xsetDatatype(Datatype datatype)
          Sets (as xml) the "datatype" attribute
 void xsetType(SubDocument.Sub.Type type)
          Sets (as xml) the "type" attribute
 void xsetX2(SubDocument.Sub.X x2)
          Sets (as xml) the "x" attribute
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_isComplexContent, _isComplexType, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

SubDocumentImpl.SubImpl

public SubDocumentImpl.SubImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getBptArray

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

Specified by:
getBptArray in interface SubDocument.Sub

getBptArray

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

Specified by:
getBptArray in interface SubDocument.Sub

sizeOfBptArray

public int sizeOfBptArray()
Returns number of "bpt" element

Specified by:
sizeOfBptArray in interface SubDocument.Sub

setBptArray

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

Specified by:
setBptArray in interface SubDocument.Sub

setBptArray

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

Specified by:
setBptArray in interface SubDocument.Sub

insertNewBpt

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

Specified by:
insertNewBpt in interface SubDocument.Sub

addNewBpt

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

Specified by:
addNewBpt in interface SubDocument.Sub

removeBpt

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

Specified by:
removeBpt in interface SubDocument.Sub

getEptArray

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

Specified by:
getEptArray in interface SubDocument.Sub

getEptArray

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

Specified by:
getEptArray in interface SubDocument.Sub

sizeOfEptArray

public int sizeOfEptArray()
Returns number of "ept" element

Specified by:
sizeOfEptArray in interface SubDocument.Sub

setEptArray

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

Specified by:
setEptArray in interface SubDocument.Sub

setEptArray

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

Specified by:
setEptArray in interface SubDocument.Sub

insertNewEpt

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

Specified by:
insertNewEpt in interface SubDocument.Sub

addNewEpt

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

Specified by:
addNewEpt in interface SubDocument.Sub

removeEpt

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

Specified by:
removeEpt in interface SubDocument.Sub

getPhArray

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

Specified by:
getPhArray in interface SubDocument.Sub

getPhArray

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

Specified by:
getPhArray in interface SubDocument.Sub

sizeOfPhArray

public int sizeOfPhArray()
Returns number of "ph" element

Specified by:
sizeOfPhArray in interface SubDocument.Sub

setPhArray

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

Specified by:
setPhArray in interface SubDocument.Sub

setPhArray

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

Specified by:
setPhArray in interface SubDocument.Sub

insertNewPh

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

Specified by:
insertNewPh in interface SubDocument.Sub

addNewPh

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

Specified by:
addNewPh in interface SubDocument.Sub

removePh

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

Specified by:
removePh in interface SubDocument.Sub

getHiArray

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

Specified by:
getHiArray in interface SubDocument.Sub

getHiArray

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

Specified by:
getHiArray in interface SubDocument.Sub

sizeOfHiArray

public int sizeOfHiArray()
Returns number of "hi" element

Specified by:
sizeOfHiArray in interface SubDocument.Sub

setHiArray

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

Specified by:
setHiArray in interface SubDocument.Sub

setHiArray

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

Specified by:
setHiArray in interface SubDocument.Sub

insertNewHi

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

Specified by:
insertNewHi in interface SubDocument.Sub

addNewHi

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

Specified by:
addNewHi in interface SubDocument.Sub

removeHi

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

Specified by:
removeHi in interface SubDocument.Sub

getGArray

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

Specified by:
getGArray in interface SubDocument.Sub

getGArray

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

Specified by:
getGArray in interface SubDocument.Sub

sizeOfGArray

public int sizeOfGArray()
Returns number of "g" element

Specified by:
sizeOfGArray in interface SubDocument.Sub

setGArray

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

Specified by:
setGArray in interface SubDocument.Sub

setGArray

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

Specified by:
setGArray in interface SubDocument.Sub

insertNewG

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

Specified by:
insertNewG in interface SubDocument.Sub

addNewG

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

Specified by:
addNewG in interface SubDocument.Sub

removeG

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

Specified by:
removeG in interface SubDocument.Sub

getXArray

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

Specified by:
getXArray in interface SubDocument.Sub

getXArray

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

Specified by:
getXArray in interface SubDocument.Sub

sizeOfXArray

public int sizeOfXArray()
Returns number of "x" element

Specified by:
sizeOfXArray in interface SubDocument.Sub

setXArray

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

Specified by:
setXArray in interface SubDocument.Sub

setXArray

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

Specified by:
setXArray in interface SubDocument.Sub

insertNewX

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

Specified by:
insertNewX in interface SubDocument.Sub

addNewX

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

Specified by:
addNewX in interface SubDocument.Sub

removeX

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

Specified by:
removeX in interface SubDocument.Sub

getDatatype

public Datatype.Enum getDatatype()
Gets the "datatype" attribute

Specified by:
getDatatype in interface SubDocument.Sub

xgetDatatype

public Datatype xgetDatatype()
Gets (as xml) the "datatype" attribute

Specified by:
xgetDatatype in interface SubDocument.Sub

isSetDatatype

public boolean isSetDatatype()
True if has "datatype" attribute

Specified by:
isSetDatatype in interface SubDocument.Sub

setDatatype

public void setDatatype(Datatype.Enum datatype)
Sets the "datatype" attribute

Specified by:
setDatatype in interface SubDocument.Sub

xsetDatatype

public void xsetDatatype(Datatype datatype)
Sets (as xml) the "datatype" attribute

Specified by:
xsetDatatype in interface SubDocument.Sub

unsetDatatype

public void unsetDatatype()
Unsets the "datatype" attribute

Specified by:
unsetDatatype in interface SubDocument.Sub

getType

public String getType()
Gets the "type" attribute

Specified by:
getType in interface SubDocument.Sub

xgetType

public SubDocument.Sub.Type xgetType()
Gets (as xml) the "type" attribute

Specified by:
xgetType in interface SubDocument.Sub

setType

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

Specified by:
setType in interface SubDocument.Sub

xsetType

public void xsetType(SubDocument.Sub.Type type)
Sets (as xml) the "type" attribute

Specified by:
xsetType in interface SubDocument.Sub

getX2

public BigInteger getX2()
Gets the "x" attribute

Specified by:
getX2 in interface SubDocument.Sub

xgetX2

public SubDocument.Sub.X xgetX2()
Gets (as xml) the "x" attribute

Specified by:
xgetX2 in interface SubDocument.Sub

isSetX2

public boolean isSetX2()
True if has "x" attribute

Specified by:
isSetX2 in interface SubDocument.Sub

setX2

public void setX2(BigInteger x2)
Sets the "x" attribute

Specified by:
setX2 in interface SubDocument.Sub

xsetX2

public void xsetX2(SubDocument.Sub.X x2)
Sets (as xml) the "x" attribute

Specified by:
xsetX2 in interface SubDocument.Sub

unsetX2

public void unsetX2()
Unsets the "x" attribute

Specified by:
unsetX2 in interface SubDocument.Sub


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