Interface KatByttegruppeDocument.KatByttegruppe
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KatByttegruppeDocumentImpl.KatByttegruppeImpl
- Enclosing interface:
- KatByttegruppeDocument
public static interface KatByttegruppeDocument.KatByttegruppe
extends org.apache.xmlbeans.XmlObject
An XML KatByttegruppe(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn XML OppfByttegruppe(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.ElementFactory<KatByttegruppeDocument.KatByttegruppe>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 "OppfByttegruppe" elementGets array of all "OppfByttegruppe" elementsgetOppfByttegruppeArray(int i) Gets ith "OppfByttegruppe" elementGets a List of "OppfByttegruppe" elementsinsertNewOppfByttegruppe(int i) Inserts and returns a new empty value (as xml) as the ith "OppfByttegruppe" elementvoidremoveOppfByttegruppe(int i) Removes the ith "OppfByttegruppe" elementvoidsetOppfByttegruppeArray(int i, KatByttegruppeDocument.KatByttegruppe.OppfByttegruppe oppfByttegruppe) Sets ith "OppfByttegruppe" elementvoidsetOppfByttegruppeArray(KatByttegruppeDocument.KatByttegruppe.OppfByttegruppe[] oppfByttegruppeArray) Sets array of all "OppfByttegruppe" elementintReturns number of "OppfByttegruppe" 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<KatByttegruppeDocument.KatByttegruppe> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getOppfByttegruppeList
List<KatByttegruppeDocument.KatByttegruppe.OppfByttegruppe> getOppfByttegruppeList()Gets a List of "OppfByttegruppe" elements -
getOppfByttegruppeArray
KatByttegruppeDocument.KatByttegruppe.OppfByttegruppe[] getOppfByttegruppeArray()Gets array of all "OppfByttegruppe" elements -
getOppfByttegruppeArray
Gets ith "OppfByttegruppe" element -
sizeOfOppfByttegruppeArray
int sizeOfOppfByttegruppeArray()Returns number of "OppfByttegruppe" element -
setOppfByttegruppeArray
void setOppfByttegruppeArray(KatByttegruppeDocument.KatByttegruppe.OppfByttegruppe[] oppfByttegruppeArray) Sets array of all "OppfByttegruppe" element -
setOppfByttegruppeArray
void setOppfByttegruppeArray(int i, KatByttegruppeDocument.KatByttegruppe.OppfByttegruppe oppfByttegruppe) Sets ith "OppfByttegruppe" element -
insertNewOppfByttegruppe
Inserts and returns a new empty value (as xml) as the ith "OppfByttegruppe" element -
addNewOppfByttegruppe
KatByttegruppeDocument.KatByttegruppe.OppfByttegruppe addNewOppfByttegruppe()Appends and returns a new empty value (as xml) as the last "OppfByttegruppe" element -
removeOppfByttegruppe
void removeOppfByttegruppe(int i) Removes the ith "OppfByttegruppe" element
-