Interface IntInsetsType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
InsetsType
All Known Implementing Classes:
InsetsTypeImpl, IntInsetsTypeImpl

public interface IntInsetsType extends org.apache.xmlbeans.XmlObject
An XML IntInsets.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 "bottom" attribute
    Gets the "left" attribute
    Gets the "right" attribute
    Gets the "top" attribute
    boolean
    True if has "bottom" attribute
    boolean
    True if has "left" attribute
    boolean
    True if has "right" attribute
    boolean
    True if has "top" attribute
    void
    Sets the "bottom" attribute
    void
    Sets the "left" attribute
    void
    Sets the "right" attribute
    void
    Sets the "top" attribute
    void
    Unsets the "bottom" attribute
    void
    Unsets the "left" attribute
    void
    Unsets the "right" attribute
    void
    Unsets the "top" attribute
    org.apache.xmlbeans.XmlNonNegativeInteger
    Gets (as xml) the "bottom" attribute
    org.apache.xmlbeans.XmlNonNegativeInteger
    Gets (as xml) the "left" attribute
    org.apache.xmlbeans.XmlNonNegativeInteger
    Gets (as xml) the "right" attribute
    org.apache.xmlbeans.XmlNonNegativeInteger
    Gets (as xml) the "top" attribute
    void
    xsetBottom(org.apache.xmlbeans.XmlNonNegativeInteger bottom)
    Sets (as xml) the "bottom" attribute
    void
    xsetLeft(org.apache.xmlbeans.XmlNonNegativeInteger left)
    Sets (as xml) the "left" attribute
    void
    xsetRight(org.apache.xmlbeans.XmlNonNegativeInteger right)
    Sets (as xml) the "right" attribute
    void
    xsetTop(org.apache.xmlbeans.XmlNonNegativeInteger top)
    Sets (as xml) the "top" 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

    • getTop

      BigInteger getTop()
      Gets the "top" attribute
    • xgetTop

      org.apache.xmlbeans.XmlNonNegativeInteger xgetTop()
      Gets (as xml) the "top" attribute
    • isSetTop

      boolean isSetTop()
      True if has "top" attribute
    • setTop

      void setTop(BigInteger top)
      Sets the "top" attribute
    • xsetTop

      void xsetTop(org.apache.xmlbeans.XmlNonNegativeInteger top)
      Sets (as xml) the "top" attribute
    • unsetTop

      void unsetTop()
      Unsets the "top" attribute
    • getBottom

      BigInteger getBottom()
      Gets the "bottom" attribute
    • xgetBottom

      org.apache.xmlbeans.XmlNonNegativeInteger xgetBottom()
      Gets (as xml) the "bottom" attribute
    • isSetBottom

      boolean isSetBottom()
      True if has "bottom" attribute
    • setBottom

      void setBottom(BigInteger bottom)
      Sets the "bottom" attribute
    • xsetBottom

      void xsetBottom(org.apache.xmlbeans.XmlNonNegativeInteger bottom)
      Sets (as xml) the "bottom" attribute
    • unsetBottom

      void unsetBottom()
      Unsets the "bottom" attribute
    • getLeft

      BigInteger getLeft()
      Gets the "left" attribute
    • xgetLeft

      org.apache.xmlbeans.XmlNonNegativeInteger xgetLeft()
      Gets (as xml) the "left" attribute
    • isSetLeft

      boolean isSetLeft()
      True if has "left" attribute
    • setLeft

      void setLeft(BigInteger left)
      Sets the "left" attribute
    • xsetLeft

      void xsetLeft(org.apache.xmlbeans.XmlNonNegativeInteger left)
      Sets (as xml) the "left" attribute
    • unsetLeft

      void unsetLeft()
      Unsets the "left" attribute
    • getRight

      BigInteger getRight()
      Gets the "right" attribute
    • xgetRight

      org.apache.xmlbeans.XmlNonNegativeInteger xgetRight()
      Gets (as xml) the "right" attribute
    • isSetRight

      boolean isSetRight()
      True if has "right" attribute
    • setRight

      void setRight(BigInteger right)
      Sets the "right" attribute
    • xsetRight

      void xsetRight(org.apache.xmlbeans.XmlNonNegativeInteger right)
      Sets (as xml) the "right" attribute
    • unsetRight

      void unsetRight()
      Unsets the "right" attribute