|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface NodeDocument.Node
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
java.lang.String getName()
org.apache.xmlbeans.XmlNCName xgetName()
void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
java.lang.String getState()
org.apache.xmlbeans.XmlNCName xgetState()
void setState(java.lang.String state)
void xsetState(org.apache.xmlbeans.XmlNCName state)
java.math.BigInteger getNp()
org.apache.xmlbeans.XmlInteger xgetNp()
void setNp(java.math.BigInteger np)
void xsetNp(org.apache.xmlbeans.XmlInteger np)
java.lang.String getNtype()
org.apache.xmlbeans.XmlNCName xgetNtype()
void setNtype(java.lang.String ntype)
void xsetNtype(org.apache.xmlbeans.XmlNCName ntype)
java.lang.String getStatus()
org.apache.xmlbeans.XmlString xgetStatus()
void setStatus(java.lang.String status)
void xsetStatus(org.apache.xmlbeans.XmlString status)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |