DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM)

org.kr.dl.dig.v1_1
Interface IndividualPairs

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Subinterfaces:
IndividualPairSetDocument.IndividualPairSet
All Known Implementing Classes:
IndividualPairSetDocumentImpl.IndividualPairSetImpl, IndividualPairsImpl

public interface IndividualPairs
extends XmlObject

An XML individualPairs(@http://dl.kr.org/dig/2003/02/lang). This is a complex type.


Nested Class Summary
static class IndividualPairs.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
 IndividualPairType addNewIndividualPair()
          Appends and returns a new empty value (as xml) as the last "individualPair" element
 IndividualPairType[] getIndividualPairArray()
          Gets array of all "individualPair" elements
 IndividualPairType getIndividualPairArray(int i)
          Gets ith "individualPair" element
 IndividualPairType insertNewIndividualPair(int i)
          Inserts and returns a new empty value (as xml) as the ith "individualPair" element
 void removeIndividualPair(int i)
          Removes the ith "individualPair" element
 void setIndividualPairArray(IndividualPairType[] individualPairArray)
          Sets array of all "individualPair" element
 void setIndividualPairArray(int i, IndividualPairType individualPair)
          Sets ith "individualPair" element
 int sizeOfIndividualPairArray()
          Returns number of "individualPair" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final SchemaType type
Method Detail

getIndividualPairArray

public IndividualPairType[] getIndividualPairArray()
Gets array of all "individualPair" elements


getIndividualPairArray

public IndividualPairType getIndividualPairArray(int i)
Gets ith "individualPair" element


sizeOfIndividualPairArray

public int sizeOfIndividualPairArray()
Returns number of "individualPair" element


setIndividualPairArray

public void setIndividualPairArray(IndividualPairType[] individualPairArray)
Sets array of all "individualPair" element


setIndividualPairArray

public void setIndividualPairArray(int i,
                                   IndividualPairType individualPair)
Sets ith "individualPair" element


insertNewIndividualPair

public IndividualPairType insertNewIndividualPair(int i)
Inserts and returns a new empty value (as xml) as the ith "individualPair" element


addNewIndividualPair

public IndividualPairType addNewIndividualPair()
Appends and returns a new empty value (as xml) as the last "individualPair" element


removeIndividualPair

public void removeIndividualPair(int i)
Removes the ith "individualPair" element


DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM)