|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.muws.impl.CategoryImpl
An XMLBeans-based implementation of a MUWS Category
.
Constructor Summary | |
CategoryImpl(javax.xml.namespace.QName name)
|
|
CategoryImpl(javax.xml.namespace.QName name,
Category generalization)
|
Method Summary | |
Category |
getGeneralization()
Returns the next most general category in the categorization taxonomy. |
javax.xml.namespace.QName |
getName()
Returns the name of this category. |
org.apache.xmlbeans.XmlObject |
getXmlObject()
|
boolean |
hasGeneralization()
Returns true if the category has a generalization. |
void |
setGeneralization(Category category)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CategoryImpl(javax.xml.namespace.QName name)
public CategoryImpl(javax.xml.namespace.QName name, Category generalization)
Method Detail |
public javax.xml.namespace.QName getName()
Category
getName
in interface Category
public Category getGeneralization()
Category
getGeneralization
in interface Category
public boolean hasGeneralization()
Category
hasGeneralization
in interface Category
public void setGeneralization(Category category)
public org.apache.xmlbeans.XmlObject getXmlObject()
getXmlObject
in interface org.apache.ws.XmlObjectWrapper
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |