Interface KatStrDoseringDocument.KatStrDosering
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KatStrDoseringDocumentImpl.KatStrDoseringImpl
- Enclosing interface:
- KatStrDoseringDocument
public static interface KatStrDoseringDocument.KatStrDosering
extends org.apache.xmlbeans.XmlObject
An XML KatStrDosering(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn XML OppfStrDosering(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.ElementFactory<KatStrDoseringDocument.KatStrDosering>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 value (as xml) as the last "OppfStrDosering" elementGets array of all "OppfStrDosering" elementsgetOppfStrDoseringArray(int i) Gets ith "OppfStrDosering" elementGets a List of "OppfStrDosering" elementsinsertNewOppfStrDosering(int i) Inserts and returns a new empty value (as xml) as the ith "OppfStrDosering" elementvoidremoveOppfStrDosering(int i) Removes the ith "OppfStrDosering" elementvoidsetOppfStrDoseringArray(int i, KatStrDoseringDocument.KatStrDosering.OppfStrDosering oppfStrDosering) Sets ith "OppfStrDosering" elementvoidsetOppfStrDoseringArray(KatStrDoseringDocument.KatStrDosering.OppfStrDosering[] oppfStrDoseringArray) Sets array of all "OppfStrDosering" elementintReturns number of "OppfStrDosering" 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<KatStrDoseringDocument.KatStrDosering> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getOppfStrDoseringList
List<KatStrDoseringDocument.KatStrDosering.OppfStrDosering> getOppfStrDoseringList()Gets a List of "OppfStrDosering" elements -
getOppfStrDoseringArray
KatStrDoseringDocument.KatStrDosering.OppfStrDosering[] getOppfStrDoseringArray()Gets array of all "OppfStrDosering" elements -
getOppfStrDoseringArray
Gets ith "OppfStrDosering" element -
sizeOfOppfStrDoseringArray
int sizeOfOppfStrDoseringArray()Returns number of "OppfStrDosering" element -
setOppfStrDoseringArray
void setOppfStrDoseringArray(KatStrDoseringDocument.KatStrDosering.OppfStrDosering[] oppfStrDoseringArray) Sets array of all "OppfStrDosering" element -
setOppfStrDoseringArray
void setOppfStrDoseringArray(int i, KatStrDoseringDocument.KatStrDosering.OppfStrDosering oppfStrDosering) Sets ith "OppfStrDosering" element -
insertNewOppfStrDosering
Inserts and returns a new empty value (as xml) as the ith "OppfStrDosering" element -
addNewOppfStrDosering
KatStrDoseringDocument.KatStrDosering.OppfStrDosering addNewOppfStrDosering()Appends and returns a new empty value (as xml) as the last "OppfStrDosering" element -
removeOppfStrDosering
void removeOppfStrDosering(int i) Removes the ith "OppfStrDosering" element
-