Interface GenericGroupNodeType

All Superinterfaces:
GenericNodeType, NodeType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
TableNodeType
All Known Implementing Classes:
GenericGroupNodeTypeImpl, TableNodeTypeImpl

public interface GenericGroupNodeType extends GenericNodeType
An XML GenericGroupNode.type(@http://www.yworks.com/xml/graphml). This is a complex type.
  • Field Details

    • type

      static final org.apache.xmlbeans.SchemaType type
  • Method Details

    • getState

      Gets the "State" element
    • isSetState

      boolean isSetState()
      True if has "State" element
    • setState

      void setState(GenericGroupNodeType.State state)
      Sets the "State" element
    • addNewState

      Appends and returns a new empty "State" element
    • unsetState

      void unsetState()
      Unsets the "State" element
    • getInsets

      InsetsType getInsets()
      Gets the "Insets" element
    • isSetInsets

      boolean isSetInsets()
      True if has "Insets" element
    • setInsets

      void setInsets(InsetsType insets)
      Sets the "Insets" element
    • addNewInsets

      InsetsType addNewInsets()
      Appends and returns a new empty "Insets" element
    • unsetInsets

      void unsetInsets()
      Unsets the "Insets" element
    • getBorderInsets

      InsetsType getBorderInsets()
      Gets the "BorderInsets" element
    • isSetBorderInsets

      boolean isSetBorderInsets()
      True if has "BorderInsets" element
    • setBorderInsets

      void setBorderInsets(InsetsType borderInsets)
      Sets the "BorderInsets" element
    • addNewBorderInsets

      InsetsType addNewBorderInsets()
      Appends and returns a new empty "BorderInsets" element
    • unsetBorderInsets

      void unsetBorderInsets()
      Unsets the "BorderInsets" element