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

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
XAlternativesMatrixImpl.RowImpl.ColumnImpl
Enclosing interface:
XAlternativesMatrix.Row

public static interface XAlternativesMatrix.Row.Column
extends XmlObject

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


Nested Class Summary
static class XAlternativesMatrix.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
 XAlternativesSet addNewAlternativesSet()
          Appends and returns a new empty "alternativesSet" element
 XDescription addNewDescription()
          Appends and returns a new empty "description" element
 XValue addNewValue()
          Appends and returns a new empty "value" element
 String getAlternativeID()
          Gets the "alternativeID" element
 XAlternativesSet getAlternativesSet()
          Gets the "alternativesSet" element
 String getAlternativesSetID()
          Gets the "alternativesSetID" element
 XDescription getDescription()
          Gets the "description" element
 XValue getValue()
          Gets the "value" element
 boolean isSetAlternativeID()
          True if has "alternativeID" element
 boolean isSetAlternativesSet()
          True if has "alternativesSet" element
 boolean isSetAlternativesSetID()
          True if has "alternativesSetID" element
 boolean isSetDescription()
          True if has "description" element
 boolean isSetValue()
          True if has "value" element
 void setAlternativeID(String alternativeID)
          Sets the "alternativeID" element
 void setAlternativesSet(XAlternativesSet alternativesSet)
          Sets the "alternativesSet" element
 void setAlternativesSetID(String alternativesSetID)
          Sets the "alternativesSetID" element
 void setDescription(XDescription description)
          Sets the "description" element
 void setValue(XValue value)
          Sets the "value" element
 void unsetAlternativeID()
          Unsets the "alternativeID" element
 void unsetAlternativesSet()
          Unsets the "alternativesSet" element
 void unsetAlternativesSetID()
          Unsets the "alternativesSetID" element
 void unsetDescription()
          Unsets the "description" element
 void unsetValue()
          Unsets the "value" element
 XmlString xgetAlternativeID()
          Gets (as xml) the "alternativeID" element
 XmlString xgetAlternativesSetID()
          Gets (as xml) the "alternativesSetID" element
 void xsetAlternativeID(XmlString alternativeID)
          Sets (as xml) the "alternativeID" element
 void xsetAlternativesSetID(XmlString alternativesSetID)
          Sets (as xml) the "alternativesSetID" 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


getAlternativeID

String getAlternativeID()
Gets the "alternativeID" element


xgetAlternativeID

XmlString xgetAlternativeID()
Gets (as xml) the "alternativeID" element


isSetAlternativeID

boolean isSetAlternativeID()
True if has "alternativeID" element


setAlternativeID

void setAlternativeID(String alternativeID)
Sets the "alternativeID" element


xsetAlternativeID

void xsetAlternativeID(XmlString alternativeID)
Sets (as xml) the "alternativeID" element


unsetAlternativeID

void unsetAlternativeID()
Unsets the "alternativeID" element


getAlternativesSetID

String getAlternativesSetID()
Gets the "alternativesSetID" element


xgetAlternativesSetID

XmlString xgetAlternativesSetID()
Gets (as xml) the "alternativesSetID" element


isSetAlternativesSetID

boolean isSetAlternativesSetID()
True if has "alternativesSetID" element


setAlternativesSetID

void setAlternativesSetID(String alternativesSetID)
Sets the "alternativesSetID" element


xsetAlternativesSetID

void xsetAlternativesSetID(XmlString alternativesSetID)
Sets (as xml) the "alternativesSetID" element


unsetAlternativesSetID

void unsetAlternativesSetID()
Unsets the "alternativesSetID" element


getAlternativesSet

XAlternativesSet getAlternativesSet()
Gets the "alternativesSet" element


isSetAlternativesSet

boolean isSetAlternativesSet()
True if has "alternativesSet" element


setAlternativesSet

void setAlternativesSet(XAlternativesSet alternativesSet)
Sets the "alternativesSet" element


addNewAlternativesSet

XAlternativesSet addNewAlternativesSet()
Appends and returns a new empty "alternativesSet" element


unsetAlternativesSet

void unsetAlternativesSet()
Unsets the "alternativesSet" 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.