Interface KatVilkarDocument.KatVilkar
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KatVilkarDocumentImpl.KatVilkarImpl
- Enclosing interface:
- KatVilkarDocument
public static interface KatVilkarDocument.KatVilkar
extends org.apache.xmlbeans.XmlObject
An XML KatVilkar(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn XML OppfVilkar(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.ElementFactory<KatVilkarDocument.KatVilkar>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 "OppfVilkar" elementGets array of all "OppfVilkar" elementsgetOppfVilkarArray(int i) Gets ith "OppfVilkar" elementGets a List of "OppfVilkar" elementsinsertNewOppfVilkar(int i) Inserts and returns a new empty value (as xml) as the ith "OppfVilkar" elementvoidremoveOppfVilkar(int i) Removes the ith "OppfVilkar" elementvoidsetOppfVilkarArray(int i, KatVilkarDocument.KatVilkar.OppfVilkar oppfVilkar) Sets ith "OppfVilkar" elementvoidsetOppfVilkarArray(KatVilkarDocument.KatVilkar.OppfVilkar[] oppfVilkarArray) Sets array of all "OppfVilkar" elementintReturns number of "OppfVilkar" 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
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getOppfVilkarList
List<KatVilkarDocument.KatVilkar.OppfVilkar> getOppfVilkarList()Gets a List of "OppfVilkar" elements -
getOppfVilkarArray
KatVilkarDocument.KatVilkar.OppfVilkar[] getOppfVilkarArray()Gets array of all "OppfVilkar" elements -
getOppfVilkarArray
Gets ith "OppfVilkar" element -
sizeOfOppfVilkarArray
int sizeOfOppfVilkarArray()Returns number of "OppfVilkar" element -
setOppfVilkarArray
Sets array of all "OppfVilkar" element -
setOppfVilkarArray
Sets ith "OppfVilkar" element -
insertNewOppfVilkar
Inserts and returns a new empty value (as xml) as the ith "OppfVilkar" element -
addNewOppfVilkar
KatVilkarDocument.KatVilkar.OppfVilkar addNewOppfVilkar()Appends and returns a new empty value (as xml) as the last "OppfVilkar" element -
removeOppfVilkar
void removeOppfVilkar(int i) Removes the ith "OppfVilkar" element
-