Interface ElementDocument.Element
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ElementDocumentImpl.ElementImpl
- Enclosing interface:
- ElementDocument
public static interface ElementDocument.Element
extends org.apache.xmlbeans.XmlObject
An XML Element(@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<ElementDocument.Element>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 "Term" elementgetId()Gets the "Id" elementgetKode()Gets the "Kode" elementGets the "ParentId" elementGets array of all "Term" elementsgetTermArray(int i) Gets ith "Term" elementGets a List of "Term" elementsinsertNewTerm(int i) Inserts and returns a new empty value (as xml) as the ith "Term" elementbooleanTrue if has "ParentId" elementvoidremoveTerm(int i) Removes the ith "Term" elementvoidSets the "Id" elementvoidSets the "Kode" elementvoidsetParentId(String parentId) Sets the "ParentId" elementvoidsetTermArray(int i, TermDocument.Term term) Sets ith "Term" elementvoidsetTermArray(TermDocument.Term[] termArray) Sets array of all "Term" elementintReturns number of "Term" elementvoidUnsets the "ParentId" elementorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "Id" elementorg.apache.xmlbeans.XmlStringxgetKode()Gets (as xml) the "Kode" elementorg.apache.xmlbeans.XmlIDREFGets (as xml) the "ParentId" elementvoidxsetId(org.apache.xmlbeans.XmlID id) Sets (as xml) the "Id" elementvoidxsetKode(org.apache.xmlbeans.XmlString kode) Sets (as xml) the "Kode" elementvoidxsetParentId(org.apache.xmlbeans.XmlIDREF parentId) Sets (as xml) the "ParentId" 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
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getId
String getId()Gets the "Id" element -
xgetId
org.apache.xmlbeans.XmlID xgetId()Gets (as xml) the "Id" element -
setId
Sets the "Id" element -
xsetId
void xsetId(org.apache.xmlbeans.XmlID id) Sets (as xml) the "Id" element -
getParentId
String getParentId()Gets the "ParentId" element -
xgetParentId
org.apache.xmlbeans.XmlIDREF xgetParentId()Gets (as xml) the "ParentId" element -
isSetParentId
boolean isSetParentId()True if has "ParentId" element -
setParentId
Sets the "ParentId" element -
xsetParentId
void xsetParentId(org.apache.xmlbeans.XmlIDREF parentId) Sets (as xml) the "ParentId" element -
unsetParentId
void unsetParentId()Unsets the "ParentId" element -
getKode
String getKode()Gets the "Kode" element -
xgetKode
org.apache.xmlbeans.XmlString xgetKode()Gets (as xml) the "Kode" element -
setKode
Sets the "Kode" element -
xsetKode
void xsetKode(org.apache.xmlbeans.XmlString kode) Sets (as xml) the "Kode" element -
getTermList
List<TermDocument.Term> getTermList()Gets a List of "Term" elements -
getTermArray
TermDocument.Term[] getTermArray()Gets array of all "Term" elements -
getTermArray
Gets ith "Term" element -
sizeOfTermArray
int sizeOfTermArray()Returns number of "Term" element -
setTermArray
Sets array of all "Term" element -
setTermArray
Sets ith "Term" element -
insertNewTerm
Inserts and returns a new empty value (as xml) as the ith "Term" element -
addNewTerm
TermDocument.Term addNewTerm()Appends and returns a new empty value (as xml) as the last "Term" element -
removeTerm
void removeTerm(int i) Removes the ith "Term" element
-