org.icenigrid.schema.pbs.qnodes
Interface DataDocument.Data

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
DataDocumentImpl.DataImpl
Enclosing interface:
DataDocument

public static interface DataDocument.Data
extends org.apache.xmlbeans.XmlObject

An XML Data(@uri:gridsam:pbs:qnodes). This is a complex type.


Nested Class Summary
static class DataDocument.Data.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 NodeDocument.Node addNewNode()
          Appends and returns a new empty value (as xml) as the last "Node" element
 NodeDocument.Node[] getNodeArray()
          Gets array of all "Node" elements
 NodeDocument.Node getNodeArray(int i)
          Gets ith "Node" element
 NodeDocument.Node insertNewNode(int i)
          Inserts and returns a new empty value (as xml) as the ith "Node" element
 void removeNode(int i)
          Removes the ith "Node" element
 void setNodeArray(int i, NodeDocument.Node node)
          Sets ith "Node" element
 void setNodeArray(NodeDocument.Node[] nodeArray)
          Sets array of all "Node" element
 int sizeOfNodeArray()
          Returns number of "Node" 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 org.apache.xmlbeans.SchemaType type
Method Detail

getNodeArray

NodeDocument.Node[] getNodeArray()
Gets array of all "Node" elements


getNodeArray

NodeDocument.Node getNodeArray(int i)
Gets ith "Node" element


sizeOfNodeArray

int sizeOfNodeArray()
Returns number of "Node" element


setNodeArray

void setNodeArray(NodeDocument.Node[] nodeArray)
Sets array of all "Node" element


setNodeArray

void setNodeArray(int i,
                  NodeDocument.Node node)
Sets ith "Node" element


insertNewNode

NodeDocument.Node insertNewNode(int i)
Inserts and returns a new empty value (as xml) as the ith "Node" element


addNewNode

NodeDocument.Node addNewNode()
Appends and returns a new empty value (as xml) as the last "Node" element


removeNode

void removeNode(int i)
Removes the ith "Node" element



Copyright © 2009. All Rights Reserved.