Interface DiagnoseDocument.Diagnose
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DiagnoseDocumentImpl.DiagnoseImpl
- Enclosing interface:
- DiagnoseDocument
public static interface DiagnoseDocument.Diagnose
extends org.apache.xmlbeans.XmlObject
An XML Diagnose(@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<DiagnoseDocument.Diagnose>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 "Behandling" elementAppends and returns a new empty "Diagnosekode" elementGets array of all "Behandling" elementsgetBehandlingArray(int i) Gets ith "Behandling" elementGets a List of "Behandling" elementsGets the "Bruksomrade" elementGets the "Diagnosekode" elementgetId()Gets the "Id" elementinsertNewBehandling(int i) Inserts and returns a new empty value (as xml) as the ith "Behandling" elementbooleanTrue if has "Bruksomrade" elementvoidremoveBehandling(int i) Removes the ith "Behandling" elementvoidsetBehandlingArray(int i, BehandlingDocument.Behandling behandling) Sets ith "Behandling" elementvoidsetBehandlingArray(BehandlingDocument.Behandling[] behandlingArray) Sets array of all "Behandling" elementvoidsetBruksomrade(String bruksomrade) Sets the "Bruksomrade" elementvoidsetDiagnosekode(CV diagnosekode) Sets the "Diagnosekode" elementvoidSets the "Id" elementintReturns number of "Behandling" elementvoidUnsets the "Bruksomrade" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "Bruksomrade" elementorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "Id" elementvoidxsetBruksomrade(org.apache.xmlbeans.XmlString bruksomrade) Sets (as xml) the "Bruksomrade" elementvoidxsetId(org.apache.xmlbeans.XmlID id) Sets (as xml) the "Id" 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
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getId
String getId()Gets the "Id" element -
xgetId
org.apache.xmlbeans.XmlID xgetId()Gets (as xml) the "Id" element -
setId
Sets the "Id" element -
xsetId
void xsetId(org.apache.xmlbeans.XmlID id) Sets (as xml) the "Id" element -
getDiagnosekode
CV getDiagnosekode()Gets the "Diagnosekode" element -
setDiagnosekode
Sets the "Diagnosekode" element -
addNewDiagnosekode
CV addNewDiagnosekode()Appends and returns a new empty "Diagnosekode" element -
getBruksomrade
String getBruksomrade()Gets the "Bruksomrade" element -
xgetBruksomrade
org.apache.xmlbeans.XmlString xgetBruksomrade()Gets (as xml) the "Bruksomrade" element -
isSetBruksomrade
boolean isSetBruksomrade()True if has "Bruksomrade" element -
setBruksomrade
Sets the "Bruksomrade" element -
xsetBruksomrade
void xsetBruksomrade(org.apache.xmlbeans.XmlString bruksomrade) Sets (as xml) the "Bruksomrade" element -
unsetBruksomrade
void unsetBruksomrade()Unsets the "Bruksomrade" element -
getBehandlingList
List<BehandlingDocument.Behandling> getBehandlingList()Gets a List of "Behandling" elements -
getBehandlingArray
BehandlingDocument.Behandling[] getBehandlingArray()Gets array of all "Behandling" elements -
getBehandlingArray
Gets ith "Behandling" element -
sizeOfBehandlingArray
int sizeOfBehandlingArray()Returns number of "Behandling" element -
setBehandlingArray
Sets array of all "Behandling" element -
setBehandlingArray
Sets ith "Behandling" element -
insertNewBehandling
Inserts and returns a new empty value (as xml) as the ith "Behandling" element -
addNewBehandling
BehandlingDocument.Behandling addNewBehandling()Appends and returns a new empty value (as xml) as the last "Behandling" element -
removeBehandling
void removeBehandling(int i) Removes the ith "Behandling" element
-