All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
MedForbMatrDocument.MedForbMatr, NaringsmiddelDocument.Naringsmiddel
All Known Implementing Classes:
MedForbMatrDocumentImpl.MedForbMatrImpl, NaringsmiddelDocumentImpl.NaringsmiddelImpl, TypeVareImpl

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

    • Factory

      static final org.apache.xmlbeans.impl.schema.DocumentFactory<TypeVare> Factory
    • type

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

    • getNr

      String getNr()
      Gets the "Nr" element
    • xgetNr

      org.apache.xmlbeans.XmlString xgetNr()
      Gets (as xml) the "Nr" element
    • setNr

      void setNr(String nr)
      Sets the "Nr" element
    • xsetNr

      void xsetNr(org.apache.xmlbeans.XmlString nr)
      Sets (as xml) the "Nr" element
    • getNavn

      String getNavn()
      Gets the "Navn" element
    • xgetNavn

      org.apache.xmlbeans.XmlString xgetNavn()
      Gets (as xml) the "Navn" element
    • setNavn

      void setNavn(String navn)
      Sets the "Navn" element
    • xsetNavn

      void xsetNavn(org.apache.xmlbeans.XmlString navn)
      Sets (as xml) the "Navn" element
    • getProduktInfoVare

      Gets the "ProduktInfoVare" element
    • isSetProduktInfoVare

      boolean isSetProduktInfoVare()
      True if has "ProduktInfoVare" element
    • setProduktInfoVare

      void setProduktInfoVare(ProduktInfoVareDocument.ProduktInfoVare produktInfoVare)
      Sets the "ProduktInfoVare" element
    • addNewProduktInfoVare

      Appends and returns a new empty "ProduktInfoVare" element
    • unsetProduktInfoVare

      void unsetProduktInfoVare()
      Unsets the "ProduktInfoVare" element
    • getLeverandor

      Gets the "Leverandor" element
    • isSetLeverandor

      boolean isSetLeverandor()
      True if has "Leverandor" element
    • setLeverandor

      void setLeverandor(LeverandorDocument.Leverandor leverandor)
      Sets the "Leverandor" element
    • addNewLeverandor

      LeverandorDocument.Leverandor addNewLeverandor()
      Appends and returns a new empty "Leverandor" element
    • unsetLeverandor

      void unsetLeverandor()
      Unsets the "Leverandor" element
    • getPrisVareList

      List<PrisVareDocument.PrisVare> getPrisVareList()
      Gets a List of "PrisVare" elements
    • getPrisVareArray

      PrisVareDocument.PrisVare[] getPrisVareArray()
      Gets array of all "PrisVare" elements
    • getPrisVareArray

      PrisVareDocument.PrisVare getPrisVareArray(int i)
      Gets ith "PrisVare" element
    • sizeOfPrisVareArray

      int sizeOfPrisVareArray()
      Returns number of "PrisVare" element
    • setPrisVareArray

      void setPrisVareArray(PrisVareDocument.PrisVare[] prisVareArray)
      Sets array of all "PrisVare" element
    • setPrisVareArray

      void setPrisVareArray(int i, PrisVareDocument.PrisVare prisVare)
      Sets ith "PrisVare" element
    • insertNewPrisVare

      PrisVareDocument.PrisVare insertNewPrisVare(int i)
      Inserts and returns a new empty value (as xml) as the ith "PrisVare" element
    • addNewPrisVare

      PrisVareDocument.PrisVare addNewPrisVare()
      Appends and returns a new empty value (as xml) as the last "PrisVare" element
    • removePrisVare

      void removePrisVare(int i)
      Removes the ith "PrisVare" element
    • getRefusjon

      Gets the "Refusjon" element
    • isSetRefusjon

      boolean isSetRefusjon()
      True if has "Refusjon" element
    • setRefusjon

      void setRefusjon(RefusjonDocument.Refusjon refusjon)
      Sets the "Refusjon" element
    • addNewRefusjon

      RefusjonDocument.Refusjon addNewRefusjon()
      Appends and returns a new empty "Refusjon" element
    • unsetRefusjon

      void unsetRefusjon()
      Unsets the "Refusjon" element