Interface IconType

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

public interface IconType extends org.apache.xmlbeans.XmlObject
An XML Icon.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.
  • 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
    Gets the "icon" attribute
    Gets the "iconData" attribute
    Gets the "image" attribute
    boolean
    True if has "icon" attribute
    boolean
    True if has "iconData" attribute
    boolean
    True if has "image" attribute
    void
    Sets the "icon" attribute
    void
    setIconData(String iconData)
    Sets the "iconData" attribute
    void
    Sets the "image" attribute
    void
    Unsets the "icon" attribute
    void
    Unsets the "iconData" attribute
    void
    Unsets the "image" attribute
    org.apache.xmlbeans.XmlAnyURI
    Gets (as xml) the "icon" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "iconData" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "image" attribute
    void
    xsetIcon(org.apache.xmlbeans.XmlAnyURI icon)
    Sets (as xml) the "icon" attribute
    void
    xsetIconData(org.apache.xmlbeans.XmlString iconData)
    Sets (as xml) the "iconData" attribute
    void
    xsetImage(org.apache.xmlbeans.XmlString image)
    Sets (as xml) the "image" 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

    • getIcon

      String getIcon()
      Gets the "icon" attribute
    • xgetIcon

      org.apache.xmlbeans.XmlAnyURI xgetIcon()
      Gets (as xml) the "icon" attribute
    • isSetIcon

      boolean isSetIcon()
      True if has "icon" attribute
    • setIcon

      void setIcon(String icon)
      Sets the "icon" attribute
    • xsetIcon

      void xsetIcon(org.apache.xmlbeans.XmlAnyURI icon)
      Sets (as xml) the "icon" attribute
    • unsetIcon

      void unsetIcon()
      Unsets the "icon" attribute
    • getImage

      String getImage()
      Gets the "image" attribute
    • xgetImage

      org.apache.xmlbeans.XmlString xgetImage()
      Gets (as xml) the "image" attribute
    • isSetImage

      boolean isSetImage()
      True if has "image" attribute
    • setImage

      void setImage(String image)
      Sets the "image" attribute
    • xsetImage

      void xsetImage(org.apache.xmlbeans.XmlString image)
      Sets (as xml) the "image" attribute
    • unsetImage

      void unsetImage()
      Unsets the "image" attribute
    • getIconData

      String getIconData()
      Gets the "iconData" attribute
    • xgetIconData

      org.apache.xmlbeans.XmlString xgetIconData()
      Gets (as xml) the "iconData" attribute
    • isSetIconData

      boolean isSetIconData()
      True if has "iconData" attribute
    • setIconData

      void setIconData(String iconData)
      Sets the "iconData" attribute
    • xsetIconData

      void xsetIconData(org.apache.xmlbeans.XmlString iconData)
      Sets (as xml) the "iconData" attribute
    • unsetIconData

      void unsetIconData()
      Unsets the "iconData" attribute