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

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.impl.schema.ElementFactory<ElementDocument.Element>
     
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    Appends and returns a new empty value (as xml) as the last "Term" element
    Gets the "Id" element
    Gets the "Kode" element
    Gets the "ParentId" element
    Gets array of all "Term" elements
    getTermArray(int i)
    Gets ith "Term" element
    Gets a List of "Term" elements
    Inserts and returns a new empty value (as xml) as the ith "Term" element
    boolean
    True if has "ParentId" element
    void
    removeTerm(int i)
    Removes the ith "Term" element
    void
    Sets the "Id" element
    void
    Sets the "Kode" element
    void
    setParentId(String parentId)
    Sets the "ParentId" element
    void
    Sets ith "Term" element
    void
    Sets array of all "Term" element
    int
    Returns number of "Term" element
    void
    Unsets the "ParentId" element
    org.apache.xmlbeans.XmlID
    Gets (as xml) the "Id" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "Kode" element
    org.apache.xmlbeans.XmlIDREF
    Gets (as xml) the "ParentId" element
    void
    xsetId(org.apache.xmlbeans.XmlID id)
    Sets (as xml) the "Id" element
    void
    xsetKode(org.apache.xmlbeans.XmlString kode)
    Sets (as xml) the "Kode" element
    void
    xsetParentId(org.apache.xmlbeans.XmlIDREF parentId)
    Sets (as xml) the "ParentId" element

    Methods 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, valueHashCode

    Methods 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<ElementDocument.Element> 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

      void setId(String id)
      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

      void setParentId(String parentId)
      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

      void setKode(String kode)
      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

      TermDocument.Term getTermArray(int i)
      Gets ith "Term" element
    • sizeOfTermArray

      int sizeOfTermArray()
      Returns number of "Term" element
    • setTermArray

      void setTermArray(TermDocument.Term[] termArray)
      Sets array of all "Term" element
    • setTermArray

      void setTermArray(int i, TermDocument.Term term)
      Sets ith "Term" element
    • insertNewTerm

      TermDocument.Term insertNewTerm(int i)
      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