Package 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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "data" elementAppends and returns a new empty "graph" elementDataType[]Gets array of all "data" elementsgetDataArray(int i) Gets ith "data" elementgetDesc()Gets the "desc" elementbooleanGets the "directed" attributegetGraph()Gets the "graph" elementgetId()Gets the "id" attributeGets the "source" attributeGets the "sourceport" attributeGets the "target" attributeGets the "targetport" attributeinsertNewData(int i) Inserts and returns a new empty value (as xml) as the ith "data" elementbooleanTrue if has "desc" elementbooleanTrue if has "directed" attributebooleanTrue if has "graph" elementbooleanisSetId()True if has "id" attributebooleanTrue if has "sourceport" attributebooleanTrue if has "targetport" attributevoidremoveData(int i) Removes the ith "data" elementvoidsetDataArray(int i, DataType data) Sets ith "data" elementvoidsetDataArray(DataType[] dataArray) Sets array of all "data" elementvoidSets the "desc" elementvoidsetDirected(boolean directed) Sets the "directed" attributevoidSets the "graph" elementvoidSets the "id" attributevoidSets the "source" attributevoidsetSourceport(String sourceport) Sets the "sourceport" attributevoidSets the "target" attributevoidsetTargetport(String targetport) Sets the "targetport" attributeintReturns number of "data" elementvoidUnsets the "desc" elementvoidUnsets the "directed" attributevoidUnsets the "graph" elementvoidunsetId()Unsets the "id" attributevoidUnsets the "sourceport" attributevoidUnsets the "targetport" attributeorg.apache.xmlbeans.XmlStringxgetDesc()Gets (as xml) the "desc" elementorg.apache.xmlbeans.XmlBooleanGets (as xml) the "directed" attributeorg.apache.xmlbeans.XmlNMTOKENxgetId()Gets (as xml) the "id" attributeorg.apache.xmlbeans.XmlNMTOKENGets (as xml) the "source" attributeorg.apache.xmlbeans.XmlNMTOKENGets (as xml) the "sourceport" attributeorg.apache.xmlbeans.XmlNMTOKENGets (as xml) the "target" attributeorg.apache.xmlbeans.XmlNMTOKENGets (as xml) the "targetport" attributevoidxsetDesc(org.apache.xmlbeans.XmlString desc) Sets (as xml) the "desc" elementvoidxsetDirected(org.apache.xmlbeans.XmlBoolean directed) Sets (as xml) the "directed" attributevoidxsetId(org.apache.xmlbeans.XmlNMTOKEN id) Sets (as xml) the "id" attributevoidxsetSource(org.apache.xmlbeans.XmlNMTOKEN source) Sets (as xml) the "source" attributevoidxsetSourceport(org.apache.xmlbeans.XmlNMTOKEN sourceport) Sets (as xml) the "sourceport" attributevoidxsetTarget(org.apache.xmlbeans.XmlNMTOKEN target) Sets (as xml) the "target" attributevoidxsetTargetport(org.apache.xmlbeans.XmlNMTOKEN targetport) Sets (as xml) the "targetport" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods 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 Details
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getDesc
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
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
Gets ith "data" element -
sizeOfDataArray
int sizeOfDataArray()Returns number of "data" element -
setDataArray
Sets array of all "data" element -
setDataArray
Sets ith "data" element -
insertNewData
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
Sets the "graph" element -
addNewGraph
GraphType addNewGraph()Appends and returns a new empty "graph" element -
unsetGraph
void unsetGraph()Unsets the "graph" element -
getId
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
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
String getSource()Gets the "source" attribute -
xgetSource
org.apache.xmlbeans.XmlNMTOKEN xgetSource()Gets (as xml) the "source" attribute -
setSource
Sets the "source" attribute -
xsetSource
void xsetSource(org.apache.xmlbeans.XmlNMTOKEN source) Sets (as xml) the "source" attribute -
getTarget
String getTarget()Gets the "target" attribute -
xgetTarget
org.apache.xmlbeans.XmlNMTOKEN xgetTarget()Gets (as xml) the "target" attribute -
setTarget
Sets the "target" attribute -
xsetTarget
void xsetTarget(org.apache.xmlbeans.XmlNMTOKEN target) Sets (as xml) the "target" attribute -
getSourceport
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
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
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
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
-