Interface GenericNodeType

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

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

    • type

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

    • getUserData

      UserDataType getUserData()
      Gets the "UserData" element
    • isSetUserData

      boolean isSetUserData()
      True if has "UserData" element
    • setUserData

      void setUserData(UserDataType userData)
      Sets the "UserData" element
    • addNewUserData

      UserDataType addNewUserData()
      Appends and returns a new empty "UserData" element
    • unsetUserData

      void unsetUserData()
      Unsets the "UserData" element
    • getStyleProperties

      StylePropertiesType getStyleProperties()
      Gets the "StyleProperties" element
    • isSetStyleProperties

      boolean isSetStyleProperties()
      True if has "StyleProperties" element
    • setStyleProperties

      void setStyleProperties(StylePropertiesType styleProperties)
      Sets the "StyleProperties" element
    • addNewStyleProperties

      StylePropertiesType addNewStyleProperties()
      Appends and returns a new empty "StyleProperties" element
    • unsetStyleProperties

      void unsetStyleProperties()
      Unsets the "StyleProperties" element
    • getConfiguration

      String getConfiguration()
      Gets the "configuration" attribute
    • xgetConfiguration

      org.apache.xmlbeans.XmlString xgetConfiguration()
      Gets (as xml) the "configuration" attribute
    • setConfiguration

      void setConfiguration(String configuration)
      Sets the "configuration" attribute
    • xsetConfiguration

      void xsetConfiguration(org.apache.xmlbeans.XmlString configuration)
      Sets (as xml) the "configuration" attribute