org.lisa.tmx20.impl
Class HiDocumentImpl.HiImpl

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.HiDocumentImpl.HiImpl
All Implemented Interfaces:
Serializable, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource, HiDocument.Hi
Enclosing class:
HiDocumentImpl

public static class HiDocumentImpl.HiImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements HiDocument.Hi

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

See Also:
Serialized Form

Nested Class Summary
static class HiDocumentImpl.HiImpl.TypeImpl
          An XML type(@).
static class HiDocumentImpl.HiImpl.XImpl
          An XML x(@).
 
Nested classes/interfaces inherited from interface org.lisa.tmx20.HiDocument.Hi
HiDocument.Hi.Factory, HiDocument.Hi.Type, HiDocument.Hi.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.HiDocument.Hi
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
HiDocumentImpl.HiImpl(org.apache.xmlbeans.SchemaType sType)
           
 
Method Summary
 BptDocument.Bpt addNewBpt()
          Appends and returns a new empty value (as xml) as the last "bpt" element
 org.apache.xmlbeans.XmlAnySimpleType addNewComment()
          Appends and returns a new empty "comment" attribute
 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
 org.apache.xmlbeans.XmlAnySimpleType getComment()
          Gets the "comment" 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 isSetComment()
          True if has "comment" 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 setComment(org.apache.xmlbeans.XmlAnySimpleType comment)
          Sets the "comment" 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 unsetComment()
          Unsets the "comment" attribute
 void unsetX2()
          Unsets the "x" attribute
 HiDocument.Hi.Type xgetType()
          Gets (as xml) the "type" attribute
 HiDocument.Hi.X xgetX2()
          Gets (as xml) the "x" attribute
 void xsetType(HiDocument.Hi.Type type)
          Sets (as xml) the "type" attribute
 void xsetX2(HiDocument.Hi.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

HiDocumentImpl.HiImpl

public HiDocumentImpl.HiImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getBptArray

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

Specified by:
getBptArray in interface HiDocument.Hi

getBptArray

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

Specified by:
getBptArray in interface HiDocument.Hi

sizeOfBptArray

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

Specified by:
sizeOfBptArray in interface HiDocument.Hi

setBptArray

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

Specified by:
setBptArray in interface HiDocument.Hi

setBptArray

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

Specified by:
setBptArray in interface HiDocument.Hi

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 HiDocument.Hi

addNewBpt

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

Specified by:
addNewBpt in interface HiDocument.Hi

removeBpt

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

Specified by:
removeBpt in interface HiDocument.Hi

getEptArray

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

Specified by:
getEptArray in interface HiDocument.Hi

getEptArray

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

Specified by:
getEptArray in interface HiDocument.Hi

sizeOfEptArray

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

Specified by:
sizeOfEptArray in interface HiDocument.Hi

setEptArray

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

Specified by:
setEptArray in interface HiDocument.Hi

setEptArray

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

Specified by:
setEptArray in interface HiDocument.Hi

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 HiDocument.Hi

addNewEpt

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

Specified by:
addNewEpt in interface HiDocument.Hi

removeEpt

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

Specified by:
removeEpt in interface HiDocument.Hi

getPhArray

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

Specified by:
getPhArray in interface HiDocument.Hi

getPhArray

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

Specified by:
getPhArray in interface HiDocument.Hi

sizeOfPhArray

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

Specified by:
sizeOfPhArray in interface HiDocument.Hi

setPhArray

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

Specified by:
setPhArray in interface HiDocument.Hi

setPhArray

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

Specified by:
setPhArray in interface HiDocument.Hi

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 HiDocument.Hi

addNewPh

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

Specified by:
addNewPh in interface HiDocument.Hi

removePh

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

Specified by:
removePh in interface HiDocument.Hi

getXArray

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

Specified by:
getXArray in interface HiDocument.Hi

getXArray

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

Specified by:
getXArray in interface HiDocument.Hi

sizeOfXArray

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

Specified by:
sizeOfXArray in interface HiDocument.Hi

setXArray

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

Specified by:
setXArray in interface HiDocument.Hi

setXArray

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

Specified by:
setXArray in interface HiDocument.Hi

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 HiDocument.Hi

addNewX

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

Specified by:
addNewX in interface HiDocument.Hi

removeX

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

Specified by:
removeX in interface HiDocument.Hi

getGArray

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

Specified by:
getGArray in interface HiDocument.Hi

getGArray

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

Specified by:
getGArray in interface HiDocument.Hi

sizeOfGArray

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

Specified by:
sizeOfGArray in interface HiDocument.Hi

setGArray

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

Specified by:
setGArray in interface HiDocument.Hi

setGArray

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

Specified by:
setGArray in interface HiDocument.Hi

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 HiDocument.Hi

addNewG

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

Specified by:
addNewG in interface HiDocument.Hi

removeG

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

Specified by:
removeG in interface HiDocument.Hi

getHiArray

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

Specified by:
getHiArray in interface HiDocument.Hi

getHiArray

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

Specified by:
getHiArray in interface HiDocument.Hi

sizeOfHiArray

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

Specified by:
sizeOfHiArray in interface HiDocument.Hi

setHiArray

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

Specified by:
setHiArray in interface HiDocument.Hi

setHiArray

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

Specified by:
setHiArray in interface HiDocument.Hi

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 HiDocument.Hi

addNewHi

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

Specified by:
addNewHi in interface HiDocument.Hi

removeHi

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

Specified by:
removeHi in interface HiDocument.Hi

getX2

public BigInteger getX2()
Gets the "x" attribute

Specified by:
getX2 in interface HiDocument.Hi

xgetX2

public HiDocument.Hi.X xgetX2()
Gets (as xml) the "x" attribute

Specified by:
xgetX2 in interface HiDocument.Hi

isSetX2

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

Specified by:
isSetX2 in interface HiDocument.Hi

setX2

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

Specified by:
setX2 in interface HiDocument.Hi

xsetX2

public void xsetX2(HiDocument.Hi.X x2)
Sets (as xml) the "x" attribute

Specified by:
xsetX2 in interface HiDocument.Hi

unsetX2

public void unsetX2()
Unsets the "x" attribute

Specified by:
unsetX2 in interface HiDocument.Hi

getType

public String getType()
Gets the "type" attribute

Specified by:
getType in interface HiDocument.Hi

xgetType

public HiDocument.Hi.Type xgetType()
Gets (as xml) the "type" attribute

Specified by:
xgetType in interface HiDocument.Hi

setType

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

Specified by:
setType in interface HiDocument.Hi

xsetType

public void xsetType(HiDocument.Hi.Type type)
Sets (as xml) the "type" attribute

Specified by:
xsetType in interface HiDocument.Hi

getComment

public org.apache.xmlbeans.XmlAnySimpleType getComment()
Gets the "comment" attribute

Specified by:
getComment in interface HiDocument.Hi

isSetComment

public boolean isSetComment()
True if has "comment" attribute

Specified by:
isSetComment in interface HiDocument.Hi

setComment

public void setComment(org.apache.xmlbeans.XmlAnySimpleType comment)
Sets the "comment" attribute

Specified by:
setComment in interface HiDocument.Hi

addNewComment

public org.apache.xmlbeans.XmlAnySimpleType addNewComment()
Appends and returns a new empty "comment" attribute

Specified by:
addNewComment in interface HiDocument.Hi

unsetComment

public void unsetComment()
Unsets the "comment" attribute

Specified by:
unsetComment in interface HiDocument.Hi


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