|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SegDocument.Seg
An XML seg(@http://www.lisa.org/tmx20). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
SegDocument.Seg.Factory
A factory class with static methods for creating instances of this type. |
| 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 |
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 |
org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space.Enum |
getSpace()
Gets the "space" 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 |
isSetSpace()
True if has "space" 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 |
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 |
setSpace(org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space.Enum space)
Sets the "space" 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 |
unsetSpace()
Unsets the "space" attribute |
org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space |
xgetSpace()
Gets (as xml) the "space" attribute |
void |
xsetSpace(org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space space)
Sets (as xml) the "space" 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)
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)
org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space.Enum getSpace()
org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space xgetSpace()
boolean isSetSpace()
void setSpace(org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space.Enum space)
void xsetSpace(org.apache.xmlbeans.impl.xb.xmlschema.SpaceAttribute.Space space)
void unsetSpace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||