|
DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM) | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML roles(@http://dl.kr.org/dig/2003/02/lang). This is a complex type.
Nested Class Summary | |
static class |
Roles.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
static SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
Named |
addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element |
ChainType |
addNewChain()
Appends and returns a new empty value (as xml) as the last "chain" element |
Named |
addNewFeature()
Appends and returns a new empty value (as xml) as the last "feature" element |
Role |
addNewInverse()
Appends and returns a new empty value (as xml) as the last "inverse" element |
Named |
addNewRatom()
Appends and returns a new empty value (as xml) as the last "ratom" element |
Named[] |
getAttributeArray()
Gets array of all "attribute" elements |
Named |
getAttributeArray(int i)
Gets ith "attribute" element |
ChainType[] |
getChainArray()
Gets array of all "chain" elements |
ChainType |
getChainArray(int i)
Gets ith "chain" element |
Named[] |
getFeatureArray()
Gets array of all "feature" elements |
Named |
getFeatureArray(int i)
Gets ith "feature" element |
Role[] |
getInverseArray()
Gets array of all "inverse" elements |
Role |
getInverseArray(int i)
Gets ith "inverse" element |
Named[] |
getRatomArray()
Gets array of all "ratom" elements |
Named |
getRatomArray(int i)
Gets ith "ratom" element |
Named |
insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element |
ChainType |
insertNewChain(int i)
Inserts and returns a new empty value (as xml) as the ith "chain" element |
Named |
insertNewFeature(int i)
Inserts and returns a new empty value (as xml) as the ith "feature" element |
Role |
insertNewInverse(int i)
Inserts and returns a new empty value (as xml) as the ith "inverse" element |
Named |
insertNewRatom(int i)
Inserts and returns a new empty value (as xml) as the ith "ratom" element |
void |
removeAttribute(int i)
Removes the ith "attribute" element |
void |
removeChain(int i)
Removes the ith "chain" element |
void |
removeFeature(int i)
Removes the ith "feature" element |
void |
removeInverse(int i)
Removes the ith "inverse" element |
void |
removeRatom(int i)
Removes the ith "ratom" element |
void |
setAttributeArray(int i,
Named attribute)
Sets ith "attribute" element |
void |
setAttributeArray(Named[] attributeArray)
Sets array of all "attribute" element |
void |
setChainArray(ChainType[] chainArray)
Sets array of all "chain" element |
void |
setChainArray(int i,
ChainType chain)
Sets ith "chain" element |
void |
setFeatureArray(int i,
Named feature)
Sets ith "feature" element |
void |
setFeatureArray(Named[] featureArray)
Sets array of all "feature" element |
void |
setInverseArray(int i,
Role inverse)
Sets ith "inverse" element |
void |
setInverseArray(Role[] inverseArray)
Sets array of all "inverse" element |
void |
setRatomArray(int i,
Named ratom)
Sets ith "ratom" element |
void |
setRatomArray(Named[] ratomArray)
Sets array of all "ratom" element |
int |
sizeOfAttributeArray()
Returns number of "attribute" element |
int |
sizeOfChainArray()
Returns number of "chain" element |
int |
sizeOfFeatureArray()
Returns number of "feature" element |
int |
sizeOfInverseArray()
Returns number of "inverse" element |
int |
sizeOfRatomArray()
Returns number of "ratom" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
public static final SchemaType type
Method Detail |
public Named[] getRatomArray()
public Named getRatomArray(int i)
public int sizeOfRatomArray()
public void setRatomArray(Named[] ratomArray)
public void setRatomArray(int i, Named ratom)
public Named insertNewRatom(int i)
public Named addNewRatom()
public void removeRatom(int i)
public Named[] getFeatureArray()
public Named getFeatureArray(int i)
public int sizeOfFeatureArray()
public void setFeatureArray(Named[] featureArray)
public void setFeatureArray(int i, Named feature)
public Named insertNewFeature(int i)
public Named addNewFeature()
public void removeFeature(int i)
public Named[] getAttributeArray()
public Named getAttributeArray(int i)
public int sizeOfAttributeArray()
public void setAttributeArray(Named[] attributeArray)
public void setAttributeArray(int i, Named attribute)
public Named insertNewAttribute(int i)
public Named addNewAttribute()
public void removeAttribute(int i)
public Role[] getInverseArray()
public Role getInverseArray(int i)
public int sizeOfInverseArray()
public void setInverseArray(Role[] inverseArray)
public void setInverseArray(int i, Role inverse)
public Role insertNewInverse(int i)
public Role addNewInverse()
public void removeInverse(int i)
public ChainType[] getChainArray()
public ChainType getChainArray(int i)
public int sizeOfChainArray()
public void setChainArray(ChainType[] chainArray)
public void setChainArray(int i, ChainType chain)
public ChainType insertNewChain(int i)
public ChainType addNewChain()
public void removeChain(int i)
|
DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM) | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |