Interface NodeType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
GenericGroupNodeType, GenericNodeType, GroupNodeType, ImageNodeType, ShapeNodeType, TableNodeType
All Known Implementing Classes:
GenericGroupNodeTypeImpl, GenericNodeTypeImpl, GroupNodeTypeImpl, ImageNodeTypeImpl, NodeTypeImpl, ShapeNodeTypeImpl, TableNodeTypeImpl

public interface NodeType extends org.apache.xmlbeans.XmlObject
An XML Node.type(@http://www.yworks.com/xml/graphml). 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.
    static interface 
    An XML Fill(@http://www.yworks.com/xml/graphml).
  • 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 "BorderStyle" element
    Appends and returns a new empty "Fill" element
    Appends and returns a new empty "Geometry" element
    Appends and returns a new empty value (as xml) as the last "NodeLabel" element
    Appends and returns a new empty "NodePorts" element
    Gets the "BorderStyle" element
    Gets the "Fill" element
    Gets the "Geometry" element
    Gets array of all "NodeLabel" elements
    Gets ith "NodeLabel" element
    Gets the "NodePorts" element
    boolean
    Gets the "selected" attribute
    Inserts and returns a new empty value (as xml) as the ith "NodeLabel" element
    boolean
    True if has "BorderStyle" element
    boolean
    True if has "Fill" element
    boolean
    True if has "Geometry" element
    boolean
    True if has "NodePorts" element
    boolean
    True if has "selected" attribute
    void
    Removes the ith "NodeLabel" element
    void
    Sets the "BorderStyle" element
    void
    Sets the "Fill" element
    void
    Sets the "Geometry" element
    void
    setNodeLabelArray(int i, NodeLabelType nodeLabel)
    Sets ith "NodeLabel" element
    void
    setNodeLabelArray(NodeLabelType[] nodeLabelArray)
    Sets array of all "NodeLabel" element
    void
    Sets the "NodePorts" element
    void
    setSelected(boolean selected)
    Sets the "selected" attribute
    int
    Returns number of "NodeLabel" element
    void
    Unsets the "BorderStyle" element
    void
    Unsets the "Fill" element
    void
    Unsets the "Geometry" element
    void
    Unsets the "NodePorts" element
    void
    Unsets the "selected" attribute
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "selected" attribute
    void
    xsetSelected(org.apache.xmlbeans.XmlBoolean selected)
    Sets (as xml) the "selected" 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

    • getGeometry

      GeometryType getGeometry()
      Gets the "Geometry" element
    • isSetGeometry

      boolean isSetGeometry()
      True if has "Geometry" element
    • setGeometry

      void setGeometry(GeometryType geometry)
      Sets the "Geometry" element
    • addNewGeometry

      GeometryType addNewGeometry()
      Appends and returns a new empty "Geometry" element
    • unsetGeometry

      void unsetGeometry()
      Unsets the "Geometry" element
    • getFill

      NodeType.Fill getFill()
      Gets the "Fill" element
    • isSetFill

      boolean isSetFill()
      True if has "Fill" element
    • setFill

      void setFill(NodeType.Fill fill)
      Sets the "Fill" element
    • addNewFill

      NodeType.Fill addNewFill()
      Appends and returns a new empty "Fill" element
    • unsetFill

      void unsetFill()
      Unsets the "Fill" element
    • getBorderStyle

      LineStyleType getBorderStyle()
      Gets the "BorderStyle" element
    • isSetBorderStyle

      boolean isSetBorderStyle()
      True if has "BorderStyle" element
    • setBorderStyle

      void setBorderStyle(LineStyleType borderStyle)
      Sets the "BorderStyle" element
    • addNewBorderStyle

      LineStyleType addNewBorderStyle()
      Appends and returns a new empty "BorderStyle" element
    • unsetBorderStyle

      void unsetBorderStyle()
      Unsets the "BorderStyle" element
    • getNodeLabelArray

      NodeLabelType[] getNodeLabelArray()
      Gets array of all "NodeLabel" elements
    • getNodeLabelArray

      NodeLabelType getNodeLabelArray(int i)
      Gets ith "NodeLabel" element
    • sizeOfNodeLabelArray

      int sizeOfNodeLabelArray()
      Returns number of "NodeLabel" element
    • setNodeLabelArray

      void setNodeLabelArray(NodeLabelType[] nodeLabelArray)
      Sets array of all "NodeLabel" element
    • setNodeLabelArray

      void setNodeLabelArray(int i, NodeLabelType nodeLabel)
      Sets ith "NodeLabel" element
    • insertNewNodeLabel

      NodeLabelType insertNewNodeLabel(int i)
      Inserts and returns a new empty value (as xml) as the ith "NodeLabel" element
    • addNewNodeLabel

      NodeLabelType addNewNodeLabel()
      Appends and returns a new empty value (as xml) as the last "NodeLabel" element
    • removeNodeLabel

      void removeNodeLabel(int i)
      Removes the ith "NodeLabel" element
    • getNodePorts

      NodePortsType getNodePorts()
      Gets the "NodePorts" element
    • isSetNodePorts

      boolean isSetNodePorts()
      True if has "NodePorts" element
    • setNodePorts

      void setNodePorts(NodePortsType nodePorts)
      Sets the "NodePorts" element
    • addNewNodePorts

      NodePortsType addNewNodePorts()
      Appends and returns a new empty "NodePorts" element
    • unsetNodePorts

      void unsetNodePorts()
      Unsets the "NodePorts" element
    • getSelected

      boolean getSelected()
      Gets the "selected" attribute
    • xgetSelected

      org.apache.xmlbeans.XmlBoolean xgetSelected()
      Gets (as xml) the "selected" attribute
    • isSetSelected

      boolean isSetSelected()
      True if has "selected" attribute
    • setSelected

      void setSelected(boolean selected)
      Sets the "selected" attribute
    • xsetSelected

      void xsetSelected(org.apache.xmlbeans.XmlBoolean selected)
      Sets (as xml) the "selected" attribute
    • unsetSelected

      void unsetSelected()
      Unsets the "selected" attribute