|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EdgeType
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 |
---|
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)
GraphType getGraph()
boolean isSetGraph()
void setGraph(GraphType graph)
GraphType addNewGraph()
void unsetGraph()
java.lang.String getId()
org.apache.xmlbeans.XmlNMTOKEN xgetId()
boolean isSetId()
void setId(java.lang.String id)
void xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
void unsetId()
boolean getDirected()
org.apache.xmlbeans.XmlBoolean xgetDirected()
boolean isSetDirected()
void setDirected(boolean directed)
void xsetDirected(org.apache.xmlbeans.XmlBoolean directed)
void unsetDirected()
java.lang.String getSource()
org.apache.xmlbeans.XmlNMTOKEN xgetSource()
void setSource(java.lang.String source)
void xsetSource(org.apache.xmlbeans.XmlNMTOKEN source)
java.lang.String getTarget()
org.apache.xmlbeans.XmlNMTOKEN xgetTarget()
void setTarget(java.lang.String target)
void xsetTarget(org.apache.xmlbeans.XmlNMTOKEN target)
java.lang.String getSourceport()
org.apache.xmlbeans.XmlNMTOKEN xgetSourceport()
boolean isSetSourceport()
void setSourceport(java.lang.String sourceport)
void xsetSourceport(org.apache.xmlbeans.XmlNMTOKEN sourceport)
void unsetSourceport()
java.lang.String getTargetport()
org.apache.xmlbeans.XmlNMTOKEN xgetTargetport()
boolean isSetTargetport()
void setTargetport(java.lang.String targetport)
void xsetTargetport(org.apache.xmlbeans.XmlNMTOKEN targetport)
void unsetTargetport()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |