Interface RTO

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

public interface RTO extends org.apache.xmlbeans.XmlObject
An XML RTO(@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<RTO>
     
    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 "DENOM" element
    Gets the "NUM" element
    boolean
    True if has "DENOM" element
    boolean
    True if has "NUM" element
    void
    Sets the "DENOM" element
    void
    Sets the "NUM" element
    void
    Unsets the "DENOM" element
    void
    Unsets the "NUM" element
    org.apache.xmlbeans.XmlInteger
    Gets (as xml) the "DENOM" element
    org.apache.xmlbeans.XmlInteger
    Gets (as xml) the "NUM" element
    void
    xsetDENOM(org.apache.xmlbeans.XmlInteger denom)
    Sets (as xml) the "DENOM" element
    void
    xsetNUM(org.apache.xmlbeans.XmlInteger num)
    Sets (as xml) the "NUM" element

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

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

    • getNUM

      BigInteger getNUM()
      Gets the "NUM" element
    • xgetNUM

      org.apache.xmlbeans.XmlInteger xgetNUM()
      Gets (as xml) the "NUM" element
    • isSetNUM

      boolean isSetNUM()
      True if has "NUM" element
    • setNUM

      void setNUM(BigInteger num)
      Sets the "NUM" element
    • xsetNUM

      void xsetNUM(org.apache.xmlbeans.XmlInteger num)
      Sets (as xml) the "NUM" element
    • unsetNUM

      void unsetNUM()
      Unsets the "NUM" element
    • getDENOM

      BigInteger getDENOM()
      Gets the "DENOM" element
    • xgetDENOM

      org.apache.xmlbeans.XmlInteger xgetDENOM()
      Gets (as xml) the "DENOM" element
    • isSetDENOM

      boolean isSetDENOM()
      True if has "DENOM" element
    • setDENOM

      void setDENOM(BigInteger denom)
      Sets the "DENOM" element
    • xsetDENOM

      void xsetDENOM(org.apache.xmlbeans.XmlInteger denom)
      Sets (as xml) the "DENOM" element
    • unsetDENOM

      void unsetDENOM()
      Unsets the "DENOM" element