Interface KatHandelsvareDocument.KatHandelsvare
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KatHandelsvareDocumentImpl.KatHandelsvareImpl
- Enclosing interface:
- KatHandelsvareDocument
public static interface KatHandelsvareDocument.KatHandelsvare
extends org.apache.xmlbeans.XmlObject
An XML KatHandelsvare(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn XML OppfHandelsvare(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.ElementFactory<KatHandelsvareDocument.KatHandelsvare>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 "OppfHandelsvare" elementGets array of all "OppfHandelsvare" elementsgetOppfHandelsvareArray(int i) Gets ith "OppfHandelsvare" elementGets a List of "OppfHandelsvare" elementsinsertNewOppfHandelsvare(int i) Inserts and returns a new empty value (as xml) as the ith "OppfHandelsvare" elementvoidremoveOppfHandelsvare(int i) Removes the ith "OppfHandelsvare" elementvoidsetOppfHandelsvareArray(int i, KatHandelsvareDocument.KatHandelsvare.OppfHandelsvare oppfHandelsvare) Sets ith "OppfHandelsvare" elementvoidsetOppfHandelsvareArray(KatHandelsvareDocument.KatHandelsvare.OppfHandelsvare[] oppfHandelsvareArray) Sets array of all "OppfHandelsvare" elementintReturns number of "OppfHandelsvare" 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<KatHandelsvareDocument.KatHandelsvare> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getOppfHandelsvareList
List<KatHandelsvareDocument.KatHandelsvare.OppfHandelsvare> getOppfHandelsvareList()Gets a List of "OppfHandelsvare" elements -
getOppfHandelsvareArray
KatHandelsvareDocument.KatHandelsvare.OppfHandelsvare[] getOppfHandelsvareArray()Gets array of all "OppfHandelsvare" elements -
getOppfHandelsvareArray
Gets ith "OppfHandelsvare" element -
sizeOfOppfHandelsvareArray
int sizeOfOppfHandelsvareArray()Returns number of "OppfHandelsvare" element -
setOppfHandelsvareArray
void setOppfHandelsvareArray(KatHandelsvareDocument.KatHandelsvare.OppfHandelsvare[] oppfHandelsvareArray) Sets array of all "OppfHandelsvare" element -
setOppfHandelsvareArray
void setOppfHandelsvareArray(int i, KatHandelsvareDocument.KatHandelsvare.OppfHandelsvare oppfHandelsvare) Sets ith "OppfHandelsvare" element -
insertNewOppfHandelsvare
Inserts and returns a new empty value (as xml) as the ith "OppfHandelsvare" element -
addNewOppfHandelsvare
KatHandelsvareDocument.KatHandelsvare.OppfHandelsvare addNewOppfHandelsvare()Appends and returns a new empty value (as xml) as the last "OppfHandelsvare" element -
removeOppfHandelsvare
void removeOppfHandelsvare(int i) Removes the ith "OppfHandelsvare" element
-