|
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 | ||||||||||
java.lang.Objectorg.apache.xmlbeans.impl.values.XmlObjectBase
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
org.kr.dl.dig.v1_1.impl.RolePairImpl
An XML rolePair(@http://dl.kr.org/dig/2003/02/lang). This is a complex type.
| Nested Class Summary |
| Nested classes inherited from class org.kr.dl.dig.v1_1.RolePair |
RolePair.Factory |
| Field Summary |
| Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase |
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER |
| Fields inherited from interface org.kr.dl.dig.v1_1.RolePair |
type |
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Constructor Summary | |
RolePairImpl(SchemaType sType)
|
|
| 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 class org.apache.xmlbeans.impl.values.XmlComplexContentImpl |
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_text |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| 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 |
| Constructor Detail |
public RolePairImpl(SchemaType sType)
| Method Detail |
public Named[] getRatomArray()
getRatomArray in interface RolePairpublic Named getRatomArray(int i)
getRatomArray in interface RolePairpublic int sizeOfRatomArray()
sizeOfRatomArray in interface RolePairpublic void setRatomArray(Named[] ratomArray)
setRatomArray in interface RolePair
public void setRatomArray(int i,
Named ratom)
setRatomArray in interface RolePairpublic Named insertNewRatom(int i)
insertNewRatom in interface RolePairpublic Named addNewRatom()
addNewRatom in interface RolePairpublic void removeRatom(int i)
removeRatom in interface RolePairpublic Named[] getFeatureArray()
getFeatureArray in interface RolePairpublic Named getFeatureArray(int i)
getFeatureArray in interface RolePairpublic int sizeOfFeatureArray()
sizeOfFeatureArray in interface RolePairpublic void setFeatureArray(Named[] featureArray)
setFeatureArray in interface RolePair
public void setFeatureArray(int i,
Named feature)
setFeatureArray in interface RolePairpublic Named insertNewFeature(int i)
insertNewFeature in interface RolePairpublic Named addNewFeature()
addNewFeature in interface RolePairpublic void removeFeature(int i)
removeFeature in interface RolePairpublic Named[] getAttributeArray()
getAttributeArray in interface RolePairpublic Named getAttributeArray(int i)
getAttributeArray in interface RolePairpublic int sizeOfAttributeArray()
sizeOfAttributeArray in interface RolePairpublic void setAttributeArray(Named[] attributeArray)
setAttributeArray in interface RolePair
public void setAttributeArray(int i,
Named attribute)
setAttributeArray in interface RolePairpublic Named insertNewAttribute(int i)
insertNewAttribute in interface RolePairpublic Named addNewAttribute()
addNewAttribute in interface RolePairpublic void removeAttribute(int i)
removeAttribute in interface RolePairpublic Role[] getInverseArray()
getInverseArray in interface RolePairpublic Role getInverseArray(int i)
getInverseArray in interface RolePairpublic int sizeOfInverseArray()
sizeOfInverseArray in interface RolePairpublic void setInverseArray(Role[] inverseArray)
setInverseArray in interface RolePair
public void setInverseArray(int i,
Role inverse)
setInverseArray in interface RolePairpublic Role insertNewInverse(int i)
insertNewInverse in interface RolePairpublic Role addNewInverse()
addNewInverse in interface RolePairpublic void removeInverse(int i)
removeInverse in interface RolePairpublic ChainType[] getChainArray()
getChainArray in interface RolePairpublic ChainType getChainArray(int i)
getChainArray in interface RolePairpublic int sizeOfChainArray()
sizeOfChainArray in interface RolePairpublic void setChainArray(ChainType[] chainArray)
setChainArray in interface RolePair
public void setChainArray(int i,
ChainType chain)
setChainArray in interface RolePairpublic ChainType insertNewChain(int i)
insertNewChain in interface RolePairpublic ChainType addNewChain()
addNewChain in interface RolePairpublic void removeChain(int i)
removeChain in interface RolePair
|
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 | ||||||||||