Interface KatDiagnoseDocument.KatDiagnose
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KatDiagnoseDocumentImpl.KatDiagnoseImpl
- Enclosing interface:
- KatDiagnoseDocument
public static interface KatDiagnoseDocument.KatDiagnose
extends org.apache.xmlbeans.XmlObject
An XML KatDiagnose(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn XML OppfDiagnose(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.ElementFactory<KatDiagnoseDocument.KatDiagnose>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 "OppfDiagnose" elementGets array of all "OppfDiagnose" elementsgetOppfDiagnoseArray(int i) Gets ith "OppfDiagnose" elementGets a List of "OppfDiagnose" elementsinsertNewOppfDiagnose(int i) Inserts and returns a new empty value (as xml) as the ith "OppfDiagnose" elementvoidremoveOppfDiagnose(int i) Removes the ith "OppfDiagnose" elementvoidsetOppfDiagnoseArray(int i, KatDiagnoseDocument.KatDiagnose.OppfDiagnose oppfDiagnose) Sets ith "OppfDiagnose" elementvoidsetOppfDiagnoseArray(KatDiagnoseDocument.KatDiagnose.OppfDiagnose[] oppfDiagnoseArray) Sets array of all "OppfDiagnose" elementintReturns number of "OppfDiagnose" 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<KatDiagnoseDocument.KatDiagnose> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getOppfDiagnoseList
List<KatDiagnoseDocument.KatDiagnose.OppfDiagnose> getOppfDiagnoseList()Gets a List of "OppfDiagnose" elements -
getOppfDiagnoseArray
KatDiagnoseDocument.KatDiagnose.OppfDiagnose[] getOppfDiagnoseArray()Gets array of all "OppfDiagnose" elements -
getOppfDiagnoseArray
Gets ith "OppfDiagnose" element -
sizeOfOppfDiagnoseArray
int sizeOfOppfDiagnoseArray()Returns number of "OppfDiagnose" element -
setOppfDiagnoseArray
Sets array of all "OppfDiagnose" element -
setOppfDiagnoseArray
Sets ith "OppfDiagnose" element -
insertNewOppfDiagnose
Inserts and returns a new empty value (as xml) as the ith "OppfDiagnose" element -
addNewOppfDiagnose
KatDiagnoseDocument.KatDiagnose.OppfDiagnose addNewOppfDiagnose()Appends and returns a new empty value (as xml) as the last "OppfDiagnose" element -
removeOppfDiagnose
void removeOppfDiagnose(int i) Removes the ith "OppfDiagnose" element
-