org.decisiondeck.jmcda.persist.xmcda2.generated
Interface XAttributesMatrix.Row.Column

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
XAttributesMatrixImpl.RowImpl.ColumnImpl
Enclosing interface:
XAttributesMatrix.Row

public static interface XAttributesMatrix.Row.Column
extends XmlObject

An XML column(@). This is a complex type.


Nested Class Summary
static class XAttributesMatrix.Row.Column.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 addNewAttributesSet()
          Appends and returns a new empty "attributesSet" element
 XDescription addNewDescription()
          Appends and returns a new empty "description" element
 XValue addNewValue()
          Appends and returns a new empty "value" element
 String getAttributeID()
          Gets the "attributeID" element
 XAttributesSet getAttributesSet()
          Gets the "attributesSet" element
 String getAttributesSetID()
          Gets the "attributesSetID" element
 XDescription getDescription()
          Gets the "description" element
 XValue getValue()
          Gets the "value" element
 boolean isSetAttributeID()
          True if has "attributeID" element
 boolean isSetAttributesSet()
          True if has "attributesSet" element
 boolean isSetAttributesSetID()
          True if has "attributesSetID" element
 boolean isSetDescription()
          True if has "description" element
 boolean isSetValue()
          True if has "value" element
 void setAttributeID(String attributeID)
          Sets the "attributeID" element
 void setAttributesSet(XAttributesSet attributesSet)
          Sets the "attributesSet" element
 void setAttributesSetID(String attributesSetID)
          Sets the "attributesSetID" element
 void setDescription(XDescription description)
          Sets the "description" element
 void setValue(XValue value)
          Sets the "value" element
 void unsetAttributeID()
          Unsets the "attributeID" element
 void unsetAttributesSet()
          Unsets the "attributesSet" element
 void unsetAttributesSetID()
          Unsets the "attributesSetID" element
 void unsetDescription()
          Unsets the "description" element
 void unsetValue()
          Unsets the "value" 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

getDescription

XDescription getDescription()
Gets the "description" element


isSetDescription

boolean isSetDescription()
True if has "description" element


setDescription

void setDescription(XDescription description)
Sets the "description" element


addNewDescription

XDescription addNewDescription()
Appends and returns a new empty "description" element


unsetDescription

void unsetDescription()
Unsets the "description" element


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


getAttributesSet

XAttributesSet getAttributesSet()
Gets the "attributesSet" element


isSetAttributesSet

boolean isSetAttributesSet()
True if has "attributesSet" element


setAttributesSet

void setAttributesSet(XAttributesSet attributesSet)
Sets the "attributesSet" element


addNewAttributesSet

XAttributesSet addNewAttributesSet()
Appends and returns a new empty "attributesSet" element


unsetAttributesSet

void unsetAttributesSet()
Unsets the "attributesSet" element


getValue

XValue getValue()
Gets the "value" element


isSetValue

boolean isSetValue()
True if has "value" element


setValue

void setValue(XValue value)
Sets the "value" element


addNewValue

XValue addNewValue()
Appends and returns a new empty "value" element


unsetValue

void unsetValue()
Unsets the "value" element



Copyright © 2011. All Rights Reserved.