Interface KatRefusjonDocument.KatRefusjon
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KatRefusjonDocumentImpl.KatRefusjonImpl
- Enclosing interface:
- KatRefusjonDocument
public static interface KatRefusjonDocument.KatRefusjon
extends org.apache.xmlbeans.XmlObject
An XML KatRefusjon(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn XML OppfRefusjon(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.ElementFactory<KatRefusjonDocument.KatRefusjon>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 "OppfRefusjon" elementGets array of all "OppfRefusjon" elementsgetOppfRefusjonArray(int i) Gets ith "OppfRefusjon" elementGets a List of "OppfRefusjon" elementsinsertNewOppfRefusjon(int i) Inserts and returns a new empty value (as xml) as the ith "OppfRefusjon" elementvoidremoveOppfRefusjon(int i) Removes the ith "OppfRefusjon" elementvoidsetOppfRefusjonArray(int i, KatRefusjonDocument.KatRefusjon.OppfRefusjon oppfRefusjon) Sets ith "OppfRefusjon" elementvoidsetOppfRefusjonArray(KatRefusjonDocument.KatRefusjon.OppfRefusjon[] oppfRefusjonArray) Sets array of all "OppfRefusjon" elementintReturns number of "OppfRefusjon" 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<KatRefusjonDocument.KatRefusjon> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getOppfRefusjonList
List<KatRefusjonDocument.KatRefusjon.OppfRefusjon> getOppfRefusjonList()Gets a List of "OppfRefusjon" elements -
getOppfRefusjonArray
KatRefusjonDocument.KatRefusjon.OppfRefusjon[] getOppfRefusjonArray()Gets array of all "OppfRefusjon" elements -
getOppfRefusjonArray
Gets ith "OppfRefusjon" element -
sizeOfOppfRefusjonArray
int sizeOfOppfRefusjonArray()Returns number of "OppfRefusjon" element -
setOppfRefusjonArray
Sets array of all "OppfRefusjon" element -
setOppfRefusjonArray
Sets ith "OppfRefusjon" element -
insertNewOppfRefusjon
Inserts and returns a new empty value (as xml) as the ith "OppfRefusjon" element -
addNewOppfRefusjon
KatRefusjonDocument.KatRefusjon.OppfRefusjon addNewOppfRefusjon()Appends and returns a new empty value (as xml) as the last "OppfRefusjon" element -
removeOppfRefusjon
void removeOppfRefusjon(int i) Removes the ith "OppfRefusjon" element
-