|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XAlternative
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 |
|---|
static final SchemaType type
| Method Detail |
|---|
List<XDescription> getDescriptionList()
XDescription[] getDescriptionArray()
XDescription getDescriptionArray(int i)
int sizeOfDescriptionArray()
void setDescriptionArray(XDescription[] descriptionArray)
void setDescriptionArray(int i,
XDescription description)
XDescription insertNewDescription(int i)
XDescription addNewDescription()
void removeDescription(int i)
List<XAlternativeType.Enum> getTypeList()
XAlternativeType.Enum[] getTypeArray()
XAlternativeType.Enum getTypeArray(int i)
List<XAlternativeType> xgetTypeList()
XAlternativeType[] xgetTypeArray()
XAlternativeType xgetTypeArray(int i)
int sizeOfTypeArray()
void setTypeArray(XAlternativeType.Enum[] typeArray)
void setTypeArray(int i,
XAlternativeType.Enum type)
void xsetTypeArray(XAlternativeType[] typeArray)
void xsetTypeArray(int i,
XAlternativeType type)
void insertType(int i,
XAlternativeType.Enum type)
void addType(XAlternativeType.Enum type)
XAlternativeType insertNewType(int i)
XAlternativeType addNewType()
void removeType(int i)
List<Boolean> getActiveList()
boolean[] getActiveArray()
boolean getActiveArray(int i)
List<XmlBoolean> xgetActiveList()
XmlBoolean[] xgetActiveArray()
XmlBoolean xgetActiveArray(int i)
int sizeOfActiveArray()
void setActiveArray(boolean[] activeArray)
void setActiveArray(int i,
boolean active)
void xsetActiveArray(XmlBoolean[] activeArray)
void xsetActiveArray(int i,
XmlBoolean active)
void insertActive(int i,
boolean active)
void addActive(boolean active)
XmlBoolean insertNewActive(int i)
XmlBoolean addNewActive()
void removeActive(int i)
List<Boolean> getReferenceList()
boolean[] getReferenceArray()
boolean getReferenceArray(int i)
List<XmlBoolean> xgetReferenceList()
XmlBoolean[] xgetReferenceArray()
XmlBoolean xgetReferenceArray(int i)
int sizeOfReferenceArray()
void setReferenceArray(boolean[] referenceArray)
void setReferenceArray(int i,
boolean reference)
void xsetReferenceArray(XmlBoolean[] referenceArray)
void xsetReferenceArray(int i,
XmlBoolean reference)
void insertReference(int i,
boolean reference)
void addReference(boolean reference)
XmlBoolean insertNewReference(int i)
XmlBoolean addNewReference()
void removeReference(int i)
String getId()
XmlString xgetId()
void setId(String id)
void xsetId(XmlString id)
String getName()
XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(XmlString name)
void unsetName()
String getMcdaConcept()
XmlString xgetMcdaConcept()
boolean isSetMcdaConcept()
void setMcdaConcept(String mcdaConcept)
void xsetMcdaConcept(XmlString mcdaConcept)
void unsetMcdaConcept()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||