Interface PakningskomponentDocument.Pakningskomponent

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
PakningskomponentDocumentImpl.PakningskomponentImpl
Enclosing interface:
PakningskomponentDocument

public static interface PakningskomponentDocument.Pakningskomponent extends org.apache.xmlbeans.XmlObject
An XML Pakningskomponent(@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<PakningskomponentDocument.Pakningskomponent>
     
    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 "Mengde" element
    Appends and returns a new empty "Pakningstype" element
    int
    Gets the "Antall" element
    Gets the "Mengde" element
    Gets the "Pakningstype" element
    boolean
    True if has "Antall" element
    void
    setAntall(int antall)
    Sets the "Antall" element
    void
    setMengde(PQ mengde)
    Sets the "Mengde" element
    void
    setPakningstype(CV pakningstype)
    Sets the "Pakningstype" element
    void
    Unsets the "Antall" element
    org.apache.xmlbeans.XmlInt
    Gets (as xml) the "Antall" element
    void
    xsetAntall(org.apache.xmlbeans.XmlInt antall)
    Sets (as xml) the "Antall" 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

    • getPakningstype

      CV getPakningstype()
      Gets the "Pakningstype" element
    • setPakningstype

      void setPakningstype(CV pakningstype)
      Sets the "Pakningstype" element
    • addNewPakningstype

      CV addNewPakningstype()
      Appends and returns a new empty "Pakningstype" element
    • getMengde

      PQ getMengde()
      Gets the "Mengde" element
    • setMengde

      void setMengde(PQ mengde)
      Sets the "Mengde" element
    • addNewMengde

      PQ addNewMengde()
      Appends and returns a new empty "Mengde" element
    • getAntall

      int getAntall()
      Gets the "Antall" element
    • xgetAntall

      org.apache.xmlbeans.XmlInt xgetAntall()
      Gets (as xml) the "Antall" element
    • isSetAntall

      boolean isSetAntall()
      True if has "Antall" element
    • setAntall

      void setAntall(int antall)
      Sets the "Antall" element
    • xsetAntall

      void xsetAntall(org.apache.xmlbeans.XmlInt antall)
      Sets (as xml) the "Antall" element
    • unsetAntall

      void unsetAntall()
      Unsets the "Antall" element