|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlbeans.impl.values.XmlObjectBase
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
org.lisa.tmx20.impl.SubDocumentImpl.SubImpl
public static class SubDocumentImpl.SubImpl
An XML sub(@http://www.lisa.org/tmx20). This is a complex type.
| 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 |
|---|
public SubDocumentImpl.SubImpl(org.apache.xmlbeans.SchemaType sType)
| Method Detail |
|---|
public BptDocument.Bpt[] getBptArray()
getBptArray in interface SubDocument.Subpublic BptDocument.Bpt getBptArray(int i)
getBptArray in interface SubDocument.Subpublic int sizeOfBptArray()
sizeOfBptArray in interface SubDocument.Subpublic void setBptArray(BptDocument.Bpt[] bptArray)
setBptArray in interface SubDocument.Sub
public void setBptArray(int i,
BptDocument.Bpt bpt)
setBptArray in interface SubDocument.Subpublic BptDocument.Bpt insertNewBpt(int i)
insertNewBpt in interface SubDocument.Subpublic BptDocument.Bpt addNewBpt()
addNewBpt in interface SubDocument.Subpublic void removeBpt(int i)
removeBpt in interface SubDocument.Subpublic EptDocument.Ept[] getEptArray()
getEptArray in interface SubDocument.Subpublic EptDocument.Ept getEptArray(int i)
getEptArray in interface SubDocument.Subpublic int sizeOfEptArray()
sizeOfEptArray in interface SubDocument.Subpublic void setEptArray(EptDocument.Ept[] eptArray)
setEptArray in interface SubDocument.Sub
public void setEptArray(int i,
EptDocument.Ept ept)
setEptArray in interface SubDocument.Subpublic EptDocument.Ept insertNewEpt(int i)
insertNewEpt in interface SubDocument.Subpublic EptDocument.Ept addNewEpt()
addNewEpt in interface SubDocument.Subpublic void removeEpt(int i)
removeEpt in interface SubDocument.Subpublic PhDocument.Ph[] getPhArray()
getPhArray in interface SubDocument.Subpublic PhDocument.Ph getPhArray(int i)
getPhArray in interface SubDocument.Subpublic int sizeOfPhArray()
sizeOfPhArray in interface SubDocument.Subpublic void setPhArray(PhDocument.Ph[] phArray)
setPhArray in interface SubDocument.Sub
public void setPhArray(int i,
PhDocument.Ph ph)
setPhArray in interface SubDocument.Subpublic PhDocument.Ph insertNewPh(int i)
insertNewPh in interface SubDocument.Subpublic PhDocument.Ph addNewPh()
addNewPh in interface SubDocument.Subpublic void removePh(int i)
removePh in interface SubDocument.Subpublic HiDocument.Hi[] getHiArray()
getHiArray in interface SubDocument.Subpublic HiDocument.Hi getHiArray(int i)
getHiArray in interface SubDocument.Subpublic int sizeOfHiArray()
sizeOfHiArray in interface SubDocument.Subpublic void setHiArray(HiDocument.Hi[] hiArray)
setHiArray in interface SubDocument.Sub
public void setHiArray(int i,
HiDocument.Hi hi)
setHiArray in interface SubDocument.Subpublic HiDocument.Hi insertNewHi(int i)
insertNewHi in interface SubDocument.Subpublic HiDocument.Hi addNewHi()
addNewHi in interface SubDocument.Subpublic void removeHi(int i)
removeHi in interface SubDocument.Subpublic GDocument.G[] getGArray()
getGArray in interface SubDocument.Subpublic GDocument.G getGArray(int i)
getGArray in interface SubDocument.Subpublic int sizeOfGArray()
sizeOfGArray in interface SubDocument.Subpublic void setGArray(GDocument.G[] gArray)
setGArray in interface SubDocument.Sub
public void setGArray(int i,
GDocument.G g)
setGArray in interface SubDocument.Subpublic GDocument.G insertNewG(int i)
insertNewG in interface SubDocument.Subpublic GDocument.G addNewG()
addNewG in interface SubDocument.Subpublic void removeG(int i)
removeG in interface SubDocument.Subpublic XDocument.X[] getXArray()
getXArray in interface SubDocument.Subpublic XDocument.X getXArray(int i)
getXArray in interface SubDocument.Subpublic int sizeOfXArray()
sizeOfXArray in interface SubDocument.Subpublic void setXArray(XDocument.X[] xArray)
setXArray in interface SubDocument.Sub
public void setXArray(int i,
XDocument.X x)
setXArray in interface SubDocument.Subpublic XDocument.X insertNewX(int i)
insertNewX in interface SubDocument.Subpublic XDocument.X addNewX()
addNewX in interface SubDocument.Subpublic void removeX(int i)
removeX in interface SubDocument.Subpublic Datatype.Enum getDatatype()
getDatatype in interface SubDocument.Subpublic Datatype xgetDatatype()
xgetDatatype in interface SubDocument.Subpublic boolean isSetDatatype()
isSetDatatype in interface SubDocument.Subpublic void setDatatype(Datatype.Enum datatype)
setDatatype in interface SubDocument.Subpublic void xsetDatatype(Datatype datatype)
xsetDatatype in interface SubDocument.Subpublic void unsetDatatype()
unsetDatatype in interface SubDocument.Subpublic String getType()
getType in interface SubDocument.Subpublic SubDocument.Sub.Type xgetType()
xgetType in interface SubDocument.Subpublic void setType(String type)
setType in interface SubDocument.Subpublic void xsetType(SubDocument.Sub.Type type)
xsetType in interface SubDocument.Subpublic BigInteger getX2()
getX2 in interface SubDocument.Subpublic SubDocument.Sub.X xgetX2()
xgetX2 in interface SubDocument.Subpublic boolean isSetX2()
isSetX2 in interface SubDocument.Subpublic void setX2(BigInteger x2)
setX2 in interface SubDocument.Subpublic void xsetX2(SubDocument.Sub.X x2)
xsetX2 in interface SubDocument.Subpublic void unsetX2()
unsetX2 in interface SubDocument.Sub
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||