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

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

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XAttributesSets
 List<XAttributesSets> XMCDADoc.XMCDA.getAttributesSetsList()
          Gets a List of "attributesSets" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XAttributesSets
 void XMCDADoc.XMCDA.setAttributesSetsArray(int i, XAttributesSets attributesSets)
          Sets ith "attributesSets" element
 void XMCDADoc.XMCDA.setAttributesSetsArray(XAttributesSets[] attributesSetsArray)
          Sets array of all "attributesSets" element
 

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XAttributesSets
 XAttributesSets XMCDADocImpl.XMCDAImpl.addNewAttributesSets()
          Appends and returns a new empty value (as xml) as the last "attributesSets" element
 XAttributesSets[] XMCDADocImpl.XMCDAImpl.getAttributesSetsArray()
          Deprecated.  
 XAttributesSets XMCDADocImpl.XMCDAImpl.getAttributesSetsArray(int i)
          Gets ith "attributesSets" element
 XAttributesSets XMCDADocImpl.XMCDAImpl.insertNewAttributesSets(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributesSets" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XAttributesSets
 List<XAttributesSets> XMCDADocImpl.XMCDAImpl.getAttributesSetsList()
          Gets a List of "attributesSets" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XAttributesSets
 void XMCDADocImpl.XMCDAImpl.setAttributesSetsArray(int i, XAttributesSets attributesSets)
          Sets ith "attributesSets" element
 void XMCDADocImpl.XMCDAImpl.setAttributesSetsArray(XAttributesSets[] attributesSetsArray)
          Sets array of all "attributesSets" element
 



Copyright © 2011. All Rights Reserved.