Uses of Interface
org.icenigrid.schema.pbs.qnodes.NodeDocument.Node

Packages that use NodeDocument.Node
org.icenigrid.schema.pbs.qnodes   
org.icenigrid.schema.pbs.qnodes.impl   
 

Uses of NodeDocument.Node in org.icenigrid.schema.pbs.qnodes
 

Methods in org.icenigrid.schema.pbs.qnodes that return NodeDocument.Node
 NodeDocument.Node NodeDocument.addNewNode()
          Appends and returns a new empty "Node" element
 NodeDocument.Node DataDocument.Data.addNewNode()
          Appends and returns a new empty value (as xml) as the last "Node" element
 NodeDocument.Node NodeDocument.getNode()
          Gets the "Node" element
 NodeDocument.Node[] DataDocument.Data.getNodeArray()
          Gets array of all "Node" elements
 NodeDocument.Node DataDocument.Data.getNodeArray(int i)
          Gets ith "Node" element
 NodeDocument.Node DataDocument.Data.insertNewNode(int i)
          Inserts and returns a new empty value (as xml) as the ith "Node" element
static NodeDocument.Node NodeDocument.Node.Factory.newInstance()
           
static NodeDocument.Node NodeDocument.Node.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.icenigrid.schema.pbs.qnodes with parameters of type NodeDocument.Node
 void NodeDocument.setNode(NodeDocument.Node node)
          Sets the "Node" element
 void DataDocument.Data.setNodeArray(int i, NodeDocument.Node node)
          Sets ith "Node" element
 void DataDocument.Data.setNodeArray(NodeDocument.Node[] nodeArray)
          Sets array of all "Node" element
 

Uses of NodeDocument.Node in org.icenigrid.schema.pbs.qnodes.impl
 

Classes in org.icenigrid.schema.pbs.qnodes.impl that implement NodeDocument.Node
static class NodeDocumentImpl.NodeImpl
          An XML Node(@uri:gridsam:pbs:qnodes).
 

Methods in org.icenigrid.schema.pbs.qnodes.impl that return NodeDocument.Node
 NodeDocument.Node NodeDocumentImpl.addNewNode()
          Appends and returns a new empty "Node" element
 NodeDocument.Node DataDocumentImpl.DataImpl.addNewNode()
          Appends and returns a new empty value (as xml) as the last "Node" element
 NodeDocument.Node NodeDocumentImpl.getNode()
          Gets the "Node" element
 NodeDocument.Node[] DataDocumentImpl.DataImpl.getNodeArray()
          Gets array of all "Node" elements
 NodeDocument.Node DataDocumentImpl.DataImpl.getNodeArray(int i)
          Gets ith "Node" element
 NodeDocument.Node DataDocumentImpl.DataImpl.insertNewNode(int i)
          Inserts and returns a new empty value (as xml) as the ith "Node" element
 

Methods in org.icenigrid.schema.pbs.qnodes.impl with parameters of type NodeDocument.Node
 void NodeDocumentImpl.setNode(NodeDocument.Node node)
          Sets the "Node" element
 void DataDocumentImpl.DataImpl.setNodeArray(int i, NodeDocument.Node node)
          Sets ith "Node" element
 void DataDocumentImpl.DataImpl.setNodeArray(NodeDocument.Node[] nodeArray)
          Sets array of all "Node" element
 



Copyright © 2009. All Rights Reserved.