|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeType
An XML node.type(@http://graphml.graphdrawing.org/xmlns). This is a complex type.
Nested Class Summary | |
---|---|
static class |
NodeType.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 | |
---|---|
DataType |
addNewData()
Appends and returns a new empty value (as xml) as the last "data" element |
GraphType |
addNewGraph()
Appends and returns a new empty "graph" element |
LocatorType |
addNewLocator()
Appends and returns a new empty "locator" element |
PortType |
addNewPort()
Appends and returns a new empty value (as xml) as the last "port" element |
DataType[] |
getDataArray()
Gets array of all "data" elements |
DataType |
getDataArray(int i)
Gets ith "data" element |
java.lang.String |
getDesc()
Gets the "desc" element |
GraphType |
getGraph()
Gets the "graph" element |
java.lang.String |
getId()
Gets the "id" attribute |
LocatorType |
getLocator()
Gets the "locator" element |
java.math.BigInteger |
getParseIndegree()
Gets the "parse.indegree" attribute |
java.math.BigInteger |
getParseOutdegree()
Gets the "parse.outdegree" attribute |
PortType[] |
getPortArray()
Gets array of all "port" elements |
PortType |
getPortArray(int i)
Gets ith "port" element |
DataType |
insertNewData(int i)
Inserts and returns a new empty value (as xml) as the ith "data" element |
PortType |
insertNewPort(int i)
Inserts and returns a new empty value (as xml) as the ith "port" element |
boolean |
isSetDesc()
True if has "desc" element |
boolean |
isSetGraph()
True if has "graph" element |
boolean |
isSetLocator()
True if has "locator" element |
boolean |
isSetParseIndegree()
True if has "parse.indegree" attribute |
boolean |
isSetParseOutdegree()
True if has "parse.outdegree" attribute |
void |
removeData(int i)
Removes the ith "data" element |
void |
removePort(int i)
Removes the ith "port" element |
void |
setDataArray(DataType[] dataArray)
Sets array of all "data" element |
void |
setDataArray(int i,
DataType data)
Sets ith "data" element |
void |
setDesc(java.lang.String desc)
Sets the "desc" element |
void |
setGraph(GraphType graph)
Sets the "graph" element |
void |
setId(java.lang.String id)
Sets the "id" attribute |
void |
setLocator(LocatorType locator)
Sets the "locator" element |
void |
setParseIndegree(java.math.BigInteger parseIndegree)
Sets the "parse.indegree" attribute |
void |
setParseOutdegree(java.math.BigInteger parseOutdegree)
Sets the "parse.outdegree" attribute |
void |
setPortArray(int i,
PortType port)
Sets ith "port" element |
void |
setPortArray(PortType[] portArray)
Sets array of all "port" element |
int |
sizeOfDataArray()
Returns number of "data" element |
int |
sizeOfPortArray()
Returns number of "port" element |
void |
unsetDesc()
Unsets the "desc" element |
void |
unsetGraph()
Unsets the "graph" element |
void |
unsetLocator()
Unsets the "locator" element |
void |
unsetParseIndegree()
Unsets the "parse.indegree" attribute |
void |
unsetParseOutdegree()
Unsets the "parse.outdegree" attribute |
org.apache.xmlbeans.XmlString |
xgetDesc()
Gets (as xml) the "desc" element |
org.apache.xmlbeans.XmlNMTOKEN |
xgetId()
Gets (as xml) the "id" attribute |
NodeIndegreeType |
xgetParseIndegree()
Gets (as xml) the "parse.indegree" attribute |
NodeOutdegreeType |
xgetParseOutdegree()
Gets (as xml) the "parse.outdegree" attribute |
void |
xsetDesc(org.apache.xmlbeans.XmlString desc)
Sets (as xml) the "desc" element |
void |
xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
Sets (as xml) the "id" attribute |
void |
xsetParseIndegree(NodeIndegreeType parseIndegree)
Sets (as xml) the "parse.indegree" attribute |
void |
xsetParseOutdegree(NodeOutdegreeType parseOutdegree)
Sets (as xml) the "parse.outdegree" attribute |
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 getDesc()
org.apache.xmlbeans.XmlString xgetDesc()
boolean isSetDesc()
void setDesc(java.lang.String desc)
void xsetDesc(org.apache.xmlbeans.XmlString desc)
void unsetDesc()
DataType[] getDataArray()
DataType getDataArray(int i)
int sizeOfDataArray()
void setDataArray(DataType[] dataArray)
void setDataArray(int i, DataType data)
DataType insertNewData(int i)
DataType addNewData()
void removeData(int i)
PortType[] getPortArray()
PortType getPortArray(int i)
int sizeOfPortArray()
void setPortArray(PortType[] portArray)
void setPortArray(int i, PortType port)
PortType insertNewPort(int i)
PortType addNewPort()
void removePort(int i)
GraphType getGraph()
boolean isSetGraph()
void setGraph(GraphType graph)
GraphType addNewGraph()
void unsetGraph()
LocatorType getLocator()
boolean isSetLocator()
void setLocator(LocatorType locator)
LocatorType addNewLocator()
void unsetLocator()
java.math.BigInteger getParseIndegree()
NodeIndegreeType xgetParseIndegree()
boolean isSetParseIndegree()
void setParseIndegree(java.math.BigInteger parseIndegree)
void xsetParseIndegree(NodeIndegreeType parseIndegree)
void unsetParseIndegree()
java.math.BigInteger getParseOutdegree()
NodeOutdegreeType xgetParseOutdegree()
boolean isSetParseOutdegree()
void setParseOutdegree(java.math.BigInteger parseOutdegree)
void xsetParseOutdegree(NodeOutdegreeType parseOutdegree)
void unsetParseOutdegree()
java.lang.String getId()
org.apache.xmlbeans.XmlNMTOKEN xgetId()
void setId(java.lang.String id)
void xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |