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

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

public interface XAlternative
extends XmlObject

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


Nested Class Summary
static class XAlternative.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
 void addActive(boolean active)
          Appends the value as the last "active" element
 XmlBoolean addNewActive()
          Appends and returns a new empty value (as xml) as the last "active" element
 XDescription addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 XmlBoolean addNewReference()
          Appends and returns a new empty value (as xml) as the last "reference" element
 XAlternativeType addNewType()
          Appends and returns a new empty value (as xml) as the last "type" element
 void addReference(boolean reference)
          Appends the value as the last "reference" element
 void addType(XAlternativeType.Enum type)
          Appends the value as the last "type" element
 boolean[] getActiveArray()
          Deprecated.  
 boolean getActiveArray(int i)
          Gets ith "active" element
 List<Boolean> getActiveList()
          Gets a List of "active" elements
 XDescription[] getDescriptionArray()
          Deprecated.  
 XDescription getDescriptionArray(int i)
          Gets ith "description" element
 List<XDescription> getDescriptionList()
          Gets a List of "description" elements
 String getId()
          Gets the "id" attribute
 String getMcdaConcept()
          Gets the "mcdaConcept" attribute
 String getName()
          Gets the "name" attribute
 boolean[] getReferenceArray()
          Deprecated.  
 boolean getReferenceArray(int i)
          Gets ith "reference" element
 List<Boolean> getReferenceList()
          Gets a List of "reference" elements
 XAlternativeType.Enum[] getTypeArray()
          Deprecated.  
 XAlternativeType.Enum getTypeArray(int i)
          Gets ith "type" element
 List<XAlternativeType.Enum> getTypeList()
          Gets a List of "type" elements
 void insertActive(int i, boolean active)
          Inserts the value as the ith "active" element
 XmlBoolean insertNewActive(int i)
          Inserts and returns a new empty value (as xml) as the ith "active" element
 XDescription insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 XmlBoolean insertNewReference(int i)
          Inserts and returns a new empty value (as xml) as the ith "reference" element
 XAlternativeType insertNewType(int i)
          Inserts and returns a new empty value (as xml) as the ith "type" element
 void insertReference(int i, boolean reference)
          Inserts the value as the ith "reference" element
 void insertType(int i, XAlternativeType.Enum type)
          Inserts the value as the ith "type" element
 boolean isSetMcdaConcept()
          True if has "mcdaConcept" attribute
 boolean isSetName()
          True if has "name" attribute
 void removeActive(int i)
          Removes the ith "active" element
 void removeDescription(int i)
          Removes the ith "description" element
 void removeReference(int i)
          Removes the ith "reference" element
 void removeType(int i)
          Removes the ith "type" element
 void setActiveArray(boolean[] activeArray)
          Sets array of all "active" element
 void setActiveArray(int i, boolean active)
          Sets ith "active" element
 void setDescriptionArray(int i, XDescription description)
          Sets ith "description" element
 void setDescriptionArray(XDescription[] descriptionArray)
          Sets array of all "description" element
 void setId(String id)
          Sets the "id" attribute
 void setMcdaConcept(String mcdaConcept)
          Sets the "mcdaConcept" attribute
 void setName(String name)
          Sets the "name" attribute
 void setReferenceArray(boolean[] referenceArray)
          Sets array of all "reference" element
 void setReferenceArray(int i, boolean reference)
          Sets ith "reference" element
 void setTypeArray(int i, XAlternativeType.Enum type)
          Sets ith "type" element
 void setTypeArray(XAlternativeType.Enum[] typeArray)
          Sets array of all "type" element
 int sizeOfActiveArray()
          Returns number of "active" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 int sizeOfReferenceArray()
          Returns number of "reference" element
 int sizeOfTypeArray()
          Returns number of "type" element
 void unsetMcdaConcept()
          Unsets the "mcdaConcept" attribute
 void unsetName()
          Unsets the "name" attribute
 XmlBoolean[] xgetActiveArray()
          Deprecated.  
 XmlBoolean xgetActiveArray(int i)
          Gets (as xml) ith "active" element
 List<XmlBoolean> xgetActiveList()
          Gets (as xml) a List of "active" elements
 XmlString xgetId()
          Gets (as xml) the "id" attribute
 XmlString xgetMcdaConcept()
          Gets (as xml) the "mcdaConcept" attribute
 XmlString xgetName()
          Gets (as xml) the "name" attribute
 XmlBoolean[] xgetReferenceArray()
          Deprecated.  
 XmlBoolean xgetReferenceArray(int i)
          Gets (as xml) ith "reference" element
 List<XmlBoolean> xgetReferenceList()
          Gets (as xml) a List of "reference" elements
 XAlternativeType[] xgetTypeArray()
          Deprecated.  
 XAlternativeType xgetTypeArray(int i)
          Gets (as xml) ith "type" element
 List<XAlternativeType> xgetTypeList()
          Gets (as xml) a List of "type" elements
 void xsetActiveArray(int i, XmlBoolean active)
          Sets (as xml) ith "active" element
 void xsetActiveArray(XmlBoolean[] activeArray)
          Sets (as xml) array of all "active" element
 void xsetId(XmlString id)
          Sets (as xml) the "id" attribute
 void xsetMcdaConcept(XmlString mcdaConcept)
          Sets (as xml) the "mcdaConcept" attribute
 void xsetName(XmlString name)
          Sets (as xml) the "name" attribute
 void xsetReferenceArray(int i, XmlBoolean reference)
          Sets (as xml) ith "reference" element
 void xsetReferenceArray(XmlBoolean[] referenceArray)
          Sets (as xml) array of all "reference" element
 void xsetTypeArray(int i, XAlternativeType type)
          Sets (as xml) ith "type" element
 void xsetTypeArray(XAlternativeType[] typeArray)
          Sets (as xml) array of all "type" 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

getDescriptionList

List<XDescription> getDescriptionList()
Gets a List of "description" elements


getDescriptionArray

XDescription[] getDescriptionArray()
Deprecated. 

Gets array of all "description" elements


getDescriptionArray

XDescription getDescriptionArray(int i)
Gets ith "description" element


sizeOfDescriptionArray

int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

void setDescriptionArray(XDescription[] descriptionArray)
Sets array of all "description" element


setDescriptionArray

void setDescriptionArray(int i,
                         XDescription description)
Sets ith "description" element


insertNewDescription

XDescription insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element


addNewDescription

XDescription addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element


removeDescription

void removeDescription(int i)
Removes the ith "description" element


getTypeList

List<XAlternativeType.Enum> getTypeList()
Gets a List of "type" elements


getTypeArray

XAlternativeType.Enum[] getTypeArray()
Deprecated. 

Gets array of all "type" elements


getTypeArray

XAlternativeType.Enum getTypeArray(int i)
Gets ith "type" element


xgetTypeList

List<XAlternativeType> xgetTypeList()
Gets (as xml) a List of "type" elements


xgetTypeArray

XAlternativeType[] xgetTypeArray()
Deprecated. 

Gets (as xml) array of all "type" elements


xgetTypeArray

XAlternativeType xgetTypeArray(int i)
Gets (as xml) ith "type" element


sizeOfTypeArray

int sizeOfTypeArray()
Returns number of "type" element


setTypeArray

void setTypeArray(XAlternativeType.Enum[] typeArray)
Sets array of all "type" element


setTypeArray

void setTypeArray(int i,
                  XAlternativeType.Enum type)
Sets ith "type" element


xsetTypeArray

void xsetTypeArray(XAlternativeType[] typeArray)
Sets (as xml) array of all "type" element


xsetTypeArray

void xsetTypeArray(int i,
                   XAlternativeType type)
Sets (as xml) ith "type" element


insertType

void insertType(int i,
                XAlternativeType.Enum type)
Inserts the value as the ith "type" element


addType

void addType(XAlternativeType.Enum type)
Appends the value as the last "type" element


insertNewType

XAlternativeType insertNewType(int i)
Inserts and returns a new empty value (as xml) as the ith "type" element


addNewType

XAlternativeType addNewType()
Appends and returns a new empty value (as xml) as the last "type" element


removeType

void removeType(int i)
Removes the ith "type" element


getActiveList

List<Boolean> getActiveList()
Gets a List of "active" elements


getActiveArray

boolean[] getActiveArray()
Deprecated. 

Gets array of all "active" elements


getActiveArray

boolean getActiveArray(int i)
Gets ith "active" element


xgetActiveList

List<XmlBoolean> xgetActiveList()
Gets (as xml) a List of "active" elements


xgetActiveArray

