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

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

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

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XAttributesValues
 void XMCDADoc.XMCDA.setAttributesValuesArray(int i, XAttributesValues attributesValues)
          Sets ith "attributesValues" element
 void XMCDADoc.XMCDA.setAttributesValuesArray(XAttributesValues[] attributesValuesArray)
          Sets array of all "attributesValues" element
 

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XAttributesValues
 XAttributesValues XMCDADocImpl.XMCDAImpl.addNewAttributesValues()
          Appends and returns a new empty value (as xml) as the last "attributesValues" element
 XAttributesValues[] XMCDADocImpl.XMCDAImpl.getAttributesValuesArray()
          Deprecated.  
 XAttributesValues XMCDADocImpl.XMCDAImpl.getAttributesValuesArray(int i)
          Gets ith "attributesValues" element
 XAttributesValues XMCDADocImpl.XMCDAImpl.insertNewAttributesValues(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributesValues" element
 

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XAttributesValues
 void XMCDADocImpl.XMCDAImpl.setAttributesValuesArray(int i, XAttributesValues attributesValues)
          Sets ith "attributesValues" element
 void XMCDADocImpl.XMCDAImpl.setAttributesValuesArray(XAttributesValues[] attributesValuesArray)
          Sets array of all "attributesValues" element
 



Copyright © 2011. All Rights Reserved.