Interface KatLegemiddelVirkestoffDocument.KatLegemiddelVirkestoff
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KatLegemiddelVirkestoffDocumentImpl.KatLegemiddelVirkestoffImpl
- Enclosing interface:
- KatLegemiddelVirkestoffDocument
public static interface KatLegemiddelVirkestoffDocument.KatLegemiddelVirkestoff
extends org.apache.xmlbeans.XmlObject
An XML KatLegemiddelVirkestoff(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn XML OppfLegemiddelVirkestoff(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.ElementFactory<KatLegemiddelVirkestoffDocument.KatLegemiddelVirkestoff>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 "OppfLegemiddelVirkestoff" elementGets array of all "OppfLegemiddelVirkestoff" elementsGets ith "OppfLegemiddelVirkestoff" elementGets a List of "OppfLegemiddelVirkestoff" elementsInserts and returns a new empty value (as xml) as the ith "OppfLegemiddelVirkestoff" elementvoidRemoves the ith "OppfLegemiddelVirkestoff" elementvoidsetOppfLegemiddelVirkestoffArray(int i, KatLegemiddelVirkestoffDocument.KatLegemiddelVirkestoff.OppfLegemiddelVirkestoff oppfLegemiddelVirkestoff) Sets ith "OppfLegemiddelVirkestoff" elementvoidsetOppfLegemiddelVirkestoffArray(KatLegemiddelVirkestoffDocument.KatLegemiddelVirkestoff.OppfLegemiddelVirkestoff[] oppfLegemiddelVirkestoffArray) Sets array of all "OppfLegemiddelVirkestoff" elementintReturns number of "OppfLegemiddelVirkestoff" 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<KatLegemiddelVirkestoffDocument.KatLegemiddelVirkestoff> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getOppfLegemiddelVirkestoffList
List<KatLegemiddelVirkestoffDocument.KatLegemiddelVirkestoff.OppfLegemiddelVirkestoff> getOppfLegemiddelVirkestoffList()Gets a List of "OppfLegemiddelVirkestoff" elements -
getOppfLegemiddelVirkestoffArray
KatLegemiddelVirkestoffDocument.KatLegemiddelVirkestoff.OppfLegemiddelVirkestoff[] getOppfLegemiddelVirkestoffArray()Gets array of all "OppfLegemiddelVirkestoff" elements -
getOppfLegemiddelVirkestoffArray
KatLegemiddelVirkestoffDocument.KatLegemiddelVirkestoff.OppfLegemiddelVirkestoff getOppfLegemiddelVirkestoffArray(int i) Gets ith "OppfLegemiddelVirkestoff" element -
sizeOfOppfLegemiddelVirkestoffArray
int sizeOfOppfLegemiddelVirkestoffArray()Returns number of "OppfLegemiddelVirkestoff" element -
setOppfLegemiddelVirkestoffArray
void setOppfLegemiddelVirkestoffArray(KatLegemiddelVirkestoffDocument.KatLegemiddelVirkestoff.OppfLegemiddelVirkestoff[] oppfLegemiddelVirkestoffArray) Sets array of all "OppfLegemiddelVirkestoff" element -
setOppfLegemiddelVirkestoffArray
void setOppfLegemiddelVirkestoffArray(int i, KatLegemiddelVirkestoffDocument.KatLegemiddelVirkestoff.OppfLegemiddelVirkestoff oppfLegemiddelVirkestoff) Sets ith "OppfLegemiddelVirkestoff" element -
insertNewOppfLegemiddelVirkestoff
KatLegemiddelVirkestoffDocument.KatLegemiddelVirkestoff.OppfLegemiddelVirkestoff insertNewOppfLegemiddelVirkestoff(int i) Inserts and returns a new empty value (as xml) as the ith "OppfLegemiddelVirkestoff" element -
addNewOppfLegemiddelVirkestoff
KatLegemiddelVirkestoffDocument.KatLegemiddelVirkestoff.OppfLegemiddelVirkestoff addNewOppfLegemiddelVirkestoff()Appends and returns a new empty value (as xml) as the last "OppfLegemiddelVirkestoff" element -
removeOppfLegemiddelVirkestoff
void removeOppfLegemiddelVirkestoff(int i) Removes the ith "OppfLegemiddelVirkestoff" element
-