Interface NodeType.Fill

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
NodeTypeImpl.FillImpl
Enclosing interface:
NodeType

public static interface NodeType.Fill extends org.apache.xmlbeans.XmlObject
An XML Fill(@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 "color" attribute
    Gets the "color2" attribute
    boolean
    Gets the "hasColor" attribute
    boolean
    Gets the "transparent" attribute
    boolean
    True if has "color" attribute
    boolean
    True if has "color2" attribute
    boolean
    True if has "hasColor" attribute
    boolean
    True if has "transparent" attribute
    void
    Sets the "color" attribute
    void
    setColor2(String color2)
    Sets the "color2" attribute
    void
    setHasColor(boolean hasColor)
    Sets the "hasColor" attribute
    void
    setTransparent(boolean transparent)
    Sets the "transparent" attribute
    void
    Unsets the "color" attribute
    void
    Unsets the "color2" attribute
    void
    Unsets the "hasColor" attribute
    void
    Unsets the "transparent" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "color" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "color2" attribute
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "hasColor" attribute
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "transparent" attribute
    void
    xsetColor(org.apache.xmlbeans.XmlString color)
    Sets (as xml) the "color" attribute
    void
    xsetColor2(org.apache.xmlbeans.XmlString color2)
    Sets (as xml) the "color2" attribute
    void
    xsetHasColor(org.apache.xmlbeans.XmlBoolean hasColor)
    Sets (as xml) the "hasColor" attribute
    void
    xsetTransparent(org.apache.xmlbeans.XmlBoolean transparent)
    Sets (as xml) the "transparent" 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

    • getHasColor

      boolean getHasColor()
      Gets the "hasColor" attribute
    • xgetHasColor

      org.apache.xmlbeans.XmlBoolean xgetHasColor()
      Gets (as xml) the "hasColor" attribute
    • isSetHasColor

      boolean isSetHasColor()
      True if has "hasColor" attribute
    • setHasColor

      void setHasColor(boolean hasColor)
      Sets the "hasColor" attribute
    • xsetHasColor

      void xsetHasColor(org.apache.xmlbeans.XmlBoolean hasColor)
      Sets (as xml) the "hasColor" attribute
    • unsetHasColor

      void unsetHasColor()
      Unsets the "hasColor" attribute
    • getColor

      String getColor()
      Gets the "color" attribute
    • xgetColor

      org.apache.xmlbeans.XmlString xgetColor()
      Gets (as xml) the "color" attribute
    • isSetColor

      boolean isSetColor()
      True if has "color" attribute
    • setColor

      void setColor(String color)
      Sets the "color" attribute
    • xsetColor

      void xsetColor(org.apache.xmlbeans.XmlString color)
      Sets (as xml) the "color" attribute
    • unsetColor

      void unsetColor()
      Unsets the "color" attribute
    • getColor2

      String getColor2()
      Gets the "color2" attribute
    • xgetColor2

      org.apache.xmlbeans.XmlString xgetColor2()
      Gets (as xml) the "color2" attribute
    • isSetColor2

      boolean isSetColor2()
      True if has "color2" attribute
    • setColor2

      void setColor2(String color2)
      Sets the "color2" attribute
    • xsetColor2

      void xsetColor2(org.apache.xmlbeans.XmlString color2)
      Sets (as xml) the "color2" attribute
    • unsetColor2

      void unsetColor2()
      Unsets the "color2" attribute
    • getTransparent

      boolean getTransparent()
      Gets the "transparent" attribute
    • xgetTransparent

      org.apache.xmlbeans.XmlBoolean xgetTransparent()
      Gets (as xml) the "transparent" attribute
    • isSetTransparent

      boolean isSetTransparent()
      True if has "transparent" attribute
    • setTransparent

      void setTransparent(boolean transparent)
      Sets the "transparent" attribute
    • xsetTransparent

      void xsetTransparent(org.apache.xmlbeans.XmlBoolean transparent)
      Sets (as xml) the "transparent" attribute
    • unsetTransparent

      void unsetTransparent()
      Unsets the "transparent" attribute