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
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<TypeEnkeltoppforingFest>static final org.apache.xmlbeans.SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "Status" elementgetId()Gets the "Id" elementGets the "Status" elementGets the "Tidspunkt" elementvoidSets the "Id" elementvoidSets the "Status" elementvoidsetTidspunkt(Calendar tidspunkt) Sets the "Tidspunkt" elementorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "Id" elementorg.apache.xmlbeans.XmlDateTimeGets (as xml) the "Tidspunkt" elementvoidxsetId(org.apache.xmlbeans.XmlID id) Sets (as xml) the "Id" elementvoidxsetTidspunkt(org.apache.xmlbeans.XmlDateTime tidspunkt) Sets (as xml) the "Tidspunkt" elementMethods 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, valueHashCodeMethods 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
-
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
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
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
Sets the "Status" element -
addNewStatus
CS addNewStatus()Appends and returns a new empty "Status" element
-