Interface GodkjentMaksimaldoseDocument.GodkjentMaksimaldose
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GodkjentMaksimaldoseDocumentImpl.GodkjentMaksimaldoseImpl
- Enclosing interface:
- GodkjentMaksimaldoseDocument
public static interface GodkjentMaksimaldoseDocument.GodkjentMaksimaldose
extends org.apache.xmlbeans.XmlObject
An XML GodkjentMaksimaldose(@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<GodkjentMaksimaldoseDocument.GodkjentMaksimaldose>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 "Enhet" elementAppends and returns a new empty "Periode" elementgetEnhet()Gets the "Enhet" elementGets the "Maksimaldose" elementGets the "Periode" elementvoidSets the "Enhet" elementvoidsetMaksimaldose(BigDecimal maksimaldose) Sets the "Maksimaldose" elementvoidsetPeriode(CV periode) Sets the "Periode" elementorg.apache.xmlbeans.XmlDecimalGets (as xml) the "Maksimaldose" elementvoidxsetMaksimaldose(org.apache.xmlbeans.XmlDecimal maksimaldose) Sets (as xml) the "Maksimaldose" 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<GodkjentMaksimaldoseDocument.GodkjentMaksimaldose> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getMaksimaldose
BigDecimal getMaksimaldose()Gets the "Maksimaldose" element -
xgetMaksimaldose
org.apache.xmlbeans.XmlDecimal xgetMaksimaldose()Gets (as xml) the "Maksimaldose" element -
setMaksimaldose
Sets the "Maksimaldose" element -
xsetMaksimaldose
void xsetMaksimaldose(org.apache.xmlbeans.XmlDecimal maksimaldose) Sets (as xml) the "Maksimaldose" element -
getEnhet
CV getEnhet()Gets the "Enhet" element -
setEnhet
Sets the "Enhet" element -
addNewEnhet
CV addNewEnhet()Appends and returns a new empty "Enhet" element -
getPeriode
CV getPeriode()Gets the "Periode" element -
setPeriode
Sets the "Periode" element -
addNewPeriode
CV addNewPeriode()Appends and returns a new empty "Periode" element
-