Interface LegemiddelforbrukDocument.Legemiddelforbruk
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
LegemiddelforbrukDocumentImpl.LegemiddelforbrukImpl
- Enclosing interface:
- LegemiddelforbrukDocument
public static interface LegemiddelforbrukDocument.Legemiddelforbruk
extends org.apache.xmlbeans.XmlObject
An XML Legemiddelforbruk(@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.ElementFactory<LegemiddelforbrukDocument.Legemiddelforbruk>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 "Dosering" elementGets the "Dosering" elementintGets the "Iterasjoner" elementintGets the "Lopenr" elementGets the "Mengde" elementorg.apache.xmlbeans.GDurationGets the "Periode" elementbooleanTrue if has "Dosering" elementbooleanTrue if has "Iterasjoner" elementvoidsetDosering(DoseringDocument.Dosering dosering) Sets the "Dosering" elementvoidsetIterasjoner(int iterasjoner) Sets the "Iterasjoner" elementvoidsetLopenr(int lopenr) Sets the "Lopenr" elementvoidsetMengde(BigDecimal mengde) Sets the "Mengde" elementvoidsetPeriode(org.apache.xmlbeans.GDuration periode) Sets the "Periode" elementvoidUnsets the "Dosering" elementvoidUnsets the "Iterasjoner" elementorg.apache.xmlbeans.XmlIntGets (as xml) the "Iterasjoner" elementorg.apache.xmlbeans.XmlIntGets (as xml) the "Lopenr" elementorg.apache.xmlbeans.XmlDecimalGets (as xml) the "Mengde" elementorg.apache.xmlbeans.XmlDurationGets (as xml) the "Periode" elementvoidxsetIterasjoner(org.apache.xmlbeans.XmlInt iterasjoner) Sets (as xml) the "Iterasjoner" elementvoidxsetLopenr(org.apache.xmlbeans.XmlInt lopenr) Sets (as xml) the "Lopenr" elementvoidxsetMengde(org.apache.xmlbeans.XmlDecimal mengde) Sets (as xml) the "Mengde" elementvoidxsetPeriode(org.apache.xmlbeans.XmlDuration periode) Sets (as xml) the "Periode" 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
static final org.apache.xmlbeans.impl.schema.ElementFactory<LegemiddelforbrukDocument.Legemiddelforbruk> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getLopenr
int getLopenr()Gets the "Lopenr" element -
xgetLopenr
org.apache.xmlbeans.XmlInt xgetLopenr()Gets (as xml) the "Lopenr" element -
setLopenr
void setLopenr(int lopenr) Sets the "Lopenr" element -
xsetLopenr
void xsetLopenr(org.apache.xmlbeans.XmlInt lopenr) Sets (as xml) the "Lopenr" element -
getMengde
BigDecimal getMengde()Gets the "Mengde" element -
xgetMengde
org.apache.xmlbeans.XmlDecimal xgetMengde()Gets (as xml) the "Mengde" element -
setMengde
Sets the "Mengde" element -
xsetMengde
void xsetMengde(org.apache.xmlbeans.XmlDecimal mengde) Sets (as xml) the "Mengde" element -
getPeriode
org.apache.xmlbeans.GDuration getPeriode()Gets the "Periode" element -
xgetPeriode
org.apache.xmlbeans.XmlDuration xgetPeriode()Gets (as xml) the "Periode" element -
setPeriode
void setPeriode(org.apache.xmlbeans.GDuration periode) Sets the "Periode" element -
xsetPeriode
void xsetPeriode(org.apache.xmlbeans.XmlDuration periode) Sets (as xml) the "Periode" element -
getIterasjoner
int getIterasjoner()Gets the "Iterasjoner" element -
xgetIterasjoner
org.apache.xmlbeans.XmlInt xgetIterasjoner()Gets (as xml) the "Iterasjoner" element -
isSetIterasjoner
boolean isSetIterasjoner()True if has "Iterasjoner" element -
setIterasjoner
void setIterasjoner(int iterasjoner) Sets the "Iterasjoner" element -
xsetIterasjoner
void xsetIterasjoner(org.apache.xmlbeans.XmlInt iterasjoner) Sets (as xml) the "Iterasjoner" element -
unsetIterasjoner
void unsetIterasjoner()Unsets the "Iterasjoner" element -
getDosering
DoseringDocument.Dosering getDosering()Gets the "Dosering" element -
isSetDosering
boolean isSetDosering()True if has "Dosering" element -
setDosering
Sets the "Dosering" element -
addNewDosering
DoseringDocument.Dosering addNewDosering()Appends and returns a new empty "Dosering" element -
unsetDosering
void unsetDosering()Unsets the "Dosering" element
-