Interface MTAttribute

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

public interface MTAttribute extends org.apache.xmlbeans.XmlObject
A document containing one MT(@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 MT(@http://www.kith.no/xmlstds).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.impl.schema.DocumentFactory<MTAttribute>
     
    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 "MT" attribute
    boolean
    True if has "MT" attribute
    void
    Sets the "MT" attribute
    void
    Unsets the "MT" attribute
    Gets (as xml) the "MT" attribute
    void
    Sets (as xml) the "MT" 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<MTAttribute> Factory
    • type

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

    • getMT

      Gets the "MT" attribute
    • xgetMT

      MTAttribute.MT xgetMT()
      Gets (as xml) the "MT" attribute
    • isSetMT

      boolean isSetMT()
      True if has "MT" attribute
    • setMT

      void setMT(MTAttribute.MT.Enum mt)
      Sets the "MT" attribute
    • xsetMT

      void xsetMT(MTAttribute.MT mt)
      Sets (as xml) the "MT" attribute
    • unsetMT

      void unsetMT()
      Unsets the "MT" attribute