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

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

public interface XAttributeReference
extends XmlObject

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


Nested Class Summary
static class XAttributeReference.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
 XAttributesSet addNewAttributeSet()
          Appends and returns a new empty "attributeSet" element
 String getAttributeID()
          Gets the "attributeID" element
 XAttributesSet getAttributeSet()
          Gets the "attributeSet" element
 String getAttributesSetID()
          Gets the "attributesSetID" element
 boolean isSetAttributeID()
          True if has "attributeID" element
 boolean isSetAttributeSet()
          True if has "attributeSet" element
 boolean isSetAttributesSetID()
          True if has "attributesSetID" element
 void setAttributeID(String attributeID)
          Sets the "attributeID" element
 void setAttributeSet(XAttributesSet attributeSet)
          Sets the "attributeSet" element
 void setAttributesSetID(String attributesSetID)
          Sets the "attributesSetID" element
 void unsetAttributeID()
          Unsets the "attributeID" element
 void unsetAttributeSet()
          Unsets the "attributeSet" element
 void unsetAttributesSetID()
          Unsets the "attributesSetID" element
 XmlString xgetAttributeID()
          Gets (as xml) the "attributeID" element
 XmlString xgetAttributesSetID()
          Gets (as xml) the "attributesSetID" element
 void xsetAttributeID(XmlString attributeID)
          Sets (as xml) the "attributeID" element
 void xsetAttributesSetID(XmlString attributesSetID)
          Sets (as xml) the "attributesSetID" 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

getAttributeID

String getAttributeID()
Gets the "attributeID" element


xgetAttributeID

XmlString xgetAttributeID()
Gets (as xml) the "attributeID" element


isSetAttributeID

boolean isSetAttributeID()
True if has "attributeID" element


setAttributeID

void setAttributeID(String attributeID)
Sets the "attributeID" element


xsetAttributeID

void xsetAttributeID(XmlString attributeID)
Sets (as xml) the "attributeID" element


unsetAttributeID

void unsetAttributeID()
Unsets the "attributeID" element


getAttributesSetID

String getAttributesSetID()
Gets the "attributesSetID" element


xgetAttributesSetID

XmlString xgetAttributesSetID()
Gets (as xml) the "attributesSetID" element


isSetAttributesSetID

boolean isSetAttributesSetID()
True if has "attributesSetID" element


setAttributesSetID

void setAttributesSetID(String attributesSetID)
Sets the "attributesSetID" element


xsetAttributesSetID

void xsetAttributesSetID(XmlString attributesSetID)
Sets (as xml) the "attributesSetID" element


unsetAttributesSetID

void unsetAttributesSetID()
Unsets the "attributesSetID" element


getAttributeSet

XAttributesSet getAttributeSet()
Gets the "attributeSet" element


isSetAttributeSet

boolean isSetAttributeSet()
True if has "attributeSet" element


setAttributeSet

void setAttributeSet(XAttributesSet attributeSet)
Sets the "attributeSet" element


addNewAttributeSet

XAttributesSet addNewAttributeSet()
Appends and returns a new empty "attributeSet" element


unsetAttributeSet

void unsetAttributeSet()
Unsets the "attributeSet" element



Copyright © 2011. All Rights Reserved.