org.graphdrawing.graphml.xmlns
Interface NodeType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
NodeTypeImpl

public interface NodeType
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getDesc

java.lang.String getDesc()
Gets the "desc" element


xgetDesc

org.apache.xmlbeans.XmlString xgetDesc()
Gets (as xml) the "desc" element


isSetDesc

boolean isSetDesc()
True if has "desc" element


setDesc

void setDesc(java.lang.String desc)
Sets the "desc" element


xsetDesc

void xsetDesc(org.apache.xmlbeans.XmlString desc)
Sets (as xml) the "desc" element


unsetDesc

void unsetDesc()
Unsets the "desc" element


getDataArray

DataType[] getDataArray()
Gets array of all "data" elements


getDataArray

DataType getDataArray(int i)
Gets ith "data" element


sizeOfDataArray

int sizeOfDataArray()
Returns number of "data" element


setDataArray

void setDataArray(DataType[] dataArray)
Sets array of all "data" element


setDataArray

void setDataArray(int i,
                  DataType data)
Sets ith "data" element


insertNewData

DataType insertNewData(int i)
Inserts and returns a new empty value (as xml) as the ith "data" element


addNewData

DataType addNewData()
Appends and returns a new empty value (as xml) as the last "data" element


removeData

void removeData(int i)
Removes the ith "data" element


getPortArray

PortType[] getPortArray()
Gets array of all "port" elements


getPortArray

PortType getPortArray(int i)
Gets ith "port" element


sizeOfPortArray

int sizeOfPortArray()
Returns number of "port" element


setPortArray

void setPortArray(PortType[] portArray)
Sets array of all "port" element


setPortArray

void setPortArray(int i,
                  PortType port)
Sets ith "port" element


insertNewPort

PortType insertNewPort(int i)
Inserts and returns a new empty value (as xml) as the ith "port" element


addNewPort

PortType addNewPort()
Appends and returns a new empty value (as xml) as the last "port" element


removePort

void removePort(int i)
Removes the ith "port" element


getGraph

GraphType getGraph()
Gets the "graph" element


isSetGraph

boolean isSetGraph()
True if has "graph" element


setGraph

void setGraph(GraphType graph)
Sets the "graph" element


addNewGraph

GraphType addNewGraph()
Appends and returns a new empty "graph" element


unsetGraph

void unsetGraph()
Unsets the "graph" element


getLocator

LocatorType getLocator()
Gets the "locator" element


isSetLocator

boolean isSetLocator()
True if has "locator" element


setLocator

void setLocator(LocatorType locator)
Sets the "locator" element


addNewLocator

LocatorType addNewLocator()
Appends and returns a new empty "locator" element


unsetLocator

void unsetLocator()
Unsets the "locator" element


getParseIndegree

java.math.BigInteger getParseIndegree()
Gets the "parse.indegree" attribute


xgetParseIndegree

NodeIndegreeType xgetParseIndegree()
Gets (as xml) the "parse.indegree" attribute


isSetParseIndegree

boolean isSetParseIndegree()
True if has "parse.indegree" attribute


setParseIndegree

void setParseIndegree(java.math.BigInteger parseIndegree)
Sets the "parse.indegree" attribute


xsetParseIndegree

void xsetParseIndegree(NodeIndegreeType parseIndegree)
Sets (as xml) the "parse.indegree" attribute


unsetParseIndegree

void unsetParseIndegree()
Unsets the "parse.indegree" attribute


getParseOutdegree

java.math.BigInteger getParseOutdegree()
Gets the "parse.outdegree" attribute


xgetParseOutdegree

NodeOutdegreeType xgetParseOutdegree()
Gets (as xml) the "parse.outdegree" attribute


isSetParseOutdegree

boolean isSetParseOutdegree()
True if has "parse.outdegree" attribute


setParseOutdegree

void setParseOutdegree(java.math.BigInteger parseOutdegree)
Sets the "parse.outdegree" attribute


xsetParseOutdegree

void xsetParseOutdegree(NodeOutdegreeType parseOutdegree)
Sets (as xml) the "parse.outdegree" attribute


unsetParseOutdegree

void unsetParseOutdegree()
Unsets the "parse.outdegree" attribute


getId

java.lang.String getId()
Gets the "id" attribute


xgetId

org.apache.xmlbeans.XmlNMTOKEN xgetId()
Gets (as xml) the "id" attribute


setId

void setId(java.lang.String id)
Sets the "id" attribute


xsetId

void xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
Sets (as xml) the "id" attribute



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.