org.graphdrawing.graphml.xmlns
Interface EdgeType

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

public interface EdgeType
extends org.apache.xmlbeans.XmlObject

An XML edge.type(@http://graphml.graphdrawing.org/xmlns). This is a complex type.


Nested Class Summary
static class EdgeType.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
 DataType[] getDataArray()
          Gets array of all "data" elements
 DataType getDataArray(int i)
          Gets ith "data" element
 java.lang.String getDesc()
          Gets the "desc" element
 boolean getDirected()
          Gets the "directed" attribute
 GraphType getGraph()
          Gets the "graph" element
 java.lang.String getId()
          Gets the "id" attribute
 java.lang.String getSource()
          Gets the "source" attribute
 java.lang.String getSourceport()
          Gets the "sourceport" attribute
 java.lang.String getTarget()
          Gets the "target" attribute
 java.lang.String getTargetport()
          Gets the "targetport" attribute
 DataType insertNewData(int i)
          Inserts and returns a new empty value (as xml) as the ith "data" element
 boolean isSetDesc()
          True if has "desc" element
 boolean isSetDirected()
          True if has "directed" attribute
 boolean isSetGraph()
          True if has "graph" element
 boolean isSetId()
          True if has "id" attribute
 boolean isSetSourceport()
          True if has "sourceport" attribute
 boolean isSetTargetport()
          True if has "targetport" attribute
 void removeData(int i)
          Removes the ith "data" 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 setDirected(boolean directed)
          Sets the "directed" attribute
 void setGraph(GraphType graph)
          Sets the "graph" element
 void setId(java.lang.String id)
          Sets the "id" attribute
 void setSource(java.lang.String source)
          Sets the "source" attribute
 void setSourceport(java.lang.String sourceport)
          Sets the "sourceport" attribute
 void setTarget(java.lang.String target)
          Sets the "target" attribute
 void setTargetport(java.lang.String targetport)
          Sets the "targetport" attribute
 int sizeOfDataArray()
          Returns number of "data" element
 void unsetDesc()
          Unsets the "desc" element
 void unsetDirected()
          Unsets the "directed" attribute
 void unsetGraph()
          Unsets the "graph" element
 void unsetId()
          Unsets the "id" attribute
 void unsetSourceport()
          Unsets the "sourceport" attribute
 void unsetTargetport()
          Unsets the "targetport" attribute
 org.apache.xmlbeans.XmlString xgetDesc()
          Gets (as xml) the "desc" element
 org.apache.xmlbeans.XmlBoolean xgetDirected()
          Gets (as xml) the "directed" attribute
 org.apache.xmlbeans.XmlNMTOKEN xgetId()
          Gets (as xml) the "id" attribute
 org.apache.xmlbeans.XmlNMTOKEN xgetSource()
          Gets (as xml) the "source" attribute
 org.apache.xmlbeans.XmlNMTOKEN xgetSourceport()
          Gets (as xml) the "sourceport" attribute
 org.apache.xmlbeans.XmlNMTOKEN xgetTarget()
          Gets (as xml) the "target" attribute
 org.apache.xmlbeans.XmlNMTOKEN xgetTargetport()
          Gets (as xml) the "targetport" attribute
 void xsetDesc(org.apache.xmlbeans.XmlString desc)
          Sets (as xml) the "desc" element
 void xsetDirected(org.apache.xmlbeans.XmlBoolean directed)
          Sets (as xml) the "directed" attribute
 void xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
          Sets (as xml) the "id" attribute
 void xsetSource(org.apache.xmlbeans.XmlNMTOKEN source)
          Sets (as xml) the "source" attribute
 void xsetSourceport(org.apache.xmlbeans.XmlNMTOKEN sourceport)
          Sets (as xml) the "sourceport" attribute
 void xsetTarget(org.apache.xmlbeans.XmlNMTOKEN target)
          Sets (as xml) the "target" attribute
 void xsetTargetport(org.apache.xmlbeans.XmlNMTOKEN targetport)
          Sets (as xml) the "targetport" 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


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


getId

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


xgetId

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


isSetId

boolean isSetId()
True if has "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


unsetId

void unsetId()
Unsets the "id" attribute


getDirected

boolean getDirected()
Gets the "directed" attribute


xgetDirected

org.apache.xmlbeans.XmlBoolean xgetDirected()
Gets (as xml) the "directed" attribute


isSetDirected

boolean isSetDirected()
True if has "directed" attribute


setDirected

void setDirected(boolean directed)
Sets the "directed" attribute


xsetDirected

void xsetDirected(org.apache.xmlbeans.XmlBoolean directed)
Sets (as xml) the "directed" attribute


unsetDirected

void unsetDirected()
Unsets the "directed" attribute


getSource

java.lang.String getSource()
Gets the "source" attribute


xgetSource

org.apache.xmlbeans.XmlNMTOKEN xgetSource()
Gets (as xml) the "source" attribute


setSource

void setSource(java.lang.String source)
Sets the "source" attribute


xsetSource

void xsetSource(org.apache.xmlbeans.XmlNMTOKEN source)
Sets (as xml) the "source" attribute


getTarget

java.lang.String getTarget()
Gets the "target" attribute


xgetTarget

org.apache.xmlbeans.XmlNMTOKEN xgetTarget()
Gets (as xml) the "target" attribute


setTarget

void setTarget(java.lang.String target)
Sets the "target" attribute


xsetTarget

void xsetTarget(org.apache.xmlbeans.XmlNMTOKEN target)
Sets (as xml) the "target" attribute


getSourceport

java.lang.String getSourceport()
Gets the "sourceport" attribute


xgetSourceport

org.apache.xmlbeans.XmlNMTOKEN xgetSourceport()
Gets (as xml) the "sourceport" attribute


isSetSourceport

boolean isSetSourceport()
True if has "sourceport" attribute


setSourceport

void setSourceport(java.lang.String sourceport)
Sets the "sourceport" attribute


xsetSourceport

void xsetSourceport(org.apache.xmlbeans.XmlNMTOKEN sourceport)
Sets (as xml) the "sourceport" attribute


unsetSourceport

void unsetSourceport()
Unsets the "sourceport" attribute


getTargetport

java.lang.String getTargetport()
Gets the "targetport" attribute


xgetTargetport

org.apache.xmlbeans.XmlNMTOKEN xgetTargetport()
Gets (as xml) the "targetport" attribute


isSetTargetport

boolean isSetTargetport()
True if has "targetport" attribute


setTargetport

void setTargetport(java.lang.String targetport)
Sets the "targetport" attribute


xsetTargetport

void xsetTargetport(org.apache.xmlbeans.XmlNMTOKEN targetport)
Sets (as xml) the "targetport" attribute


unsetTargetport

void unsetTargetport()
Unsets the "targetport" attribute



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