Interface KatVarselSlvDocument.KatVarselSlv
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KatVarselSlvDocumentImpl.KatVarselSlvImpl
- Enclosing interface:
- KatVarselSlvDocument
public static interface KatVarselSlvDocument.KatVarselSlv
extends org.apache.xmlbeans.XmlObject
An XML KatVarselSlv(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn XML OppfVarselSlv(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.ElementFactory<KatVarselSlvDocument.KatVarselSlv>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 "OppfVarselSlv" elementGets array of all "OppfVarselSlv" elementsgetOppfVarselSlvArray(int i) Gets ith "OppfVarselSlv" elementGets a List of "OppfVarselSlv" elementsinsertNewOppfVarselSlv(int i) Inserts and returns a new empty value (as xml) as the ith "OppfVarselSlv" elementvoidremoveOppfVarselSlv(int i) Removes the ith "OppfVarselSlv" elementvoidsetOppfVarselSlvArray(int i, KatVarselSlvDocument.KatVarselSlv.OppfVarselSlv oppfVarselSlv) Sets ith "OppfVarselSlv" elementvoidsetOppfVarselSlvArray(KatVarselSlvDocument.KatVarselSlv.OppfVarselSlv[] oppfVarselSlvArray) Sets array of all "OppfVarselSlv" elementintReturns number of "OppfVarselSlv" 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<KatVarselSlvDocument.KatVarselSlv> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getOppfVarselSlvList
List<KatVarselSlvDocument.KatVarselSlv.OppfVarselSlv> getOppfVarselSlvList()Gets a List of "OppfVarselSlv" elements -
getOppfVarselSlvArray
KatVarselSlvDocument.KatVarselSlv.OppfVarselSlv[] getOppfVarselSlvArray()Gets array of all "OppfVarselSlv" elements -
getOppfVarselSlvArray
Gets ith "OppfVarselSlv" element -
sizeOfOppfVarselSlvArray
int sizeOfOppfVarselSlvArray()Returns number of "OppfVarselSlv" element -
setOppfVarselSlvArray
Sets array of all "OppfVarselSlv" element -
setOppfVarselSlvArray
Sets ith "OppfVarselSlv" element -
insertNewOppfVarselSlv
Inserts and returns a new empty value (as xml) as the ith "OppfVarselSlv" element -
addNewOppfVarselSlv
KatVarselSlvDocument.KatVarselSlv.OppfVarselSlv addNewOppfVarselSlv()Appends and returns a new empty value (as xml) as the last "OppfVarselSlv" element -
removeOppfVarselSlv
void removeOppfVarselSlv(int i) Removes the ith "OppfVarselSlv" element
-