Interface KatKodeverkDocument.KatKodeverk.OppfKodeverk
- All Superinterfaces:
TypeEnkeltoppforingFest,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KatKodeverkDocumentImpl.KatKodeverkImpl.OppfKodeverkImpl
- Enclosing interface:
- KatKodeverkDocument.KatKodeverk
public static interface KatKodeverkDocument.KatKodeverk.OppfKodeverk
extends TypeEnkeltoppforingFest
An XML OppfKodeverk(@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<KatKodeverkDocument.KatKodeverk.OppfKodeverk>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 "Element" elementAppends and returns a new empty "Info" elementGets array of all "Element" elementsgetElementArray(int i) Gets ith "Element" elementGets a List of "Element" elementsgetInfo()Gets the "Info" elementinsertNewElement(int i) Inserts and returns a new empty value (as xml) as the ith "Element" elementbooleanTrue if has "Info" elementvoidremoveElement(int i) Removes the ith "Element" elementvoidsetElementArray(int i, ElementDocument.Element element) Sets ith "Element" elementvoidsetElementArray(ElementDocument.Element[] elementArray) Sets array of all "Element" elementvoidsetInfo(InfoDocument.Info info) Sets the "Info" elementintReturns number of "Element" elementvoidUnsets the "Info" elementMethods inherited from interface no.kith.xmlstds.eresept.m30.x20141201.TypeEnkeltoppforingFest
addNewStatus, getId, getStatus, getTidspunkt, setId, setStatus, setTidspunkt, xgetId, xgetTidspunkt, xsetId, xsetTidspunktMethods 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<KatKodeverkDocument.KatKodeverk.OppfKodeverk> Factory -
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getInfo
InfoDocument.Info getInfo()Gets the "Info" element -
isSetInfo
boolean isSetInfo()True if has "Info" element -
setInfo
Sets the "Info" element -
addNewInfo
InfoDocument.Info addNewInfo()Appends and returns a new empty "Info" element -
unsetInfo
void unsetInfo()Unsets the "Info" element -
getElementList
List<ElementDocument.Element> getElementList()Gets a List of "Element" elements -
getElementArray
ElementDocument.Element[] getElementArray()Gets array of all "Element" elements -
getElementArray
Gets ith "Element" element -
sizeOfElementArray
int sizeOfElementArray()Returns number of "Element" element -
setElementArray
Sets array of all "Element" element -
setElementArray
Sets ith "Element" element -
insertNewElement
Inserts and returns a new empty value (as xml) as the ith "Element" element -
addNewElement
ElementDocument.Element addNewElement()Appends and returns a new empty value (as xml) as the last "Element" element -
removeElement
void removeElement(int i) Removes the ith "Element" element
-