Interface LegemiddelforbrukDocument.Legemiddelforbruk

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
LegemiddelforbrukDocumentImpl.LegemiddelforbrukImpl
Enclosing interface:
LegemiddelforbrukDocument

public static interface LegemiddelforbrukDocument.Legemiddelforbruk extends org.apache.xmlbeans.XmlObject
An XML Legemiddelforbruk(@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<LegemiddelforbrukDocument.Legemiddelforbruk>
     
    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 "Dosering" element
    Gets the "Dosering" element
    int
    Gets the "Iterasjoner" element
    int
    Gets the "Lopenr" element
    Gets the "Mengde" element
    org.apache.xmlbeans.GDuration
    Gets the "Periode" element
    boolean
    True if has "Dosering" element
    boolean
    True if has "Iterasjoner" element
    void
    Sets the "Dosering" element
    void
    setIterasjoner(int iterasjoner)
    Sets the "Iterasjoner" element
    void
    setLopenr(int lopenr)
    Sets the "Lopenr" element
    void
    Sets the "Mengde" element
    void
    setPeriode(org.apache.xmlbeans.GDuration periode)
    Sets the "Periode" element
    void
    Unsets the "Dosering" element
    void
    Unsets the "Iterasjoner" element
    org.apache.xmlbeans.XmlInt
    Gets (as xml) the "Iterasjoner" element
    org.apache.xmlbeans.XmlInt
    Gets (as xml) the "Lopenr" element
    org.apache.xmlbeans.XmlDecimal
    Gets (as xml) the "Mengde" element
    org.apache.xmlbeans.XmlDuration
    Gets (as xml) the "Periode" element
    void
    xsetIterasjoner(org.apache.xmlbeans.XmlInt iterasjoner)
    Sets (as xml) the "Iterasjoner" element
    void
    xsetLopenr(org.apache.xmlbeans.XmlInt lopenr)
    Sets (as xml) the "Lopenr" element
    void
    xsetMengde(org.apache.xmlbeans.XmlDecimal mengde)
    Sets (as xml) the "Mengde" element
    void
    xsetPeriode(org.apache.xmlbeans.XmlDuration periode)
    Sets (as xml) the "Periode" 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

    • getLopenr

      int getLopenr()
      Gets the "Lopenr" element
    • xgetLopenr

      org.apache.xmlbeans.XmlInt xgetLopenr()
      Gets (as xml) the "Lopenr" element
    • setLopenr

      void setLopenr(int lopenr)
      Sets the "Lopenr" element
    • xsetLopenr

      void xsetLopenr(org.apache.xmlbeans.XmlInt lopenr)
      Sets (as xml) the "Lopenr" element
    • getMengde

      BigDecimal getMengde()
      Gets the "Mengde" element
    • xgetMengde

      org.apache.xmlbeans.XmlDecimal xgetMengde()
      Gets (as xml) the "Mengde" element
    • setMengde

      void setMengde(BigDecimal mengde)
      Sets the "Mengde" element
    • xsetMengde

      void xsetMengde(org.apache.xmlbeans.XmlDecimal mengde)
      Sets (as xml) the "Mengde" element
    • getPeriode

      org.apache.xmlbeans.GDuration getPeriode()
      Gets the "Periode" element
    • xgetPeriode

      org.apache.xmlbeans.XmlDuration xgetPeriode()
      Gets (as xml) the "Periode" element
    • setPeriode

      void setPeriode(org.apache.xmlbeans.GDuration periode)
      Sets the "Periode" element
    • xsetPeriode

      void xsetPeriode(org.apache.xmlbeans.XmlDuration periode)
      Sets (as xml) the "Periode" element
    • getIterasjoner

      int getIterasjoner()
      Gets the "Iterasjoner" element
    • xgetIterasjoner

      org.apache.xmlbeans.XmlInt xgetIterasjoner()
      Gets (as xml) the "Iterasjoner" element
    • isSetIterasjoner

      boolean isSetIterasjoner()
      True if has "Iterasjoner" element
    • setIterasjoner

      void setIterasjoner(int iterasjoner)
      Sets the "Iterasjoner" element
    • xsetIterasjoner

      void xsetIterasjoner(org.apache.xmlbeans.XmlInt iterasjoner)
      Sets (as xml) the "Iterasjoner" element
    • unsetIterasjoner

      void unsetIterasjoner()
      Unsets the "Iterasjoner" element
    • getDosering

      Gets the "Dosering" element
    • isSetDosering

      boolean isSetDosering()
      True if has "Dosering" element
    • setDosering

      void setDosering(DoseringDocument.Dosering dosering)
      Sets the "Dosering" element
    • addNewDosering

      DoseringDocument.Dosering addNewDosering()
      Appends and returns a new empty "Dosering" element
    • unsetDosering

      void unsetDosering()
      Unsets the "Dosering" element