Interface RefusjonshjemmelDocument.Refusjonshjemmel
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
RefusjonshjemmelDocumentImpl.RefusjonshjemmelImpl
- Enclosing interface:
- RefusjonshjemmelDocument
public static interface RefusjonshjemmelDocument.Refusjonshjemmel
extends org.apache.xmlbeans.XmlObject
An XML Refusjonshjemmel(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.ElementFactory<RefusjonshjemmelDocument.Refusjonshjemmel>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 "Refusjonsgruppe" elementAppends and returns a new empty "Refusjonshjemmel" elementbooleanGets the "KreverVarekobling" elementbooleanGets the "KreverVedtak" elementGets array of all "Refusjonsgruppe" elementsgetRefusjonsgruppeArray(int i) Gets ith "Refusjonsgruppe" elementGets a List of "Refusjonsgruppe" elementsGets the "Refusjonshjemmel" elementinsertNewRefusjonsgruppe(int i) Inserts and returns a new empty value (as xml) as the ith "Refusjonsgruppe" elementvoidremoveRefusjonsgruppe(int i) Removes the ith "Refusjonsgruppe" elementvoidsetKreverVarekobling(boolean kreverVarekobling) Sets the "KreverVarekobling" elementvoidsetKreverVedtak(boolean kreverVedtak) Sets the "KreverVedtak" elementvoidsetRefusjonsgruppeArray(int i, RefusjonsgruppeDocument.Refusjonsgruppe refusjonsgruppe) Sets ith "Refusjonsgruppe" elementvoidsetRefusjonsgruppeArray(RefusjonsgruppeDocument.Refusjonsgruppe[] refusjonsgruppeArray) Sets array of all "Refusjonsgruppe" elementvoidsetRefusjonshjemmel(CV refusjonshjemmel) Sets the "Refusjonshjemmel" elementintReturns number of "Refusjonsgruppe" elementorg.apache.xmlbeans.XmlBooleanGets (as xml) the "KreverVarekobling" elementorg.apache.xmlbeans.XmlBooleanGets (as xml) the "KreverVedtak" elementvoidxsetKreverVarekobling(org.apache.xmlbeans.XmlBoolean kreverVarekobling) Sets (as xml) the "KreverVarekobling" elementvoidxsetKreverVedtak(org.apache.xmlbeans.XmlBoolean kreverVedtak) Sets (as xml) the "KreverVedtak" 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<RefusjonshjemmelDocument.Refusjonshjemmel> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getRefusjonshjemmel
CV getRefusjonshjemmel()Gets the "Refusjonshjemmel" element -
setRefusjonshjemmel
Sets the "Refusjonshjemmel" element -
addNewRefusjonshjemmel
CV addNewRefusjonshjemmel()Appends and returns a new empty "Refusjonshjemmel" element -
getKreverVarekobling
boolean getKreverVarekobling()Gets the "KreverVarekobling" element -
xgetKreverVarekobling
org.apache.xmlbeans.XmlBoolean xgetKreverVarekobling()Gets (as xml) the "KreverVarekobling" element -
setKreverVarekobling
void setKreverVarekobling(boolean kreverVarekobling) Sets the "KreverVarekobling" element -
xsetKreverVarekobling
void xsetKreverVarekobling(org.apache.xmlbeans.XmlBoolean kreverVarekobling) Sets (as xml) the "KreverVarekobling" element -
getKreverVedtak
boolean getKreverVedtak()Gets the "KreverVedtak" element -
xgetKreverVedtak
org.apache.xmlbeans.XmlBoolean xgetKreverVedtak()Gets (as xml) the "KreverVedtak" element -
setKreverVedtak
void setKreverVedtak(boolean kreverVedtak) Sets the "KreverVedtak" element -
xsetKreverVedtak
void xsetKreverVedtak(org.apache.xmlbeans.XmlBoolean kreverVedtak) Sets (as xml) the "KreverVedtak" element -
getRefusjonsgruppeList
List<RefusjonsgruppeDocument.Refusjonsgruppe> getRefusjonsgruppeList()Gets a List of "Refusjonsgruppe" elements -
getRefusjonsgruppeArray
RefusjonsgruppeDocument.Refusjonsgruppe[] getRefusjonsgruppeArray()Gets array of all "Refusjonsgruppe" elements -
getRefusjonsgruppeArray
Gets ith "Refusjonsgruppe" element -
sizeOfRefusjonsgruppeArray
int sizeOfRefusjonsgruppeArray()Returns number of "Refusjonsgruppe" element -
setRefusjonsgruppeArray
Sets array of all "Refusjonsgruppe" element -
setRefusjonsgruppeArray
Sets ith "Refusjonsgruppe" element -
insertNewRefusjonsgruppe
Inserts and returns a new empty value (as xml) as the ith "Refusjonsgruppe" element -
addNewRefusjonsgruppe
RefusjonsgruppeDocument.Refusjonsgruppe addNewRefusjonsgruppe()Appends and returns a new empty value (as xml) as the last "Refusjonsgruppe" element -
removeRefusjonsgruppe
void removeRefusjonsgruppe(int i) Removes the ith "Refusjonsgruppe" element
-