Interface TypeEnkeltoppforingFest

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
KatByttegruppeDocument.KatByttegruppe.OppfByttegruppe, KatDiagnoseDocument.KatDiagnose.OppfDiagnose, KatHandelsvareDocument.KatHandelsvare.OppfHandelsvare, KatInteraksjonDocument.KatInteraksjon.OppfInteraksjon, KatKodeverkDocument.KatKodeverk.OppfKodeverk, KatLegemiddeldoseDocument.KatLegemiddeldose.OppfLegemiddeldose, KatLegemiddelMerkevareDocument.KatLegemiddelMerkevare.OppfLegemiddelMerkevare, KatLegemiddelpakningDocument.KatLegemiddelpakning.OppfLegemiddelpakning, KatLegemiddelVirkestoffDocument.KatLegemiddelVirkestoff.OppfLegemiddelVirkestoff, KatOrdineringVirkestoffDocument.KatOrdineringVirkestoff.OppfOrdineringVirkestoff, KatRefusjonDocument.KatRefusjon.OppfRefusjon, KatStrDoseringDocument.KatStrDosering.OppfStrDosering, KatVarselSlvDocument.KatVarselSlv.OppfVarselSlv, KatVilkarDocument.KatVilkar.OppfVilkar, KatVirkestoffDocument.KatVirkestoff.OppfVirkestoff
All Known Implementing Classes:
KatByttegruppeDocumentImpl.KatByttegruppeImpl.OppfByttegruppeImpl, KatDiagnoseDocumentImpl.KatDiagnoseImpl.OppfDiagnoseImpl, KatHandelsvareDocumentImpl.KatHandelsvareImpl.OppfHandelsvareImpl, KatInteraksjonDocumentImpl.KatInteraksjonImpl.OppfInteraksjonImpl, KatKodeverkDocumentImpl.KatKodeverkImpl.OppfKodeverkImpl, KatLegemiddeldoseDocumentImpl.KatLegemiddeldoseImpl.OppfLegemiddeldoseImpl, KatLegemiddelMerkevareDocumentImpl.KatLegemiddelMerkevareImpl.OppfLegemiddelMerkevareImpl, KatLegemiddelpakningDocumentImpl.KatLegemiddelpakningImpl.OppfLegemiddelpakningImpl, KatLegemiddelVirkestoffDocumentImpl.KatLegemiddelVirkestoffImpl.OppfLegemiddelVirkestoffImpl, KatOrdineringVirkestoffDocumentImpl.KatOrdineringVirkestoffImpl.OppfOrdineringVirkestoffImpl, KatRefusjonDocumentImpl.KatRefusjonImpl.OppfRefusjonImpl, KatStrDoseringDocumentImpl.KatStrDoseringImpl.OppfStrDoseringImpl, KatVarselSlvDocumentImpl.KatVarselSlvImpl.OppfVarselSlvImpl, KatVilkarDocumentImpl.KatVilkarImpl.OppfVilkarImpl, KatVirkestoffDocumentImpl.KatVirkestoffImpl.OppfVirkestoffImpl, TypeEnkeltoppforingFestImpl

public interface TypeEnkeltoppforingFest extends org.apache.xmlbeans.XmlObject
An XML typeEnkeltoppforingFest(@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.DocumentFactory<TypeEnkeltoppforingFest>
     
    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 "Status" element
    Gets the "Id" element
    Gets the "Status" element
    Gets the "Tidspunkt" element
    void
    Sets the "Id" element
    void
    setStatus(CS status)
    Sets the "Status" element
    void
    Sets the "Tidspunkt" element
    org.apache.xmlbeans.XmlID
    Gets (as xml) the "Id" element
    org.apache.xmlbeans.XmlDateTime
    Gets (as xml) the "Tidspunkt" element
    void
    xsetId(org.apache.xmlbeans.XmlID id)
    Sets (as xml) the "Id" element
    void
    xsetTidspunkt(org.apache.xmlbeans.XmlDateTime tidspunkt)
    Sets (as xml) the "Tidspunkt" 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.DocumentFactory<TypeEnkeltoppforingFest> Factory
    • type

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

    • getId

      String getId()
      Gets the "Id" element
    • xgetId

      org.apache.xmlbeans.XmlID xgetId()
      Gets (as xml) the "Id" element
    • setId

      void setId(String id)
      Sets the "Id" element
    • xsetId

      void xsetId(org.apache.xmlbeans.XmlID id)
      Sets (as xml) the "Id" element
    • getTidspunkt

      Calendar getTidspunkt()
      Gets the "Tidspunkt" element
    • xgetTidspunkt

      org.apache.xmlbeans.XmlDateTime xgetTidspunkt()
      Gets (as xml) the "Tidspunkt" element
    • setTidspunkt

      void setTidspunkt(Calendar tidspunkt)
      Sets the "Tidspunkt" element
    • xsetTidspunkt

      void xsetTidspunkt(org.apache.xmlbeans.XmlDateTime tidspunkt)
      Sets (as xml) the "Tidspunkt" element
    • getStatus

      CS getStatus()
      Gets the "Status" element
    • setStatus

      void setStatus(CS status)
      Sets the "Status" element
    • addNewStatus

      CS addNewStatus()
      Appends and returns a new empty "Status" element