|
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.RelatedDocumentImpl.RelatedImpl
An XML related(@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.RelatedDocument.Related |
RelatedDocument.Related.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.RelatedDocument.Related |
type |
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Constructor Summary | |
RelatedDocumentImpl.RelatedImpl(SchemaType sType)
|
|
| Method Summary | |
Named |
addNewAttribute()
Appends and returns a new empty "attribute" element |
ChainType |
addNewChain()
Appends and returns a new empty "chain" element |
Named |
addNewFeature()
Appends and returns a new empty "feature" element |
Named |
addNewIndividual()
Appends and returns a new empty value (as xml) as the last "individual" element |
Role |
addNewInverse()
Appends and returns a new empty "inverse" element |
Named |
addNewRatom()
Appends and returns a new empty "ratom" element |
Named |
getAttribute()
Gets the "attribute" element |
ChainType |
getChain()
Gets the "chain" element |
Named |
getFeature()
Gets the "feature" element |
Named[] |
getIndividualArray()
Gets array of all "individual" elements |
Named |
getIndividualArray(int i)
Gets ith "individual" element |
Role |
getInverse()
Gets the "inverse" element |
Named |
getRatom()
Gets the "ratom" element |
Named |
insertNewIndividual(int i)
Inserts and returns a new empty value (as xml) as the ith "individual" element |
boolean |
isSetAttribute()
True if has "attribute" element |
boolean |
isSetChain()
True if has "chain" element |
boolean |
isSetFeature()
True if has "feature" element |
boolean |
isSetInverse()
True if has "inverse" element |
boolean |
isSetRatom()
True if has "ratom" element |
void |
removeIndividual(int i)
Removes the ith "individual" element |
void |
setAttribute(Named attribute)
Sets the "attribute" element |
void |
setChain(ChainType chain)
Sets the "chain" element |
void |
setFeature(Named feature)
Sets the "feature" element |
void |
setIndividualArray(int i,
Named individual)
Sets ith "individual" element |
void |
setIndividualArray(Named[] individualArray)
Sets array of all "individual" element |
void |
setInverse(Role inverse)
Sets the "inverse" element |
void |
setRatom(Named ratom)
Sets the "ratom" element |
int |
sizeOfIndividualArray()
Returns number of "individual" element |
void |
unsetAttribute()
Unsets the "attribute" element |
void |
unsetChain()
Unsets the "chain" element |
void |
unsetFeature()
Unsets the "feature" element |
void |
unsetInverse()
Unsets the "inverse" element |
void |
unsetRatom()
Unsets the "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 RelatedDocumentImpl.RelatedImpl(SchemaType sType)
| Method Detail |
public Named[] getIndividualArray()
getIndividualArray in interface RelatedDocument.Relatedpublic Named getIndividualArray(int i)
getIndividualArray in interface RelatedDocument.Relatedpublic int sizeOfIndividualArray()
sizeOfIndividualArray in interface RelatedDocument.Relatedpublic void setIndividualArray(Named[] individualArray)
setIndividualArray in interface RelatedDocument.Related
public void setIndividualArray(int i,
Named individual)
setIndividualArray in interface RelatedDocument.Relatedpublic Named insertNewIndividual(int i)
insertNewIndividual in interface RelatedDocument.Relatedpublic Named addNewIndividual()
addNewIndividual in interface RelatedDocument.Relatedpublic void removeIndividual(int i)
removeIndividual in interface RelatedDocument.Relatedpublic Named getRatom()
getRatom in interface RelatedDocument.Relatedpublic boolean isSetRatom()
isSetRatom in interface RelatedDocument.Relatedpublic void setRatom(Named ratom)
setRatom in interface RelatedDocument.Relatedpublic Named addNewRatom()
addNewRatom in interface RelatedDocument.Relatedpublic void unsetRatom()
unsetRatom in interface RelatedDocument.Relatedpublic Named getFeature()
getFeature in interface RelatedDocument.Relatedpublic boolean isSetFeature()
isSetFeature in interface RelatedDocument.Relatedpublic void setFeature(Named feature)
setFeature in interface RelatedDocument.Relatedpublic Named addNewFeature()
addNewFeature in interface RelatedDocument.Relatedpublic void unsetFeature()
unsetFeature in interface RelatedDocument.Relatedpublic Named getAttribute()
getAttribute in interface RelatedDocument.Relatedpublic boolean isSetAttribute()
isSetAttribute in interface RelatedDocument.Relatedpublic void setAttribute(Named attribute)
setAttribute in interface RelatedDocument.Relatedpublic Named addNewAttribute()
addNewAttribute in interface RelatedDocument.Relatedpublic void unsetAttribute()
unsetAttribute in interface RelatedDocument.Relatedpublic Role getInverse()
getInverse in interface RelatedDocument.Relatedpublic boolean isSetInverse()
isSetInverse in interface RelatedDocument.Relatedpublic void setInverse(Role inverse)
setInverse in interface RelatedDocument.Relatedpublic Role addNewInverse()
addNewInverse in interface RelatedDocument.Relatedpublic void unsetInverse()
unsetInverse in interface RelatedDocument.Relatedpublic ChainType getChain()
getChain in interface RelatedDocument.Relatedpublic boolean isSetChain()
isSetChain in interface RelatedDocument.Relatedpublic void setChain(ChainType chain)
setChain in interface RelatedDocument.Relatedpublic ChainType addNewChain()
addNewChain in interface RelatedDocument.Relatedpublic void unsetChain()
unsetChain in interface RelatedDocument.Related
|
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 | ||||||||||