|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface HiDocument.Hi
An XML hi(@http://www.lisa.org/tmx20). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
HiDocument.Hi.Factory
A factory class with static methods for creating instances of this type. |
static interface |
HiDocument.Hi.Type
An XML type(@). |
static interface |
HiDocument.Hi.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 |
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 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)
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)
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)
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)
BigInteger getX2()
HiDocument.Hi.X xgetX2()
boolean isSetX2()
void setX2(BigInteger x2)
void xsetX2(HiDocument.Hi.X x2)
void unsetX2()
String getType()
HiDocument.Hi.Type xgetType()
void setType(String type)
void xsetType(HiDocument.Hi.Type type)
org.apache.xmlbeans.XmlAnySimpleType getComment()
boolean isSetComment()
void setComment(org.apache.xmlbeans.XmlAnySimpleType comment)
org.apache.xmlbeans.XmlAnySimpleType addNewComment()
void unsetComment()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||