Interface DoseFastTidspunktDocument.DoseFastTidspunkt
- All Superinterfaces:
TypeDose,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DoseFastTidspunktDocumentImpl.DoseFastTidspunktImpl
- Enclosing interface:
- DoseFastTidspunktDocument
An XML DoseFastTidspunkt(@http://www.kith.no/xmlstds/eresept/forskrivning/2014-12-01).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.ElementFactory<DoseFastTidspunktDocument.DoseFastTidspunkt>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 "FastDose" elementAppends and returns a new empty "Tidsomrade" elementGets the "FastDose" elementbooleanGets the "GisEksakt" elementGets the "Klokkeslett" elementGets the "Tidsomrade" elementbooleanTrue if has "FastDose" elementbooleanTrue if has "Klokkeslett" elementbooleanTrue if has "Tidsomrade" elementvoidsetFastDose(FastDoseDocument.FastDose fastDose) Sets the "FastDose" elementvoidsetGisEksakt(boolean gisEksakt) Sets the "GisEksakt" elementvoidsetKlokkeslett(Calendar klokkeslett) Sets the "Klokkeslett" elementvoidsetTidsomrade(CS tidsomrade) Sets the "Tidsomrade" elementvoidUnsets the "FastDose" elementvoidUnsets the "Klokkeslett" elementvoidUnsets the "Tidsomrade" elementorg.apache.xmlbeans.XmlBooleanGets (as xml) the "GisEksakt" elementorg.apache.xmlbeans.XmlTimeGets (as xml) the "Klokkeslett" elementvoidxsetGisEksakt(org.apache.xmlbeans.XmlBoolean gisEksakt) Sets (as xml) the "GisEksakt" elementvoidxsetKlokkeslett(org.apache.xmlbeans.XmlTime klokkeslett) Sets (as xml) the "Klokkeslett" elementMethods inherited from interface no.kith.xmlstds.eresept.forskrivning.x20141201.TypeDose
addNewInfusjonshastighet, addNewIntervall, addNewMengde, getInfusjonshastighet, getIntervall, getMengde, isSetInfusjonshastighet, isSetIntervall, setInfusjonshastighet, setIntervall, setMengde, unsetInfusjonshastighet, unsetIntervallMethods 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<DoseFastTidspunktDocument.DoseFastTidspunkt> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getKlokkeslett
Calendar getKlokkeslett()Gets the "Klokkeslett" element -
xgetKlokkeslett
org.apache.xmlbeans.XmlTime xgetKlokkeslett()Gets (as xml) the "Klokkeslett" element -
isSetKlokkeslett
boolean isSetKlokkeslett()True if has "Klokkeslett" element -
setKlokkeslett
Sets the "Klokkeslett" element -
xsetKlokkeslett
void xsetKlokkeslett(org.apache.xmlbeans.XmlTime klokkeslett) Sets (as xml) the "Klokkeslett" element -
unsetKlokkeslett
void unsetKlokkeslett()Unsets the "Klokkeslett" element -
getTidsomrade
CS getTidsomrade()Gets the "Tidsomrade" element -
isSetTidsomrade
boolean isSetTidsomrade()True if has "Tidsomrade" element -
setTidsomrade
Sets the "Tidsomrade" element -
addNewTidsomrade
CS addNewTidsomrade()Appends and returns a new empty "Tidsomrade" element -
unsetTidsomrade
void unsetTidsomrade()Unsets the "Tidsomrade" element -
getGisEksakt
boolean getGisEksakt()Gets the "GisEksakt" element -
xgetGisEksakt
org.apache.xmlbeans.XmlBoolean xgetGisEksakt()Gets (as xml) the "GisEksakt" element -
setGisEksakt
void setGisEksakt(boolean gisEksakt) Sets the "GisEksakt" element -
xsetGisEksakt
void xsetGisEksakt(org.apache.xmlbeans.XmlBoolean gisEksakt) Sets (as xml) the "GisEksakt" element -
getFastDose
FastDoseDocument.FastDose getFastDose()Gets the "FastDose" element -
isSetFastDose
boolean isSetFastDose()True if has "FastDose" element -
setFastDose
Sets the "FastDose" element -
addNewFastDose
FastDoseDocument.FastDose addNewFastDose()Appends and returns a new empty "FastDose" element -
unsetFastDose
void unsetFastDose()Unsets the "FastDose" element
-