Interface KatOrdineringVirkestoffDocument.KatOrdineringVirkestoff
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KatOrdineringVirkestoffDocumentImpl.KatOrdineringVirkestoffImpl
- Enclosing interface:
- KatOrdineringVirkestoffDocument
public static interface KatOrdineringVirkestoffDocument.KatOrdineringVirkestoff
extends org.apache.xmlbeans.XmlObject
An XML KatOrdineringVirkestoff(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn XML OppfOrdineringVirkestoff(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.ElementFactory<KatOrdineringVirkestoffDocument.KatOrdineringVirkestoff>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 "OppfOrdineringVirkestoff" elementGets array of all "OppfOrdineringVirkestoff" elementsGets ith "OppfOrdineringVirkestoff" elementGets a List of "OppfOrdineringVirkestoff" elementsInserts and returns a new empty value (as xml) as the ith "OppfOrdineringVirkestoff" elementvoidRemoves the ith "OppfOrdineringVirkestoff" elementvoidsetOppfOrdineringVirkestoffArray(int i, KatOrdineringVirkestoffDocument.KatOrdineringVirkestoff.OppfOrdineringVirkestoff oppfOrdineringVirkestoff) Sets ith "OppfOrdineringVirkestoff" elementvoidsetOppfOrdineringVirkestoffArray(KatOrdineringVirkestoffDocument.KatOrdineringVirkestoff.OppfOrdineringVirkestoff[] oppfOrdineringVirkestoffArray) Sets array of all "OppfOrdineringVirkestoff" elementintReturns number of "OppfOrdineringVirkestoff" 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<KatOrdineringVirkestoffDocument.KatOrdineringVirkestoff> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getOppfOrdineringVirkestoffList
List<KatOrdineringVirkestoffDocument.KatOrdineringVirkestoff.OppfOrdineringVirkestoff> getOppfOrdineringVirkestoffList()Gets a List of "OppfOrdineringVirkestoff" elements -
getOppfOrdineringVirkestoffArray
KatOrdineringVirkestoffDocument.KatOrdineringVirkestoff.OppfOrdineringVirkestoff[] getOppfOrdineringVirkestoffArray()Gets array of all "OppfOrdineringVirkestoff" elements -
getOppfOrdineringVirkestoffArray
KatOrdineringVirkestoffDocument.KatOrdineringVirkestoff.OppfOrdineringVirkestoff getOppfOrdineringVirkestoffArray(int i) Gets ith "OppfOrdineringVirkestoff" element -
sizeOfOppfOrdineringVirkestoffArray
int sizeOfOppfOrdineringVirkestoffArray()Returns number of "OppfOrdineringVirkestoff" element -
setOppfOrdineringVirkestoffArray
void setOppfOrdineringVirkestoffArray(KatOrdineringVirkestoffDocument.KatOrdineringVirkestoff.OppfOrdineringVirkestoff[] oppfOrdineringVirkestoffArray) Sets array of all "OppfOrdineringVirkestoff" element -
setOppfOrdineringVirkestoffArray
void setOppfOrdineringVirkestoffArray(int i, KatOrdineringVirkestoffDocument.KatOrdineringVirkestoff.OppfOrdineringVirkestoff oppfOrdineringVirkestoff) Sets ith "OppfOrdineringVirkestoff" element -
insertNewOppfOrdineringVirkestoff
KatOrdineringVirkestoffDocument.KatOrdineringVirkestoff.OppfOrdineringVirkestoff insertNewOppfOrdineringVirkestoff(int i) Inserts and returns a new empty value (as xml) as the ith "OppfOrdineringVirkestoff" element -
addNewOppfOrdineringVirkestoff
KatOrdineringVirkestoffDocument.KatOrdineringVirkestoff.OppfOrdineringVirkestoff addNewOppfOrdineringVirkestoff()Appends and returns a new empty value (as xml) as the last "OppfOrdineringVirkestoff" element -
removeOppfOrdineringVirkestoff
void removeOppfOrdineringVirkestoff(int i) Removes the ith "OppfOrdineringVirkestoff" element
-