|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XNominal
An XML nominal(@http://www.decision-deck.org/2009/XMCDA-2.1.0). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
XNominal.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 |
addLabel(String label)
Appends the value as the last "label" element |
XDescription |
addNewDescription()
Appends and returns a new empty "description" element |
XmlString |
addNewLabel()
Appends and returns a new empty value (as xml) as the last "label" element |
XDescription |
getDescription()
Gets the "description" element |
String[] |
getLabelArray()
Deprecated. |
String |
getLabelArray(int i)
Gets ith "label" element |
List<String> |
getLabelList()
Gets a List of "label" elements |
void |
insertLabel(int i,
String label)
Inserts the value as the ith "label" element |
XmlString |
insertNewLabel(int i)
Inserts and returns a new empty value (as xml) as the ith "label" element |
boolean |
isSetDescription()
True if has "description" element |
void |
removeLabel(int i)
Removes the ith "label" element |
void |
setDescription(XDescription description)
Sets the "description" element |
void |
setLabelArray(int i,
String label)
Sets ith "label" element |
void |
setLabelArray(String[] labelArray)
Sets array of all "label" element |
int |
sizeOfLabelArray()
Returns number of "label" element |
void |
unsetDescription()
Unsets the "description" element |
XmlString[] |
xgetLabelArray()
Deprecated. |
XmlString |
xgetLabelArray(int i)
Gets (as xml) ith "label" element |
List<XmlString> |
xgetLabelList()
Gets (as xml) a List of "label" elements |
void |
xsetLabelArray(int i,
XmlString label)
Sets (as xml) ith "label" element |
void |
xsetLabelArray(XmlString[] labelArray)
Sets (as xml) array of all "label" 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 |
|---|
XDescription getDescription()
boolean isSetDescription()
void setDescription(XDescription description)
XDescription addNewDescription()
void unsetDescription()
List<String> getLabelList()
String[] getLabelArray()
String getLabelArray(int i)
List<XmlString> xgetLabelList()
XmlString[] xgetLabelArray()
XmlString xgetLabelArray(int i)
int sizeOfLabelArray()
void setLabelArray(String[] labelArray)
void setLabelArray(int i,
String label)
void xsetLabelArray(XmlString[] labelArray)
void xsetLabelArray(int i,
XmlString label)
void insertLabel(int i,
String label)
void addLabel(String label)
XmlString insertNewLabel(int i)
XmlString addNewLabel()
void removeLabel(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||