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

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

public interface XNominal
extends XmlObject

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

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


getLabelList

List<String> getLabelList()
Gets a List of "label" elements


getLabelArray

String[] getLabelArray()
Deprecated. 

Gets array of all "label" elements


getLabelArray

String getLabelArray(int i)
Gets ith "label" element


xgetLabelList

List<XmlString> xgetLabelList()
Gets (as xml) a List of "label" elements


xgetLabelArray

XmlString[] xgetLabelArray()
Deprecated. 

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


xgetLabelArray

XmlString xgetLabelArray(int i)
Gets (as xml) ith "label" element


sizeOfLabelArray

int sizeOfLabelArray()
Returns number of "label" element


setLabelArray

void setLabelArray(String[] labelArray)
Sets array of all "label" element


setLabelArray

void setLabelArray(int i,
                   String label)
Sets ith "label" element


xsetLabelArray

void xsetLabelArray(XmlString[] labelArray)
Sets (as xml) array of all "label" element


xsetLabelArray

void xsetLabelArray(int i,
                    XmlString label)
Sets (as xml) ith "label" element


insertLabel

void insertLabel(int i,
                 String label)
Inserts the value as the ith "label" element


addLabel

void addLabel(String label)
Appends the value as the last "label" element


insertNewLabel

XmlString insertNewLabel(int i)
Inserts and returns a new empty value (as xml) as the ith "label" element


addNewLabel

XmlString addNewLabel()
Appends and returns a new empty value (as xml) as the last "label" element


removeLabel

void removeLabel(int i)
Removes the ith "label" element



Copyright © 2011. All Rights Reserved.