Interface KeyType

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

public interface KeyType extends org.apache.xmlbeans.XmlObject
An XML key.type(@http://graphml.graphdrawing.org/xmlns). 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
    Appends and returns a new empty "default" element
    Gets the "attr.name" attribute
    Gets the "attr.type" attribute
    Gets the "default" element
    Gets the "desc" element
    Gets the "for" attribute
    Gets the "id" attribute
    Gets the "yfiles.type" attribute
    boolean
    True if has "attr.name" attribute
    boolean
    True if has "attr.type" attribute
    boolean
    True if has "default" element
    boolean
    True if has "desc" element
    boolean
    True if has "for" attribute
    boolean
    True if has "yfiles.type" attribute
    void
    setAttrName(String attrName)
    Sets the "attr.name" attribute
    void
    Sets the "attr.type" attribute
    void
    Sets the "default" element
    void
    Sets the "desc" element
    void
    Sets the "for" attribute
    void
    Sets the "id" attribute
    void
    setYfilesType(String yfilesType)
    Sets the "yfiles.type" attribute
    void
    Unsets the "attr.name" attribute
    void
    Unsets the "attr.type" attribute
    void
    Unsets the "default" element
    void
    Unsets the "desc" element
    void
    Unsets the "for" attribute
    void
    Unsets the "yfiles.type" attribute
    Gets (as xml) the "attr.name" attribute
    Gets (as xml) the "attr.type" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "desc" element
    Gets (as xml) the "for" attribute
    org.apache.xmlbeans.XmlNMTOKEN
    Gets (as xml) the "id" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "yfiles.type" attribute
    void
    Sets (as xml) the "attr.name" attribute
    void
    Sets (as xml) the "attr.type" attribute
    void
    xsetDesc(org.apache.xmlbeans.XmlString desc)
    Sets (as xml) the "desc" element
    void
    Sets (as xml) the "for" attribute
    void
    xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
    Sets (as xml) the "id" attribute
    void
    xsetYfilesType(org.apache.xmlbeans.XmlString yfilesType)
    Sets (as xml) the "yfiles.type" 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

    • getDesc

      String getDesc()
      Gets the "desc" element
    • xgetDesc

      org.apache.xmlbeans.XmlString xgetDesc()
      Gets (as xml) the "desc" element
    • isSetDesc

      boolean isSetDesc()
      True if has "desc" element
    • setDesc

      void setDesc(String desc)
      Sets the "desc" element
    • xsetDesc

      void xsetDesc(org.apache.xmlbeans.XmlString desc)
      Sets (as xml) the "desc" element
    • unsetDesc

      void unsetDesc()
      Unsets the "desc" element
    • getDefault

      DefaultType getDefault()
      Gets the "default" element
    • isSetDefault

      boolean isSetDefault()
      True if has "default" element
    • setDefault

      void setDefault(DefaultType xdefault)
      Sets the "default" element
    • addNewDefault

      DefaultType addNewDefault()
      Appends and returns a new empty "default" element
    • unsetDefault

      void unsetDefault()
      Unsets the "default" element
    • getId

      String getId()
      Gets the "id" attribute
    • xgetId

      org.apache.xmlbeans.XmlNMTOKEN xgetId()
      Gets (as xml) the "id" attribute
    • setId

      void setId(String id)
      Sets the "id" attribute
    • xsetId

      void xsetId(org.apache.xmlbeans.XmlNMTOKEN id)
      Sets (as xml) the "id" attribute
    • getFor

      KeyForType.Enum getFor()
      Gets the "for" attribute
    • xgetFor

      KeyForType xgetFor()
      Gets (as xml) the "for" attribute
    • isSetFor

      boolean isSetFor()
      True if has "for" attribute
    • setFor

      void setFor(KeyForType.Enum xfor)
      Sets the "for" attribute
    • xsetFor

      void xsetFor(KeyForType xfor)
      Sets (as xml) the "for" attribute
    • unsetFor

      void unsetFor()
      Unsets the "for" attribute
    • getAttrName

      String getAttrName()
      Gets the "attr.name" attribute
    • xgetAttrName

      KeyNameType xgetAttrName()
      Gets (as xml) the "attr.name" attribute
    • isSetAttrName

      boolean isSetAttrName()
      True if has "attr.name" attribute
    • setAttrName

      void setAttrName(String attrName)
      Sets the "attr.name" attribute
    • xsetAttrName

      void xsetAttrName(KeyNameType attrName)
      Sets (as xml) the "attr.name" attribute
    • unsetAttrName

      void unsetAttrName()
      Unsets the "attr.name" attribute
    • getAttrType

      KeyTypeType.Enum getAttrType()
      Gets the "attr.type" attribute
    • xgetAttrType

      KeyTypeType xgetAttrType()
      Gets (as xml) the "attr.type" attribute
    • isSetAttrType

      boolean isSetAttrType()
      True if has "attr.type" attribute
    • setAttrType

      void setAttrType(KeyTypeType.Enum attrType)
      Sets the "attr.type" attribute
    • xsetAttrType

      void xsetAttrType(KeyTypeType attrType)
      Sets (as xml) the "attr.type" attribute
    • unsetAttrType

      void unsetAttrType()
      Unsets the "attr.type" attribute
    • getYfilesType

      String getYfilesType()
      Gets the "yfiles.type" attribute
    • xgetYfilesType

      org.apache.xmlbeans.XmlString xgetYfilesType()
      Gets (as xml) the "yfiles.type" attribute
    • isSetYfilesType

      boolean isSetYfilesType()
      True if has "yfiles.type" attribute
    • setYfilesType

      void setYfilesType(String yfilesType)
      Sets the "yfiles.type" attribute
    • xsetYfilesType

      void xsetYfilesType(org.apache.xmlbeans.XmlString yfilesType)
      Sets (as xml) the "yfiles.type" attribute
    • unsetYfilesType

      void unsetYfilesType()
      Unsets the "yfiles.type" attribute