Interface KatInteraksjonDocument.KatInteraksjon
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KatInteraksjonDocumentImpl.KatInteraksjonImpl
- Enclosing interface:
- KatInteraksjonDocument
public static interface KatInteraksjonDocument.KatInteraksjon
extends org.apache.xmlbeans.XmlObject
An XML KatInteraksjon(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn XML OppfInteraksjon(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.ElementFactory<KatInteraksjonDocument.KatInteraksjon>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 "OppfInteraksjon" elementGets array of all "OppfInteraksjon" elementsgetOppfInteraksjonArray(int i) Gets ith "OppfInteraksjon" elementGets a List of "OppfInteraksjon" elementsinsertNewOppfInteraksjon(int i) Inserts and returns a new empty value (as xml) as the ith "OppfInteraksjon" elementvoidremoveOppfInteraksjon(int i) Removes the ith "OppfInteraksjon" elementvoidsetOppfInteraksjonArray(int i, KatInteraksjonDocument.KatInteraksjon.OppfInteraksjon oppfInteraksjon) Sets ith "OppfInteraksjon" elementvoidsetOppfInteraksjonArray(KatInteraksjonDocument.KatInteraksjon.OppfInteraksjon[] oppfInteraksjonArray) Sets array of all "OppfInteraksjon" elementintReturns number of "OppfInteraksjon" 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<KatInteraksjonDocument.KatInteraksjon> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getOppfInteraksjonList
List<KatInteraksjonDocument.KatInteraksjon.OppfInteraksjon> getOppfInteraksjonList()Gets a List of "OppfInteraksjon" elements -
getOppfInteraksjonArray
KatInteraksjonDocument.KatInteraksjon.OppfInteraksjon[] getOppfInteraksjonArray()Gets array of all "OppfInteraksjon" elements -
getOppfInteraksjonArray
Gets ith "OppfInteraksjon" element -
sizeOfOppfInteraksjonArray
int sizeOfOppfInteraksjonArray()Returns number of "OppfInteraksjon" element -
setOppfInteraksjonArray
void setOppfInteraksjonArray(KatInteraksjonDocument.KatInteraksjon.OppfInteraksjon[] oppfInteraksjonArray) Sets array of all "OppfInteraksjon" element -
setOppfInteraksjonArray
void setOppfInteraksjonArray(int i, KatInteraksjonDocument.KatInteraksjon.OppfInteraksjon oppfInteraksjon) Sets ith "OppfInteraksjon" element -
insertNewOppfInteraksjon
Inserts and returns a new empty value (as xml) as the ith "OppfInteraksjon" element -
addNewOppfInteraksjon
KatInteraksjonDocument.KatInteraksjon.OppfInteraksjon addNewOppfInteraksjon()Appends and returns a new empty value (as xml) as the last "OppfInteraksjon" element -
removeOppfInteraksjon
void removeOppfInteraksjon(int i) Removes the ith "OppfInteraksjon" element
-