Interface FastDoseDocument.FastDose

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
FastDoseDocumentImpl.FastDoseImpl
Enclosing interface:
FastDoseDocument

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

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.impl.schema.ElementFactory<FastDoseDocument.FastDose>
     
    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 value (as xml) as the last "FasteUkedager" element
    int
    Gets the "DagerAv" element
    int
    Gets the "DagerPa" element
    CS[]
    Gets array of all "FasteUkedager" elements
    Gets ith "FasteUkedager" element
    Gets a List of "FasteUkedager" elements
    Inserts and returns a new empty value (as xml) as the ith "FasteUkedager" element
    boolean
    True if has "DagerAv" element
    boolean
    True if has "DagerPa" element
    void
    Removes the ith "FasteUkedager" element
    void
    setDagerAv(int dagerAv)
    Sets the "DagerAv" element
    void
    setDagerPa(int dagerPa)
    Sets the "DagerPa" element
    void
    setFasteUkedagerArray(int i, CS fasteUkedager)
    Sets ith "FasteUkedager" element
    void
    setFasteUkedagerArray(CS[] fasteUkedagerArray)
    Sets array of all "FasteUkedager" element
    int
    Returns number of "FasteUkedager" element
    void
    Unsets the "DagerAv" element
    void
    Unsets the "DagerPa" element
    org.apache.xmlbeans.XmlInt
    Gets (as xml) the "DagerAv" element
    org.apache.xmlbeans.XmlInt
    Gets (as xml) the "DagerPa" element
    void
    xsetDagerAv(org.apache.xmlbeans.XmlInt dagerAv)
    Sets (as xml) the "DagerAv" element
    void
    xsetDagerPa(org.apache.xmlbeans.XmlInt dagerPa)
    Sets (as xml) the "DagerPa" 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.ElementFactory<FastDoseDocument.FastDose> Factory
    • type

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

    • getFasteUkedagerList

      List<CS> getFasteUkedagerList()
      Gets a List of "FasteUkedager" elements
    • getFasteUkedagerArray

      CS[] getFasteUkedagerArray()
      Gets array of all "FasteUkedager" elements
    • getFasteUkedagerArray

      CS getFasteUkedagerArray(int i)
      Gets ith "FasteUkedager" element
    • sizeOfFasteUkedagerArray

      int sizeOfFasteUkedagerArray()
      Returns number of "FasteUkedager" element
    • setFasteUkedagerArray

      void setFasteUkedagerArray(CS[] fasteUkedagerArray)
      Sets array of all "FasteUkedager" element
    • setFasteUkedagerArray

      void setFasteUkedagerArray(int i, CS fasteUkedager)
      Sets ith "FasteUkedager" element
    • insertNewFasteUkedager

      CS insertNewFasteUkedager(int i)
      Inserts and returns a new empty value (as xml) as the ith "FasteUkedager" element
    • addNewFasteUkedager

      CS addNewFasteUkedager()
      Appends and returns a new empty value (as xml) as the last "FasteUkedager" element
    • removeFasteUkedager

      void removeFasteUkedager(int i)
      Removes the ith "FasteUkedager" element
    • getDagerPa

      int getDagerPa()
      Gets the "DagerPa" element
    • xgetDagerPa

      org.apache.xmlbeans.XmlInt xgetDagerPa()
      Gets (as xml) the "DagerPa" element
    • isSetDagerPa

      boolean isSetDagerPa()
      True if has "DagerPa" element
    • setDagerPa

      void setDagerPa(int dagerPa)
      Sets the "DagerPa" element
    • xsetDagerPa

      void xsetDagerPa(org.apache.xmlbeans.XmlInt dagerPa)
      Sets (as xml) the "DagerPa" element
    • unsetDagerPa

      void unsetDagerPa()
      Unsets the "DagerPa" element
    • getDagerAv

      int getDagerAv()
      Gets the "DagerAv" element
    • xgetDagerAv

      org.apache.xmlbeans.XmlInt xgetDagerAv()
      Gets (as xml) the "DagerAv" element
    • isSetDagerAv

      boolean isSetDagerAv()
      True if has "DagerAv" element
    • setDagerAv

      void setDagerAv(int dagerAv)
      Sets the "DagerAv" element
    • xsetDagerAv

      void xsetDagerAv(org.apache.xmlbeans.XmlInt dagerAv)
      Sets (as xml) the "DagerAv" element
    • unsetDagerAv

      void unsetDagerAv()
      Unsets the "DagerAv" element