Interface DoseringsregelDocument.Doseringsregel
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DoseringsregelDocumentImpl.DoseringsregelImpl
- Enclosing interface:
- DoseringsregelDocument
public static interface DoseringsregelDocument.Doseringsregel
extends org.apache.xmlbeans.XmlObject
An XML Doseringsregel(@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<DoseringsregelDocument.Doseringsregel>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 "DoseresEtter" elementAppends and returns a new empty "Enhet" elementGets the "DoseresEtter" elementgetEnhet()Gets the "Enhet" elementGets the "NedreGrense" elementGets the "OvreGrense" elementbooleanTrue if has "NedreGrense" elementbooleanTrue if has "OvreGrense" elementvoidsetDoseresEtter(CS doseresEtter) Sets the "DoseresEtter" elementvoidSets the "Enhet" elementvoidsetNedreGrense(BigDecimal nedreGrense) Sets the "NedreGrense" elementvoidsetOvreGrense(BigDecimal ovreGrense) Sets the "OvreGrense" elementvoidUnsets the "NedreGrense" elementvoidUnsets the "OvreGrense" elementorg.apache.xmlbeans.XmlDecimalGets (as xml) the "NedreGrense" elementorg.apache.xmlbeans.XmlDecimalGets (as xml) the "OvreGrense" elementvoidxsetNedreGrense(org.apache.xmlbeans.XmlDecimal nedreGrense) Sets (as xml) the "NedreGrense" elementvoidxsetOvreGrense(org.apache.xmlbeans.XmlDecimal ovreGrense) Sets (as xml) the "OvreGrense" 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<DoseringsregelDocument.Doseringsregel> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getDoseresEtter
CS getDoseresEtter()Gets the "DoseresEtter" element -
setDoseresEtter
Sets the "DoseresEtter" element -
addNewDoseresEtter
CS addNewDoseresEtter()Appends and returns a new empty "DoseresEtter" element -
getOvreGrense
BigDecimal getOvreGrense()Gets the "OvreGrense" element -
xgetOvreGrense
org.apache.xmlbeans.XmlDecimal xgetOvreGrense()Gets (as xml) the "OvreGrense" element -
isSetOvreGrense
boolean isSetOvreGrense()True if has "OvreGrense" element -
setOvreGrense
Sets the "OvreGrense" element -
xsetOvreGrense
void xsetOvreGrense(org.apache.xmlbeans.XmlDecimal ovreGrense) Sets (as xml) the "OvreGrense" element -
unsetOvreGrense
void unsetOvreGrense()Unsets the "OvreGrense" element -
getNedreGrense
BigDecimal getNedreGrense()Gets the "NedreGrense" element -
xgetNedreGrense
org.apache.xmlbeans.XmlDecimal xgetNedreGrense()Gets (as xml) the "NedreGrense" element -
isSetNedreGrense
boolean isSetNedreGrense()True if has "NedreGrense" element -
setNedreGrense
Sets the "NedreGrense" element -
xsetNedreGrense
void xsetNedreGrense(org.apache.xmlbeans.XmlDecimal nedreGrense) Sets (as xml) the "NedreGrense" element -
unsetNedreGrense
void unsetNedreGrense()Unsets the "NedreGrense" element -
getEnhet
CV getEnhet()Gets the "Enhet" element -
setEnhet
Sets the "Enhet" element -
addNewEnhet
CV addNewEnhet()Appends and returns a new empty "Enhet" element
-