|
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.RoleImpl
An XML role(@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.Role |
Role.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.Role |
type |
Fields inherited from interface org.apache.xmlbeans.XmlObject |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Constructor Summary | |
RoleImpl(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 |
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 |
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 |
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 |
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 RoleImpl(SchemaType sType)
Method Detail |
public Named getRatom()
getRatom
in interface Role
public boolean isSetRatom()
isSetRatom
in interface Role
public void setRatom(Named ratom)
setRatom
in interface Role
public Named addNewRatom()
addNewRatom
in interface Role
public void unsetRatom()
unsetRatom
in interface Role
public Named getFeature()
getFeature
in interface Role
public boolean isSetFeature()
isSetFeature
in interface Role
public void setFeature(Named feature)
setFeature
in interface Role
public Named addNewFeature()
addNewFeature
in interface Role
public void unsetFeature()
unsetFeature
in interface Role
public Named getAttribute()
getAttribute
in interface Role
public boolean isSetAttribute()
isSetAttribute
in interface Role
public void setAttribute(Named attribute)
setAttribute
in interface Role
public Named addNewAttribute()
addNewAttribute
in interface Role
public void unsetAttribute()
unsetAttribute
in interface Role
public Role getInverse()
getInverse
in interface Role
public boolean isSetInverse()
isSetInverse
in interface Role
public void setInverse(Role inverse)
setInverse
in interface Role
public Role addNewInverse()
addNewInverse
in interface Role
public void unsetInverse()
unsetInverse
in interface Role
public ChainType getChain()
getChain
in interface Role
public boolean isSetChain()
isSetChain
in interface Role
public void setChain(ChainType chain)
setChain
in interface Role
public ChainType addNewChain()
addNewChain
in interface Role
public void unsetChain()
unsetChain
in interface Role
|
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 |