Interface NULLAttribute

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

public interface NULLAttribute extends org.apache.xmlbeans.XmlObject
A document containing one NULL(@http://www.kith.no/xmlstds) attribute. This is a complex type.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    An XML NULL(@http://www.kith.no/xmlstds).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.impl.schema.DocumentFactory<NULLAttribute>
     
    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 "NULL" attribute
    boolean
    True if has "NULL" attribute
    void
    Sets the "NULL" attribute
    void
    Unsets the "NULL" attribute
    Gets (as xml) the "NULL" attribute
    void
    Sets (as xml) the "NULL" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
  • Field Details

    • Factory

      static final org.apache.xmlbeans.impl.schema.DocumentFactory<NULLAttribute> Factory
    • type

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

    • getNULL

      Gets the "NULL" attribute
    • xgetNULL

      NULLAttribute.NULL xgetNULL()
      Gets (as xml) the "NULL" attribute
    • isSetNULL

      boolean isSetNULL()
      True if has "NULL" attribute
    • setNULL

      void setNULL(NULLAttribute.NULL.Enum xnull)
      Sets the "NULL" attribute
    • xsetNULL

      void xsetNULL(NULLAttribute.NULL xnull)
      Sets (as xml) the "NULL" attribute
    • unsetNULL

      void unsetNULL()
      Unsets the "NULL" attribute