Interface GenericGroupNodeType.State

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
GenericGroupNodeTypeImpl.StateImpl
Enclosing interface:
GenericGroupNodeType

public static interface GenericGroupNodeType.State extends org.apache.xmlbeans.XmlObject
An XML State(@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.
  • 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
    boolean
    Gets the "autoResize" attribute
    boolean
    Gets the "closed" attribute
    double
    Gets the "closedHeight" attribute
    double
    Gets the "closedWidth" attribute
    boolean
    True if has "autoResize" attribute
    boolean
    True if has "closed" attribute
    boolean
    True if has "closedHeight" attribute
    boolean
    True if has "closedWidth" attribute
    void
    setAutoResize(boolean autoResize)
    Sets the "autoResize" attribute
    void
    setClosed(boolean closed)
    Sets the "closed" attribute
    void
    setClosedHeight(double closedHeight)
    Sets the "closedHeight" attribute
    void
    setClosedWidth(double closedWidth)
    Sets the "closedWidth" attribute
    void
    Unsets the "autoResize" attribute
    void
    Unsets the "closed" attribute
    void
    Unsets the "closedHeight" attribute
    void
    Unsets the "closedWidth" attribute
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "autoResize" attribute
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "closed" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "closedHeight" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "closedWidth" attribute
    void
    xsetAutoResize(org.apache.xmlbeans.XmlBoolean autoResize)
    Sets (as xml) the "autoResize" attribute
    void
    xsetClosed(org.apache.xmlbeans.XmlBoolean closed)
    Sets (as xml) the "closed" attribute
    void
    xsetClosedHeight(org.apache.xmlbeans.XmlDouble closedHeight)
    Sets (as xml) the "closedHeight" attribute
    void
    xsetClosedWidth(org.apache.xmlbeans.XmlDouble closedWidth)
    Sets (as xml) the "closedWidth" 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

    • getClosed

      boolean getClosed()
      Gets the "closed" attribute
    • xgetClosed

      org.apache.xmlbeans.XmlBoolean xgetClosed()
      Gets (as xml) the "closed" attribute
    • isSetClosed

      boolean isSetClosed()
      True if has "closed" attribute
    • setClosed

      void setClosed(boolean closed)
      Sets the "closed" attribute
    • xsetClosed

      void xsetClosed(org.apache.xmlbeans.XmlBoolean closed)
      Sets (as xml) the "closed" attribute
    • unsetClosed

      void unsetClosed()
      Unsets the "closed" attribute
    • getAutoResize

      boolean getAutoResize()
      Gets the "autoResize" attribute
    • xgetAutoResize

      org.apache.xmlbeans.XmlBoolean xgetAutoResize()
      Gets (as xml) the "autoResize" attribute
    • isSetAutoResize

      boolean isSetAutoResize()
      True if has "autoResize" attribute
    • setAutoResize

      void setAutoResize(boolean autoResize)
      Sets the "autoResize" attribute
    • xsetAutoResize

      void xsetAutoResize(org.apache.xmlbeans.XmlBoolean autoResize)
      Sets (as xml) the "autoResize" attribute
    • unsetAutoResize

      void unsetAutoResize()
      Unsets the "autoResize" attribute
    • getClosedHeight

      double getClosedHeight()
      Gets the "closedHeight" attribute
    • xgetClosedHeight

      org.apache.xmlbeans.XmlDouble xgetClosedHeight()
      Gets (as xml) the "closedHeight" attribute
    • isSetClosedHeight

      boolean isSetClosedHeight()
      True if has "closedHeight" attribute
    • setClosedHeight

      void setClosedHeight(double closedHeight)
      Sets the "closedHeight" attribute
    • xsetClosedHeight

      void xsetClosedHeight(org.apache.xmlbeans.XmlDouble closedHeight)
      Sets (as xml) the "closedHeight" attribute
    • unsetClosedHeight

      void unsetClosedHeight()
      Unsets the "closedHeight" attribute
    • getClosedWidth

      double getClosedWidth()
      Gets the "closedWidth" attribute
    • xgetClosedWidth

      org.apache.xmlbeans.XmlDouble xgetClosedWidth()
      Gets (as xml) the "closedWidth" attribute
    • isSetClosedWidth

      boolean isSetClosedWidth()
      True if has "closedWidth" attribute
    • setClosedWidth

      void setClosedWidth(double closedWidth)
      Sets the "closedWidth" attribute
    • xsetClosedWidth

      void xsetClosedWidth(org.apache.xmlbeans.XmlDouble closedWidth)
      Sets (as xml) the "closedWidth" attribute
    • unsetClosedWidth

      void unsetClosedWidth()
      Unsets the "closedWidth" attribute