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 Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A factory class with static methods for creating instances of this type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    Appends and returns a new empty value (as xml) as the last "data" element
    Appends and returns a new empty "graph" element
    Gets array of all "data" elements
    getDataArray(int i)
    Gets ith "data" element
    Gets the "desc" element
    boolean
    Gets the "directed" attribute
    Gets the "graph" element
    Gets the "id" attribute
    Gets the "source" attribute
    Gets the "sourceport" attribute
    Gets the "target" attribute
    Gets the "targetport" attribute
    Inserts and returns a new empty value (as xml) as the ith "data" element
    boolean
    True if has "desc" element
    boolean
    True if has "directed" attribute
    boolean
    True if has "graph" element
    boolean
    True if has "id" attribute
    boolean
    True if has "sourceport" attribute
    boolean
    True if has "targetport" attribute
    void
    removeData(int i)
    Removes the ith "data" element
    void
    setDataArray(int i, DataType data)
    Sets ith "data" element
    void
    setDataArray(DataType[] dataArray)
    Sets array of all "data" element
    void
    Sets the "desc" element
    void
    setDirected(boolean directed)
    Sets the "directed" attribute
    void
    Sets the "graph" element
    void
    Sets the "id" attribute
    void
    setSource(String source)
    Sets the "source" attribute
    void
    setSourceport(String sourceport)
    Sets the "sourceport" attribute
    void
    setTarget(String target)
    Sets the "target" attribute
    void
    setTargetport(String targetport)
    Sets the "targetport" attribute
    int
    Returns number of "data" element
    void
    Unsets the "desc" element
    void
    Unsets the "directed" attribute
    void
    Unsets the "graph" element
    void
    Unsets the "id" attribute
    void
    Unsets the "sourceport" attribute
    void
    Unsets the "targetport" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "desc" element
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "directed" attribute
    org.apache.xmlbeans.XmlNMTOKEN
    Gets (as xml) the "id" attribute
    org.apache.xmlbeans.XmlNMTOKEN
    Gets (as xml) the "source" attribute
    org.apache.xmlbeans.XmlNMTOKEN
    Gets (as xml) the "sourceport" attribute
    org.apache.xmlbeans.XmlNMTOKEN
    Gets (as xml) the "target" attribute
    org.apache.xmlbeans.XmlNMTOKEN
    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, 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 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

      void setDesc(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

      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(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

      String getSource()
      Gets the "source" attribute
    • xgetSource

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

      void setSource(String source)
      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

      void setTarget(String target)
      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

      void setSourceport(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

      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(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