Interface SubstansgruppeDocument.Substansgruppe
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SubstansgruppeDocumentImpl.SubstansgruppeImpl
- Enclosing interface:
- SubstansgruppeDocument
public static interface SubstansgruppeDocument.Substansgruppe
extends org.apache.xmlbeans.XmlObject
An XML Substansgruppe(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn XML Substans(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.ElementFactory<SubstansgruppeDocument.Substansgruppe>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 "Substans" elementgetNavn()Gets the "Navn" elementGets array of all "Substans" elementsgetSubstansArray(int i) Gets ith "Substans" elementGets a List of "Substans" elementsinsertNewSubstans(int i) Inserts and returns a new empty value (as xml) as the ith "Substans" elementbooleanTrue if has "Navn" elementvoidremoveSubstans(int i) Removes the ith "Substans" elementvoidSets the "Navn" elementvoidsetSubstansArray(int i, SubstansgruppeDocument.Substansgruppe.Substans substans) Sets ith "Substans" elementvoidsetSubstansArray(SubstansgruppeDocument.Substansgruppe.Substans[] substansArray) Sets array of all "Substans" elementintReturns number of "Substans" elementvoidUnsets the "Navn" elementorg.apache.xmlbeans.XmlStringxgetNavn()Gets (as xml) the "Navn" elementvoidxsetNavn(org.apache.xmlbeans.XmlString navn) Sets (as xml) the "Navn" 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<SubstansgruppeDocument.Substansgruppe> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getSubstansList
List<SubstansgruppeDocument.Substansgruppe.Substans> getSubstansList()Gets a List of "Substans" elements -
getSubstansArray
SubstansgruppeDocument.Substansgruppe.Substans[] getSubstansArray()Gets array of all "Substans" elements -
getSubstansArray
Gets ith "Substans" element -
sizeOfSubstansArray
int sizeOfSubstansArray()Returns number of "Substans" element -
setSubstansArray
Sets array of all "Substans" element -
setSubstansArray
Sets ith "Substans" element -
insertNewSubstans
Inserts and returns a new empty value (as xml) as the ith "Substans" element -
addNewSubstans
SubstansgruppeDocument.Substansgruppe.Substans addNewSubstans()Appends and returns a new empty value (as xml) as the last "Substans" element -
removeSubstans
void removeSubstans(int i) Removes the ith "Substans" element