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

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
NodeDocumentImpl.NodeImpl
Enclosing interface:
NodeDocument

public static interface NodeDocument.Node
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class NodeDocument.Node.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
 java.lang.String getName()
          Gets the "name" element
 java.math.BigInteger getNp()
          Gets the "np" element
 java.lang.String getNtype()
          Gets the "ntype" element
 java.lang.String getState()
          Gets the "state" element
 java.lang.String getStatus()
          Gets the "status" element
 void setName(java.lang.String name)
          Sets the "name" element
 void setNp(java.math.BigInteger np)
          Sets the "np" element
 void setNtype(java.lang.String ntype)
          Sets the "ntype" element
 void setState(java.lang.String state)
          Sets the "state" element
 void setStatus(java.lang.String status)
          Sets the "status" element
 org.apache.xmlbeans.XmlNCName xgetName()
          Gets (as xml) the "name" element
 org.apache.xmlbeans.XmlInteger xgetNp()
          Gets (as xml) the "np" element
 org.apache.xmlbeans.XmlNCName xgetNtype()
          Gets (as xml) the "ntype" element
 org.apache.xmlbeans.XmlNCName xgetState()
          Gets (as xml) the "state" element
 org.apache.xmlbeans.XmlString xgetStatus()
          Gets (as xml) the "status" element
 void xsetName(org.apache.xmlbeans.XmlNCName name)
          Sets (as xml) the "name" element
 void xsetNp(org.apache.xmlbeans.XmlInteger np)
          Sets (as xml) the "np" element
 void xsetNtype(org.apache.xmlbeans.XmlNCName ntype)
          Sets (as xml) the "ntype" element
 void xsetState(org.apache.xmlbeans.XmlNCName state)
          Sets (as xml) the "state" element
 void xsetStatus(org.apache.xmlbeans.XmlString status)
          Sets (as xml) the "status" 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

getName

java.lang.String getName()
Gets the "name" element


xgetName

org.apache.xmlbeans.XmlNCName xgetName()
Gets (as xml) the "name" element


setName

void setName(java.lang.String name)
Sets the "name" element


xsetName

void xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" element


getState

java.lang.String getState()
Gets the "state" element


xgetState

org.apache.xmlbeans.XmlNCName xgetState()
Gets (as xml) the "state" element


setState

void setState(java.lang.String state)
Sets the "state" element


xsetState

void xsetState(org.apache.xmlbeans.XmlNCName state)
Sets (as xml) the "state" element


getNp

java.math.BigInteger getNp()
Gets the "np" element


xgetNp

org.apache.xmlbeans.XmlInteger xgetNp()
Gets (as xml) the "np" element


setNp

void setNp(java.math.BigInteger np)
Sets the "np" element


xsetNp

void xsetNp(org.apache.xmlbeans.XmlInteger np)
Sets (as xml) the "np" element


getNtype

java.lang.String getNtype()
Gets the "ntype" element


xgetNtype

org.apache.xmlbeans.XmlNCName xgetNtype()
Gets (as xml) the "ntype" element


setNtype

void setNtype(java.lang.String ntype)
Sets the "ntype" element


xsetNtype

void xsetNtype(org.apache.xmlbeans.XmlNCName ntype)
Sets (as xml) the "ntype" element


getStatus

java.lang.String getStatus()
Gets the "status" element


xgetStatus

org.apache.xmlbeans.XmlString xgetStatus()
Gets (as xml) the "status" element


setStatus

void setStatus(java.lang.String status)
Sets the "status" element


xsetStatus

void xsetStatus(org.apache.xmlbeans.XmlString status)
Sets (as xml) the "status" element



Copyright © 2009. All Rights Reserved.