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

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XAttributesSet
 XAttributesSet XAttributeReference.addNewAttributeSet()
          Appends and returns a new empty "attributeSet" element
 XAttributesSet XAttributeValue.addNewAttributesSet()
          Appends and returns a new empty "attributesSet" element
 XAttributesSet XAttributesSets.addNewAttributesSet()
          Appends and returns a new empty value (as xml) as the last "attributesSet" element
 XAttributesSet XMCDADoc.XMCDA.addNewAttributesSet()
          Appends and returns a new empty value (as xml) as the last "attributesSet" element
 XAttributesSet XNode.addNewAttributesSet()
          Appends and returns a new empty "attributesSet" element
 XAttributesSet XAttributesLinearConstraints.Constraint.Element.addNewAttributesSet()
          Appends and returns a new empty "attributesSet" element
 XAttributesSet XAttributesMatrix.Row.addNewAttributesSet()
          Appends and returns a new empty "attributesSet" element
 XAttributesSet XAttributesMatrix.Row.Column.addNewAttributesSet()
          Appends and returns a new empty "attributesSet" element
 XAttributesSet XAttributeReference.getAttributeSet()
          Gets the "attributeSet" element
 XAttributesSet XAttributeValue.getAttributesSet()
          Gets the "attributesSet" element
 XAttributesSet XNode.getAttributesSet()
          Gets the "attributesSet" element
 XAttributesSet XAttributesLinearConstraints.Constraint.Element.getAttributesSet()
          Gets the "attributesSet" element
 XAttributesSet XAttributesMatrix.Row.getAttributesSet()
          Gets the "attributesSet" element
 XAttributesSet XAttributesMatrix.Row.Column.getAttributesSet()
          Gets the "attributesSet" element
 XAttributesSet[] XAttributesSets.getAttributesSetArray()
          Deprecated.  
 XAttributesSet[] XMCDADoc.XMCDA.getAttributesSetArray()
          Deprecated.  
 XAttributesSet XAttributesSets.getAttributesSetArray(int i)
          Gets ith "attributesSet" element
 XAttributesSet XMCDADoc.XMCDA.getAttributesSetArray(int i)
          Gets ith "attributesSet" element
 XAttributesSet XAttributesSets.insertNewAttributesSet(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributesSet" element
 XAttributesSet XMCDADoc.XMCDA.insertNewAttributesSet(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributesSet" element
static XAttributesSet XAttributesSet.Factory.newInstance()
           
static XAttributesSet XAttributesSet.Factory.newInstance(XmlOptions options)
           
static XAttributesSet XAttributesSet.Factory.parse(File file)
           
static XAttributesSet XAttributesSet.Factory.parse(File file, XmlOptions options)
           
static XAttributesSet XAttributesSet.Factory.parse(InputStream is)
           
static XAttributesSet XAttributesSet.Factory.parse(InputStream is, XmlOptions options)
           
static XAttributesSet XAttributesSet.Factory.parse(Node node)
           
static XAttributesSet XAttributesSet.Factory.parse(Node node, XmlOptions options)
           
static XAttributesSet XAttributesSet.Factory.parse(Reader r)
           
static XAttributesSet XAttributesSet.Factory.parse(Reader r, XmlOptions options)
           
static XAttributesSet XAttributesSet.Factory.parse(String xmlAsString)
           
static XAttributesSet XAttributesSet.Factory.parse(String xmlAsString, XmlOptions options)
           
static XAttributesSet XAttributesSet.Factory.parse(URL u)
           
static XAttributesSet XAttributesSet.Factory.parse(URL u, XmlOptions options)
           
static XAttributesSet XAttributesSet.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static XAttributesSet XAttributesSet.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)
          Deprecated. XMLInputStream
static XAttributesSet XAttributesSet.Factory.parse(XMLStreamReader sr)
           
static XAttributesSet XAttributesSet.Factory.parse(XMLStreamReader sr, XmlOptions options)
           
 

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XAttributesSet
 void XAttributeReference.setAttributeSet(XAttributesSet attributeSet)
          Sets the "attributeSet" element
 void XAttributeValue.setAttributesSet(XAttributesSet attributesSet)
          Sets the "attributesSet" element
 void XNode.setAttributesSet(XAttributesSet attributesSet)
          Sets the "attributesSet" element
 void XAttributesLinearConstraints.Constraint.Element.setAttributesSet(XAttributesSet attributesSet)
          Sets the "attributesSet" element
 void XAttributesMatrix.Row.setAttributesSet(XAttributesSet attributesSet)
          Sets the "attributesSet" element
 void XAttributesMatrix.Row.Column.setAttributesSet(XAttributesSet attributesSet)
          Sets the "attributesSet" element
 void XAttributesSets.setAttributesSetArray(int i, XAttributesSet attributesSet)
          Sets ith "attributesSet" element
 void XMCDADoc.XMCDA.setAttributesSetArray(int i, XAttributesSet attributesSet)
          Sets ith "attributesSet" element
 void XAttributesSets.setAttributesSetArray(XAttributesSet[] attributesSetArray)
          Sets array of all "attributesSet" element
 void XMCDADoc.XMCDA.setAttributesSetArray(XAttributesSet[] attributesSetArray)
          Sets array of all "attributesSet" element
 

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

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XAttributesSet
 XAttributesSet XAttributeReferenceImpl.addNewAttributeSet()
          Appends and returns a new empty "attributeSet" element
 XAttributesSet XAttributeValueImpl.addNewAttributesSet()
          Appends and returns a new empty "attributesSet" element
 XAttributesSet XAttributesLinearConstraintsImpl.ConstraintImpl.ElementImpl.addNewAttributesSet()
          Appends and returns a new empty "attributesSet" element
 XAttributesSet XNodeImpl.addNewAttributesSet()
          Appends and returns a new empty "attributesSet" element
 XAttributesSet XAttributesSetsImpl.addNewAttributesSet()
          Appends and returns a new empty value (as xml) as the last "attributesSet" element
 XAttributesSet XAttributesMatrixImpl.RowImpl.addNewAttributesSet()
          Appends and returns a new empty "attributesSet" element
 XAttributesSet XAttributesMatrixImpl.RowImpl.ColumnImpl.addNewAttributesSet()
          Appends and returns a new empty "attributesSet" element
 XAttributesSet XMCDADocImpl.XMCDAImpl.addNewAttributesSet()
          Appends and returns a new empty value (as xml) as the last "attributesSet" element
 XAttributesSet XAttributeReferenceImpl.getAttributeSet()
          Gets the "attributeSet" element
 XAttributesSet XAttributeValueImpl.getAttributesSet()
          Gets the "attributesSet" element
 XAttributesSet XAttributesLinearConstraintsImpl.ConstraintImpl.ElementImpl.getAttributesSet()
          Gets the "attributesSet" element
 XAttributesSet XNodeImpl.getAttributesSet()
          Gets the "attributesSet" element
 XAttributesSet XAttributesMatrixImpl.RowImpl.getAttributesSet()
          Gets the "attributesSet" element
 XAttributesSet XAttributesMatrixImpl.RowImpl.ColumnImpl.getAttributesSet()
          Gets the "attributesSet" element
 XAttributesSet[] XAttributesSetsImpl.getAttributesSetArray()
          Deprecated.  
 XAttributesSet[] XMCDADocImpl.XMCDAImpl.getAttributesSetArray()
          Deprecated.  
 XAttributesSet XAttributesSetsImpl.getAttributesSetArray(int i)
          Gets ith "attributesSet" element
 XAttributesSet XMCDADocImpl.XMCDAImpl.getAttributesSetArray(int i)
          Gets ith "attributesSet" element
 XAttributesSet XAttributesSetsImpl.insertNewAttributesSet(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributesSet" element
 XAttributesSet XMCDADocImpl.XMCDAImpl.insertNewAttributesSet(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributesSet" element
 

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

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XAttributesSet
 void XAttributeReferenceImpl.setAttributeSet(XAttributesSet attributeSet)
          Sets the "attributeSet" element
 void XAttributeValueImpl.setAttributesSet(XAttributesSet attributesSet)
          Sets the "attributesSet" element
 void XAttributesLinearConstraintsImpl.ConstraintImpl.ElementImpl.setAttributesSet(XAttributesSet attributesSet)
          Sets the "attributesSet" element
 void XNodeImpl.setAttributesSet(XAttributesSet attributesSet)
          Sets the "attributesSet" element
 void XAttributesMatrixImpl.RowImpl.setAttributesSet(XAttributesSet attributesSet)
          Sets the "attributesSet" element
 void XAttributesMatrixImpl.RowImpl.ColumnImpl.setAttributesSet(XAttributesSet attributesSet)
          Sets the "attributesSet" element
 void XAttributesSetsImpl.setAttributesSetArray(int i, XAttributesSet attributesSet)
          Sets ith "attributesSet" element
 void XMCDADocImpl.XMCDAImpl.setAttributesSetArray(int i, XAttributesSet attributesSet)
          Sets ith "attributesSet" element
 void XAttributesSetsImpl.setAttributesSetArray(XAttributesSet[] attributesSetArray)
          Sets array of all "attributesSet" element
 void XMCDADocImpl.XMCDAImpl.setAttributesSetArray(XAttributesSet[] attributesSetArray)
          Sets array of all "attributesSet" element
 



Copyright © 2011. All Rights Reserved.