|
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.RoleFillersDocumentImpl.RoleFillersImpl
An XML roleFillers(@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.RoleFillersDocument.RoleFillers |
RoleFillersDocument.RoleFillers.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.RoleFillersDocument.RoleFillers |
type |
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Constructor Summary | |
RoleFillersDocumentImpl.RoleFillersImpl(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 "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 |
String |
getId()
Gets the "id" attribute |
Named |
getIndividual()
Gets the "individual" element |
Role |
getInverse()
Gets the "inverse" element |
Named |
getRatom()
Gets the "ratom" 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 |
setAttribute(Named attribute)
Sets the "attribute" element |
void |
setChain(ChainType chain)
Sets the "chain" element |
void |
setFeature(Named feature)
Sets the "feature" element |
void |
setId(String id)
Sets the "id" attribute |
void |
setIndividual(Named individual)
Sets the "individual" element |
void |
setInverse(Role inverse)
Sets the "inverse" element |
void |
setRatom(Named ratom)
Sets the "ratom" 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 |
XmlID |
xgetId()
Gets (as xml) the "id" attribute |
void |
xsetId(XmlID id)
Sets (as xml) the "id" attribute |
| 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 RoleFillersDocumentImpl.RoleFillersImpl(SchemaType sType)
| Method Detail |
public Named getIndividual()
getIndividual in interface RoleFillersDocument.RoleFillerspublic void setIndividual(Named individual)
setIndividual in interface RoleFillersDocument.RoleFillerspublic Named addNewIndividual()
addNewIndividual in interface RoleFillersDocument.RoleFillerspublic Named getRatom()
getRatom in interface RoleFillersDocument.RoleFillerspublic boolean isSetRatom()
isSetRatom in interface RoleFillersDocument.RoleFillerspublic void setRatom(Named ratom)
setRatom in interface RoleFillersDocument.RoleFillerspublic Named addNewRatom()
addNewRatom in interface RoleFillersDocument.RoleFillerspublic void unsetRatom()
unsetRatom in interface RoleFillersDocument.RoleFillerspublic Named getFeature()
getFeature in interface RoleFillersDocument.RoleFillerspublic boolean isSetFeature()
isSetFeature in interface RoleFillersDocument.RoleFillerspublic void setFeature(Named feature)
setFeature in interface RoleFillersDocument.RoleFillerspublic Named addNewFeature()
addNewFeature in interface RoleFillersDocument.RoleFillerspublic void unsetFeature()
unsetFeature in interface RoleFillersDocument.RoleFillerspublic Named getAttribute()
getAttribute in interface RoleFillersDocument.RoleFillerspublic boolean isSetAttribute()
isSetAttribute in interface RoleFillersDocument.RoleFillerspublic void setAttribute(Named attribute)
setAttribute in interface RoleFillersDocument.RoleFillerspublic Named addNewAttribute()
addNewAttribute in interface RoleFillersDocument.RoleFillerspublic void unsetAttribute()
unsetAttribute in interface RoleFillersDocument.RoleFillerspublic Role getInverse()
getInverse in interface RoleFillersDocument.RoleFillerspublic boolean isSetInverse()
isSetInverse in interface RoleFillersDocument.RoleFillerspublic void setInverse(Role inverse)
setInverse in interface RoleFillersDocument.RoleFillerspublic Role addNewInverse()
addNewInverse in interface RoleFillersDocument.RoleFillerspublic void unsetInverse()
unsetInverse in interface RoleFillersDocument.RoleFillerspublic ChainType getChain()
getChain in interface RoleFillersDocument.RoleFillerspublic boolean isSetChain()
isSetChain in interface RoleFillersDocument.RoleFillerspublic void setChain(ChainType chain)
setChain in interface RoleFillersDocument.RoleFillerspublic ChainType addNewChain()
addNewChain in interface RoleFillersDocument.RoleFillerspublic void unsetChain()
unsetChain in interface RoleFillersDocument.RoleFillerspublic String getId()
getId in interface RoleFillersDocument.RoleFillerspublic XmlID xgetId()
xgetId in interface RoleFillersDocument.RoleFillerspublic void setId(String id)
setId in interface RoleFillersDocument.RoleFillerspublic void xsetId(XmlID id)
xsetId in interface RoleFillersDocument.RoleFillers
|
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 | ||||||||||