Interface NodeType

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

public interface NodeType extends org.apache.xmlbeans.XmlObject
An XML node.type(@http://graphml.graphdrawing.org/xmlns). This is a complex type.
  • 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
    • getPortArray

      PortType[] getPortArray()
      Gets array of all "port" elements
    • getPortArray

      PortType getPortArray(int i)
      Gets ith "port" element
    • sizeOfPortArray

      int sizeOfPortArray()
      Returns number of "port" element
    • setPortArray

      void setPortArray(PortType[] portArray)
      Sets array of all "port" element
    • setPortArray

      void setPortArray(int i, PortType port)
      Sets ith "port" element
    • insertNewPort

      PortType insertNewPort(int i)
      Inserts and returns a new empty value (as xml) as the ith "port" element
    • addNewPort

      PortType addNewPort()
      Appends and returns a new empty value (as xml) as the last "port" element
    • removePort

      void removePort(int i)
      Removes the ith "port" element
    • getGraphArray

      GraphType[] getGraphArray()
      Gets array of all "graph" elements
    • getGraphArray

      GraphType getGraphArray(int i)
      Gets ith "graph" element
    • sizeOfGraphArray

      int sizeOfGraphArray()
      Returns number of "graph" element
    • setGraphArray

      void setGraphArray(GraphType[] graphArray)
      Sets array of all "graph" element
    • setGraphArray

      void setGraphArray(int i, GraphType graph)
      Sets ith "graph" element
    • insertNewGraph

      GraphType insertNewGraph(int i)
      Inserts and returns a new empty value (as xml) as the ith "graph" element
    • addNewGraph

      GraphType addNewGraph()
      Appends and returns a new empty value (as xml) as the last "graph" element
    • removeGraph

      void removeGraph(int i)
      Removes the ith "graph" element
    • getLocator

      LocatorType getLocator()
      Gets the "locator" element
    • isSetLocator

      boolean isSetLocator()
      True if has "locator" element
    • setLocator

      void setLocator(LocatorType locator)
      Sets the "locator" element
    • addNewLocator

      LocatorType addNewLocator()
      Appends and returns a new empty "locator" element
    • unsetLocator

      void unsetLocator()
      Unsets the "locator" element
    • getParseIndegree

      BigInteger getParseIndegree()
      Gets the "parse.indegree" attribute
    • xgetParseIndegree

      NodeIndegreeType xgetParseIndegree()
      Gets (as xml) the "parse.indegree" attribute
    • isSetParseIndegree

      boolean isSetParseIndegree()
      True if has "parse.indegree" attribute
    • setParseIndegree

      void setParseIndegree(BigInteger parseIndegree)
      Sets the "parse.indegree" attribute
    • xsetParseIndegree

      void xsetParseIndegree(NodeIndegreeType parseIndegree)
      Sets (as xml) the "parse.indegree" attribute
    • unsetParseIndegree

      void unsetParseIndegree()
      Unsets the "parse.indegree" attribute
    • getParseOutdegree

      BigInteger getParseOutdegree()
      Gets the "parse.outdegree" attribute
    • xgetParseOutdegree

      NodeOutdegreeType xgetParseOutdegree()
      Gets (as xml) the "parse.outdegree" attribute
    • isSetParseOutdegree

      boolean isSetParseOutdegree()
      True if has "parse.outdegree" attribute
    • setParseOutdegree

      void setParseOutdegree(BigInteger parseOutdegree)
      Sets the "parse.outdegree" attribute
    • xsetParseOutdegree

      void xsetParseOutdegree(NodeOutdegreeType parseOutdegree)
      Sets (as xml) the "parse.outdegree" attribute
    • unsetParseOutdegree

      void unsetParseOutdegree()
      Unsets the "parse.outdegree" attribute
    • getYfilesFoldertype

      YfilesFoldertypeType.Enum getYfilesFoldertype()
      Gets the "yfiles.foldertype" attribute
    • xgetYfilesFoldertype

      YfilesFoldertypeType xgetYfilesFoldertype()
      Gets (as xml) the "yfiles.foldertype" attribute
    • isSetYfilesFoldertype

      boolean isSetYfilesFoldertype()
      True if has "yfiles.foldertype" attribute
    • setYfilesFoldertype

      void setYfilesFoldertype(YfilesFoldertypeType.Enum yfilesFoldertype)
      Sets the "yfiles.foldertype" attribute
    • xsetYfilesFoldertype

      void xsetYfilesFoldertype(YfilesFoldertypeType yfilesFoldertype)
      Sets (as xml) the "yfiles.foldertype" attribute
    • unsetYfilesFoldertype

      void unsetYfilesFoldertype()
      Unsets the "yfiles.foldertype" attribute
    • getId

      String getId()
      Gets the "id" attribute
    • xgetId

      org.apache.xmlbeans.XmlNMTOKEN xgetId()
      Gets (as xml) the "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