Interface GodkjentMaksimaldoseDocument.GodkjentMaksimaldose

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
GodkjentMaksimaldoseDocumentImpl.GodkjentMaksimaldoseImpl
Enclosing interface:
GodkjentMaksimaldoseDocument

public static interface GodkjentMaksimaldoseDocument.GodkjentMaksimaldose extends org.apache.xmlbeans.XmlObject
An XML GodkjentMaksimaldose(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01). This is a complex type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.impl.schema.ElementFactory<GodkjentMaksimaldoseDocument.GodkjentMaksimaldose>
     
    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 "Enhet" element
    Appends and returns a new empty "Periode" element
    Gets the "Enhet" element
    Gets the "Maksimaldose" element
    Gets the "Periode" element
    void
    setEnhet(CV enhet)
    Sets the "Enhet" element
    void
    Sets the "Maksimaldose" element
    void
    setPeriode(CV periode)
    Sets the "Periode" element
    org.apache.xmlbeans.XmlDecimal
    Gets (as xml) the "Maksimaldose" element
    void
    xsetMaksimaldose(org.apache.xmlbeans.XmlDecimal maksimaldose)
    Sets (as xml) the "Maksimaldose" 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

  • Method Details

    • getMaksimaldose

      BigDecimal getMaksimaldose()
      Gets the "Maksimaldose" element
    • xgetMaksimaldose

      org.apache.xmlbeans.XmlDecimal xgetMaksimaldose()
      Gets (as xml) the "Maksimaldose" element
    • setMaksimaldose

      void setMaksimaldose(BigDecimal maksimaldose)
      Sets the "Maksimaldose" element
    • xsetMaksimaldose

      void xsetMaksimaldose(org.apache.xmlbeans.XmlDecimal maksimaldose)
      Sets (as xml) the "Maksimaldose" element
    • getEnhet

      CV getEnhet()
      Gets the "Enhet" element
    • setEnhet

      void setEnhet(CV enhet)
      Sets the "Enhet" element
    • addNewEnhet

      CV addNewEnhet()
      Appends and returns a new empty "Enhet" element
    • getPeriode

      CV getPeriode()
      Gets the "Periode" element
    • setPeriode

      void setPeriode(CV periode)
      Sets the "Periode" element
    • addNewPeriode

      CV addNewPeriode()
      Appends and returns a new empty "Periode" element