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

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

public interface XAlternativeReference
extends XmlObject

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


Nested Class Summary
static class XAlternativeReference.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
 String getAlternativeID()
          Gets the "alternativeID" element
 XAlternativesSet getAlternativesSet()
          Gets the "alternativesSet" element
 String getAlternativesSetID()
          Gets the "alternativesSetID" element
 boolean isSetAlternativeID()
          True if has "alternativeID" element
 boolean isSetAlternativesSet()
          True if has "alternativesSet" element
 boolean isSetAlternativesSetID()
          True if has "alternativesSetID" 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 unsetAlternativeID()
          Unsets the "alternativeID" element
 void unsetAlternativesSet()
          Unsets the "alternativesSet" element
 void unsetAlternativesSetID()
          Unsets the "alternativesSetID" 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

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



Copyright © 2011. All Rights Reserved.