org.decisiondeck.jmcda.persist.xmcda2.generated
Interface XAttributesComparisons.Pairs

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
XAttributesComparisonsImpl.PairsImpl
Enclosing interface:
XAttributesComparisons

public static interface XAttributesComparisons.Pairs
extends XmlObject

An XML pairs(@). This is a complex type.


Nested Class Summary
static class XAttributesComparisons.Pairs.Factory
          A factory class with static methods for creating instances of this type.
static interface XAttributesComparisons.Pairs.Pair
          An XML pair(@).
 
Field Summary
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 XDescription addNewDescription()
          Appends and returns a new empty "description" element
 XAttributesComparisons.Pairs.Pair addNewPair()
          Appends and returns a new empty value (as xml) as the last "pair" element
 XDescription getDescription()
          Gets the "description" element
 XAttributesComparisons.Pairs.Pair[] getPairArray()
          Deprecated.  
 XAttributesComparisons.Pairs.Pair getPairArray(int i)
          Gets ith "pair" element
 List<XAttributesComparisons.Pairs.Pair> getPairList()
          Gets a List of "pair" elements
 XAttributesComparisons.Pairs.Pair insertNewPair(int i)
          Inserts and returns a new empty value (as xml) as the ith "pair" element
 boolean isSetDescription()
          True if has "description" element
 void removePair(int i)
          Removes the ith "pair" element
 void setDescription(XDescription description)
          Sets the "description" element
 void setPairArray(int i, XAttributesComparisons.Pairs.Pair pair)
          Sets ith "pair" element
 void setPairArray(XAttributesComparisons.Pairs.Pair[] pairArray)
          Sets array of all "pair" element
 int sizeOfPairArray()
          Returns number of "pair" element
 void unsetDescription()
          Unsets the "description" 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


getPairList

List<XAttributesComparisons.Pairs.Pair> getPairList()
Gets a List of "pair" elements


getPairArray

XAttributesComparisons.Pairs.Pair[] getPairArray()
Deprecated. 

Gets array of all "pair" elements


getPairArray

XAttributesComparisons.Pairs.Pair getPairArray(int i)
Gets ith "pair" element


sizeOfPairArray

int sizeOfPairArray()
Returns number of "pair" element


setPairArray

void setPairArray(XAttributesComparisons.Pairs.Pair[] pairArray)
Sets array of all "pair" element


setPairArray

void setPairArray(int i,
                  XAttributesComparisons.Pairs.Pair pair)
Sets ith "pair" element


insertNewPair

XAttributesComparisons.Pairs.Pair insertNewPair(int i)
Inserts and returns a new empty value (as xml) as the ith "pair" element


addNewPair

XAttributesComparisons.Pairs.Pair addNewPair()
Appends and returns a new empty value (as xml) as the last "pair" element


removePair

void removePair(int i)
Removes the ith "pair" element



Copyright © 2011. All Rights Reserved.