Uses of Interface
org.decisiondeck.jmcda.persist.xmcda2.generated.XCategoryContent

Packages that use XCategoryContent
org.decisiondeck.jmcda.persist.xmcda2.generated   
org.decisiondeck.jmcda.persist.xmcda2.generated.impl   
 

Uses of XCategoryContent in org.decisiondeck.jmcda.persist.xmcda2.generated
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XCategoryContent
 XCategoryContent XCategoriesContents.addNewCategoryContent()
          Appends and returns a new empty value (as xml) as the last "categoryContent" element
 XCategoryContent[] XCategoriesContents.getCategoryContentArray()
          Deprecated.  
 XCategoryContent XCategoriesContents.getCategoryContentArray(int i)
          Gets ith "categoryContent" element
 XCategoryContent XCategoriesContents.insertNewCategoryContent(int i)
          Inserts and returns a new empty value (as xml) as the ith "categoryContent" element
static XCategoryContent XCategoryContent.Factory.newInstance()
           
static XCategoryContent XCategoryContent.Factory.newInstance(XmlOptions options)
           
static XCategoryContent XCategoryContent.Factory.parse(File file)
           
static XCategoryContent XCategoryContent.Factory.parse(File file, XmlOptions options)
           
static XCategoryContent XCategoryContent.Factory.parse(InputStream is)
           
static XCategoryContent XCategoryContent.Factory.parse(InputStream is, XmlOptions options)
           
static XCategoryContent XCategoryContent.Factory.parse(Node node)
           
static XCategoryContent XCategoryContent.Factory.parse(Node node, XmlOptions options)
           
static XCategoryContent XCategoryContent.Factory.parse(Reader r)
           
static XCategoryContent XCategoryContent.Factory.parse(Reader r, XmlOptions options)
           
static XCategoryContent XCategoryContent.Factory.parse(String xmlAsString)
           
static XCategoryContent XCategoryContent.Factory.parse(String xmlAsString, XmlOptions options)
           
static XCategoryContent XCategoryContent.Factory.parse(URL u)
           
static XCategoryContent XCategoryContent.Factory.parse(URL u, XmlOptions options)
           
static XCategoryContent XCategoryContent.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static XCategoryContent XCategoryContent.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)
          Deprecated. XMLInputStream
static XCategoryContent XCategoryContent.Factory.parse(XMLStreamReader sr)
           
static XCategoryContent XCategoryContent.Factory.parse(XMLStreamReader sr, XmlOptions options)
           
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XCategoryContent
 List<XCategoryContent> XCategoriesContents.getCategoryContentList()
          Gets a List of "categoryContent" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XCategoryContent
 void XCategoriesContents.setCategoryContentArray(int i, XCategoryContent categoryContent)
          Sets ith "categoryContent" element
 void XCategoriesContents.setCategoryContentArray(XCategoryContent[] categoryContentArray)
          Sets array of all "categoryContent" element
 

Uses of XCategoryContent in org.decisiondeck.jmcda.persist.xmcda2.generated.impl
 

Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XCategoryContent
 class XCategoryContentImpl
          An XML categoryContent(@http://www.decision-deck.org/2009/XMCDA-2.1.0).
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XCategoryContent
 XCategoryContent XCategoriesContentsImpl.addNewCategoryContent()
          Appends and returns a new empty value (as xml) as the last "categoryContent" element
 XCategoryContent[] XCategoriesContentsImpl.getCategoryContentArray()
          Deprecated.  
 XCategoryContent XCategoriesContentsImpl.getCategoryContentArray(int i)
          Gets ith "categoryContent" element
 XCategoryContent XCategoriesContentsImpl.insertNewCategoryContent(int i)
          Inserts and returns a new empty value (as xml) as the ith "categoryContent" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XCategoryContent
 List<XCategoryContent> XCategoriesContentsImpl.getCategoryContentList()
          Gets a List of "categoryContent" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XCategoryContent
 void XCategoriesContentsImpl.setCategoryContentArray(int i, XCategoryContent categoryContent)
          Sets ith "categoryContent" element
 void XCategoriesContentsImpl.setCategoryContentArray(XCategoryContent[] categoryContentArray)
          Sets array of all "categoryContent" element
 



Copyright © 2011. All Rights Reserved.