Interface TN

All Superinterfaces:
Base, ED, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TNImpl

public interface TN extends ED
An XML TN(@http://www.kith.no/xmlstds). This is a complex type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.impl.schema.DocumentFactory<TN>
     
    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 "REF" element
    Gets the "COMPN" attribute
    byte[]
    Gets the "IC" attribute
    Gets the "ICA" attribute
    Gets the "NULL" attribute
    Gets the "REF" element
    boolean
    True if has "COMPN" attribute
    boolean
    True if has "IC" attribute
    boolean
    True if has "ICA" attribute
    boolean
    True if has "NULL" attribute
    boolean
    True if has "REF" element
    void
    Sets the "COMPN" attribute
    void
    setIC(byte[] ic)
    Sets the "IC" attribute
    void
    Sets the "ICA" attribute
    void
    Sets the "NULL" attribute
    void
    setREF(URL ref)
    Sets the "REF" element
    void
    Unsets the "COMPN" attribute
    void
    Unsets the "IC" attribute
    void
    Unsets the "ICA" attribute
    void
    Unsets the "NULL" attribute
    void
    Unsets the "REF" element
    Gets (as xml) the "COMPN" attribute
    Gets (as xml) the "IC" attribute
    Gets (as xml) the "ICA" attribute
    Gets (as xml) the "NULL" attribute
    void
    Sets (as xml) the "COMPN" attribute
    void
    Sets (as xml) the "IC" attribute
    void
    Sets (as xml) the "ICA" attribute
    void
    Sets (as xml) the "NULL" attribute

    Methods inherited from interface no.kith.xmlstds.ED

    getMT, isSetMT, setMT, unsetMT, xgetMT, xsetMT

    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<TN> Factory
    • type

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

    • getREF

      URL getREF()
      Gets the "REF" element
    • isSetREF

      boolean isSetREF()
      True if has "REF" element
    • setREF

      void setREF(URL ref)
      Sets the "REF" element
    • addNewREF

      URL addNewREF()
      Appends and returns a new empty "REF" element
    • unsetREF

      void unsetREF()
      Unsets the "REF" element
    • getCOMPN

      Gets the "COMPN" attribute
    • xgetCOMPN

      Gets (as xml) the "COMPN" attribute
    • isSetCOMPN

      boolean isSetCOMPN()
      True if has "COMPN" attribute
    • setCOMPN

      void setCOMPN(COMPNAttribute.COMPN.Enum compn)
      Sets the "COMPN" attribute
    • xsetCOMPN

      void xsetCOMPN(COMPNAttribute.COMPN compn)
      Sets (as xml) the "COMPN" attribute
    • unsetCOMPN

      void unsetCOMPN()
      Unsets the "COMPN" attribute
    • getIC

      byte[] getIC()
      Gets the "IC" attribute
    • xgetIC

      ICAttribute.IC xgetIC()
      Gets (as xml) the "IC" attribute
    • isSetIC

      boolean isSetIC()
      True if has "IC" attribute
    • setIC

      void setIC(byte[] ic)
      Sets the "IC" attribute
    • xsetIC

      void xsetIC(ICAttribute.IC ic)
      Sets (as xml) the "IC" attribute
    • unsetIC

      void unsetIC()
      Unsets the "IC" attribute
    • getICA

      Gets the "ICA" attribute
    • xgetICA

      ICAAttribute.ICA xgetICA()
      Gets (as xml) the "ICA" attribute
    • isSetICA

      boolean isSetICA()
      True if has "ICA" attribute
    • setICA

      void setICA(ICAAttribute.ICA.Enum ica)
      Sets the "ICA" attribute
    • xsetICA

      void xsetICA(ICAAttribute.ICA ica)
      Sets (as xml) the "ICA" attribute
    • unsetICA

      void unsetICA()
      Unsets the "ICA" attribute
    • 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