|
DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM) | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlbeans.impl.values.XmlObjectBase org.apache.xmlbeans.impl.values.XmlComplexContentImpl org.kr.dl.dig.v1_1.impl.IndividualPairsImpl
An XML individualPairs(@http://dl.kr.org/dig/2003/02/lang). This is a complex type.
Nested Class Summary |
Nested classes inherited from class org.kr.dl.dig.v1_1.IndividualPairs |
IndividualPairs.Factory |
Field Summary |
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase |
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER |
Fields inherited from interface org.kr.dl.dig.v1_1.IndividualPairs |
type |
Fields inherited from interface org.apache.xmlbeans.XmlObject |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Constructor Summary | |
IndividualPairsImpl(SchemaType sType)
|
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 class org.apache.xmlbeans.impl.values.XmlComplexContentImpl |
compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_text |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
public IndividualPairsImpl(SchemaType sType)
Method Detail |
public IndividualPairType[] getIndividualPairArray()
getIndividualPairArray
in interface IndividualPairs
public IndividualPairType getIndividualPairArray(int i)
getIndividualPairArray
in interface IndividualPairs
public int sizeOfIndividualPairArray()
sizeOfIndividualPairArray
in interface IndividualPairs
public void setIndividualPairArray(IndividualPairType[] individualPairArray)
setIndividualPairArray
in interface IndividualPairs
public void setIndividualPairArray(int i, IndividualPairType individualPair)
setIndividualPairArray
in interface IndividualPairs
public IndividualPairType insertNewIndividualPair(int i)
insertNewIndividualPair
in interface IndividualPairs
public IndividualPairType addNewIndividualPair()
addNewIndividualPair
in interface IndividualPairs
public void removeIndividualPair(int i)
removeIndividualPair
in interface IndividualPairs
|
DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM) | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |