Interface KatVirkestoffDocument.KatVirkestoff
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KatVirkestoffDocumentImpl.KatVirkestoffImpl
- Enclosing interface:
- KatVirkestoffDocument
public static interface KatVirkestoffDocument.KatVirkestoff
extends org.apache.xmlbeans.XmlObject
An XML KatVirkestoff(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn XML OppfVirkestoff(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.ElementFactory<KatVirkestoffDocument.KatVirkestoff>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 "OppfVirkestoff" elementGets array of all "OppfVirkestoff" elementsgetOppfVirkestoffArray(int i) Gets ith "OppfVirkestoff" elementGets a List of "OppfVirkestoff" elementsinsertNewOppfVirkestoff(int i) Inserts and returns a new empty value (as xml) as the ith "OppfVirkestoff" elementvoidremoveOppfVirkestoff(int i) Removes the ith "OppfVirkestoff" elementvoidsetOppfVirkestoffArray(int i, KatVirkestoffDocument.KatVirkestoff.OppfVirkestoff oppfVirkestoff) Sets ith "OppfVirkestoff" elementvoidsetOppfVirkestoffArray(KatVirkestoffDocument.KatVirkestoff.OppfVirkestoff[] oppfVirkestoffArray) Sets array of all "OppfVirkestoff" elementintReturns number of "OppfVirkestoff" 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<KatVirkestoffDocument.KatVirkestoff> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getOppfVirkestoffList
List<KatVirkestoffDocument.KatVirkestoff.OppfVirkestoff> getOppfVirkestoffList()Gets a List of "OppfVirkestoff" elements -
getOppfVirkestoffArray
KatVirkestoffDocument.KatVirkestoff.OppfVirkestoff[] getOppfVirkestoffArray()Gets array of all "OppfVirkestoff" elements -
getOppfVirkestoffArray
Gets ith "OppfVirkestoff" element -
sizeOfOppfVirkestoffArray
int sizeOfOppfVirkestoffArray()Returns number of "OppfVirkestoff" element -
setOppfVirkestoffArray
void setOppfVirkestoffArray(KatVirkestoffDocument.KatVirkestoff.OppfVirkestoff[] oppfVirkestoffArray) Sets array of all "OppfVirkestoff" element -
setOppfVirkestoffArray
void setOppfVirkestoffArray(int i, KatVirkestoffDocument.KatVirkestoff.OppfVirkestoff oppfVirkestoff) Sets ith "OppfVirkestoff" element -
insertNewOppfVirkestoff
Inserts and returns a new empty value (as xml) as the ith "OppfVirkestoff" element -
addNewOppfVirkestoff
KatVirkestoffDocument.KatVirkestoff.OppfVirkestoff addNewOppfVirkestoff()Appends and returns a new empty value (as xml) as the last "OppfVirkestoff" element -
removeOppfVirkestoff
void removeOppfVirkestoff(int i) Removes the ith "OppfVirkestoff" element
-