XmlBoolean[] xgetActiveArray()
Deprecated. 

Gets (as xml) array of all "active" elements


xgetActiveArray

XmlBoolean xgetActiveArray(int i)
Gets (as xml) ith "active" element


sizeOfActiveArray

int sizeOfActiveArray()
Returns number of "active" element


setActiveArray

void setActiveArray(boolean[] activeArray)
Sets array of all "active" element


setActiveArray

void setActiveArray(int i,
                    boolean active)
Sets ith "active" element


xsetActiveArray

void xsetActiveArray(XmlBoolean[] activeArray)
Sets (as xml) array of all "active" element


xsetActiveArray

void xsetActiveArray(int i,
                     XmlBoolean active)
Sets (as xml) ith "active" element


insertActive

void insertActive(int i,
                  boolean active)
Inserts the value as the ith "active" element


addActive

void addActive(boolean active)
Appends the value as the last "active" element


insertNewActive

XmlBoolean insertNewActive(int i)
Inserts and returns a new empty value (as xml) as the ith "active" element


addNewActive

XmlBoolean addNewActive()
Appends and returns a new empty value (as xml) as the last "active" element


removeActive

void removeActive(int i)
Removes the ith "active" element


getReferenceList

List<Boolean> getReferenceList()
Gets a List of "reference" elements


getReferenceArray

boolean[] getReferenceArray()
Deprecated. 

Gets array of all "reference" elements


getReferenceArray

boolean getReferenceArray(int i)
Gets ith "reference" element


xgetReferenceList

List<XmlBoolean> xgetReferenceList()
Gets (as xml) a List of "reference" elements


xgetReferenceArray

XmlBoolean[] xgetReferenceArray()
Deprecated. 

Gets (as xml) array of all "reference" elements


xgetReferenceArray

XmlBoolean xgetReferenceArray(int i)
Gets (as xml) ith "reference" element


sizeOfReferenceArray

int sizeOfReferenceArray()
Returns number of "reference" element


setReferenceArray

void setReferenceArray(boolean[] referenceArray)
Sets array of all "reference" element


setReferenceArray

void setReferenceArray(int i,
                       boolean reference)
Sets ith "reference" element


xsetReferenceArray

void xsetReferenceArray(XmlBoolean[] referenceArray)
Sets (as xml) array of all "reference" element


xsetReferenceArray

void xsetReferenceArray(int i,
                        XmlBoolean reference)
Sets (as xml) ith "reference" element


insertReference

void insertReference(int i,
                     boolean reference)
Inserts the value as the ith "reference" element


addReference

void addReference(boolean reference)
Appends the value as the last "reference" element


insertNewReference

XmlBoolean insertNewReference(int i)
Inserts and returns a new empty value (as xml) as the ith "reference" element


addNewReference

XmlBoolean addNewReference()
Appends and returns a new empty value (as xml) as the last "reference" element


removeReference

void removeReference(int i)
Removes the ith "reference" element


getId

String getId()
Gets the "id" attribute


xgetId

XmlString xgetId()
Gets (as xml) the "id" attribute


setId

void setId(String id)
Sets the "id" attribute


xsetId

void xsetId(XmlString id)
Sets (as xml) the "id" attribute


getName

String getName()
Gets the "name" attribute


xgetName

XmlString xgetName()
Gets (as xml) the "name" attribute


isSetName

boolean isSetName()
True if has "name" attribute


setName

void setName(String name)
Sets the "name" attribute


xsetName

void xsetName(XmlString name)
Sets (as xml) the "name" attribute


unsetName

void unsetName()
Unsets the "name" attribute


getMcdaConcept

String getMcdaConcept()
Gets the "mcdaConcept" attribute


xgetMcdaConcept

XmlString xgetMcdaConcept()
Gets (as xml) the "mcdaConcept" attribute


isSetMcdaConcept

boolean isSetMcdaConcept()
True if has "mcdaConcept" attribute


setMcdaConcept

void setMcdaConcept(String mcdaConcept)
Sets the "mcdaConcept" attribute


xsetMcdaConcept

void xsetMcdaConcept(XmlString mcdaConcept)
Sets (as xml) the "mcdaConcept" attribute


unsetMcdaConcept

void unsetMcdaConcept()
Unsets the "mcdaConcept" attribute



Copyright © 2011. All Rights Reserved.