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