org.decisiondeck.jmcda.persist.xmcda2.generated
Interface XCategoryReference

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
XCategoryReferenceImpl

public interface XCategoryReference
extends XmlObject

An XML categoryReference(@http://www.decision-deck.org/2009/XMCDA-2.1.0). This is a complex type.


Nested Class Summary
static class XCategoryReference.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 XCategoriesSet addNewCategoriesSet()
          Appends and returns a new empty "categoriesSet" element
 XCategoriesSet getCategoriesSet()
          Gets the "categoriesSet" element
 String getCategoriesSetID()
          Gets the "categoriesSetID" element
 String getCategoryID()
          Gets the "categoryID" element
 boolean isSetCategoriesSet()
          True if has "categoriesSet" element
 boolean isSetCategoriesSetID()
          True if has "categoriesSetID" element
 boolean isSetCategoryID()
          True if has "categoryID" element
 void setCategoriesSet(XCategoriesSet categoriesSet)
          Sets the "categoriesSet" element
 void setCategoriesSetID(String categoriesSetID)
          Sets the "categoriesSetID" element
 void setCategoryID(String categoryID)
          Sets the "categoryID" element
 void unsetCategoriesSet()
          Unsets the "categoriesSet" element
 void unsetCategoriesSetID()
          Unsets the "categoriesSetID" element
 void unsetCategoryID()
          Unsets the "categoryID" element
 XmlString xgetCategoriesSetID()
          Gets (as xml) the "categoriesSetID" element
 XmlString xgetCategoryID()
          Gets (as xml) the "categoryID" element
 void xsetCategoriesSetID(XmlString categoriesSetID)
          Sets (as xml) the "categoriesSetID" element
 void xsetCategoryID(XmlString categoryID)
          Sets (as xml) the "categoryID" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final SchemaType type
Method Detail

getCategoryID

String getCategoryID()
Gets the "categoryID" element


xgetCategoryID

XmlString xgetCategoryID()
Gets (as xml) the "categoryID" element


isSetCategoryID

boolean isSetCategoryID()
True if has "categoryID" element


setCategoryID

void setCategoryID(String categoryID)
Sets the "categoryID" element


xsetCategoryID

void xsetCategoryID(XmlString categoryID)
Sets (as xml) the "categoryID" element


unsetCategoryID

void unsetCategoryID()
Unsets the "categoryID" element


getCategoriesSetID

String getCategoriesSetID()
Gets the "categoriesSetID" element


xgetCategoriesSetID

XmlString xgetCategoriesSetID()
Gets (as xml) the "categoriesSetID" element


isSetCategoriesSetID

boolean isSetCategoriesSetID()
True if has "categoriesSetID" element


setCategoriesSetID

void setCategoriesSetID(String categoriesSetID)
Sets the "categoriesSetID" element


xsetCategoriesSetID

void xsetCategoriesSetID(XmlString categoriesSetID)
Sets (as xml) the "categoriesSetID" element


unsetCategoriesSetID

void unsetCategoriesSetID()
Unsets the "categoriesSetID" element


getCategoriesSet

XCategoriesSet getCategoriesSet()
Gets the "categoriesSet" element


isSetCategoriesSet

boolean isSetCategoriesSet()
True if has "categoriesSet" element


setCategoriesSet

void setCategoriesSet(XCategoriesSet categoriesSet)
Sets the "categoriesSet" element


addNewCategoriesSet

XCategoriesSet addNewCategoriesSet()
Appends and returns a new empty "categoriesSet" element


unsetCategoriesSet

void unsetCategoriesSet()
Unsets the "categoriesSet" element



Copyright © 2011. All Rights Reserved.