Interface HyperedgeType

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

public interface HyperedgeType extends org.apache.xmlbeans.XmlObject
An XML hyperedge.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 value (as xml) as the last "endpoint" 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
    Gets array of all "endpoint" elements
    Gets ith "endpoint" element
    Gets the "graph" element
    Gets the "id" attribute
    Inserts and returns a new empty value (as xml) as the ith "data" element
    Inserts and returns a new empty value (as xml) as the ith "endpoint" element
    boolean
    True if has "desc" element
    boolean
    True if has "graph" element
    boolean
    True if has "id" attribute
    void
    removeData(int i)
    Removes the ith "data" element
    void
    Removes the ith "endpoint" 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
    setEndpointArray(int i, EndpointType endpoint)
    Sets ith "endpoint" element
    void
    setEndpointArray(EndpointType[] endpointArray)
    Sets array of all "endpoint" element
    void
    Sets the "graph" element
    void
    Sets the "id" attribute
    int
    Returns number of "data" element
    int
    Returns number of "endpoint" element
    void
    Unsets the "desc" element
    void
    Unsets the "graph" element
    void
    Unsets the "id" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "desc" element
    org.apache.xmlbeans.XmlNMTOKEN
    Gets (as xml) the "id" 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

    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
    • getEndpointArray

      EndpointType[] getEndpointArray()
      Gets array of all "endpoint" elements
    • getEndpointArray

      EndpointType getEndpointArray(int i)
      Gets ith "endpoint" element
    • sizeOfEndpointArray

      int sizeOfEndpointArray()
      Returns number of "endpoint" element
    • setEndpointArray

      void setEndpointArray(EndpointType[] endpointArray)
      Sets array of all "endpoint" element
    • setEndpointArray

      void setEndpointArray(int i, EndpointType endpoint)
      Sets ith "endpoint" element
    • insertNewEndpoint

      EndpointType insertNewEndpoint(int i)
      Inserts and returns a new empty value (as xml) as the ith "endpoint" element
    • addNewEndpoint

      EndpointType addNewEndpoint()
      Appends and returns a new empty value (as xml) as the last "endpoint" element
    • removeEndpoint

      void removeEndpoint(int i)
      Removes the ith "endpoint" 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