Interface LOCATABLE

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
ACTION, ACTIVITY, ADMINENTRY, CAREENTRY, CLUSTER, COMPOSITION, CONTENTITEM, ELEMENT, ENTRY, EVALUATION, EVENT, EXTRACT, EXTRACTCHAPTER, EXTRACTFOLDER, EXTRACTREQUEST, FOLDER, GENERICENTRY, HISTORY, INSTRUCTION, INTERVALEVENT, ITEM, ITEMLIST, ITEMSINGLE, ITEMSTRUCTURE, ITEMTABLE, ITEMTREE, OBSERVATION, POINTEVENT, SECTION
All Known Implementing Classes:
ACTIONImpl, ACTIVITYImpl, ADMINENTRYImpl, CAREENTRYImpl, CLUSTERImpl, COMPOSITIONImpl, CONTENTITEMImpl, ELEMENTImpl, ENTRYImpl, EVALUATIONImpl, EVENTImpl, EXTRACTCHAPTERImpl, EXTRACTFOLDERImpl, EXTRACTImpl, EXTRACTREQUESTImpl, FOLDERImpl, GENERICENTRYImpl, HISTORYImpl, INSTRUCTIONImpl, INTERVALEVENTImpl, ITEMImpl, ITEMLISTImpl, ITEMSINGLEImpl, ITEMSTRUCTUREImpl, ITEMTABLEImpl, ITEMTREEImpl, LOCATABLEImpl, OBSERVATIONImpl, POINTEVENTImpl, SECTIONImpl

public interface LOCATABLE extends org.apache.xmlbeans.XmlObject
An XML LOCATABLE(@http://schemas.openehr.org/v1). This is a complex type.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A factory class with static methods for creating instances of this type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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 "archetype_details" element
    Appends and returns a new empty "feeder_audit" element
    Appends and returns a new empty value (as xml) as the last "links" element
    Appends and returns a new empty "name" element
    Appends and returns a new empty "uid" element
    Gets the "archetype_details" element
    Gets the "archetype_node_id" attribute
    Gets the "feeder_audit" element
    Gets array of all "links" elements
    Gets ith "links" element
    Gets the "name" element
    Gets the "uid" element
    Inserts and returns a new empty value (as xml) as the ith "links" element
    boolean
    True if has "archetype_details" element
    boolean
    True if has "feeder_audit" element
    boolean
    True if has "uid" element
    void
    removeLinks(int i)
    Removes the ith "links" element
    void
    setArchetypeDetails(ARCHETYPED archetypeDetails)
    Sets the "archetype_details" element
    void
    setArchetypeNodeId(String archetypeNodeId)
    Sets the "archetype_node_id" attribute
    void
    Sets the "feeder_audit" element
    void
    setLinksArray(int i, LINK links)
    Sets ith "links" element
    void
    setLinksArray(LINK[] linksArray)
    Sets array of all "links" element
    void
    Sets the "name" element
    void
    Sets the "uid" element
    int
    Returns number of "links" element
    void
    Unsets the "archetype_details" element
    void
    Unsets the "feeder_audit" element
    void
    Unsets the "uid" element
    Gets (as xml) the "archetype_node_id" attribute
    void
    Sets (as xml) the "archetype_node_id" attribute

    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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
  • Field Details

    • type

      static final org.apache.xmlbeans.SchemaType type
  • Method Details

    • getName

      DVTEXT getName()
      Gets the "name" element
    • setName

      void setName(DVTEXT name)
      Sets the "name" element
    • addNewName

      DVTEXT addNewName()
      Appends and returns a new empty "name" element
    • getUid

      UIDBASEDID getUid()
      Gets the "uid" element
    • isSetUid

      boolean isSetUid()
      True if has "uid" element
    • setUid

      void setUid(UIDBASEDID uid)
      Sets the "uid" element
    • addNewUid

      UIDBASEDID addNewUid()
      Appends and returns a new empty "uid" element
    • unsetUid

      void unsetUid()
      Unsets the "uid" element
    • getLinksArray

      LINK[] getLinksArray()
      Gets array of all "links" elements
    • getLinksArray

      LINK getLinksArray(int i)
      Gets ith "links" element
    • sizeOfLinksArray

      int sizeOfLinksArray()
      Returns number of "links" element
    • setLinksArray

      void setLinksArray(LINK[] linksArray)
      Sets array of all "links" element
    • setLinksArray

      void setLinksArray(int i, LINK links)
      Sets ith "links" element
    • insertNewLinks

      LINK insertNewLinks(int i)
      Inserts and returns a new empty value (as xml) as the ith "links" element
    • addNewLinks

      LINK addNewLinks()
      Appends and returns a new empty value (as xml) as the last "links" element
    • removeLinks

      void removeLinks(int i)
      Removes the ith "links" element
    • getArchetypeDetails

      ARCHETYPED getArchetypeDetails()
      Gets the "archetype_details" element
    • isSetArchetypeDetails

      boolean isSetArchetypeDetails()
      True if has "archetype_details" element
    • setArchetypeDetails

      void setArchetypeDetails(ARCHETYPED archetypeDetails)
      Sets the "archetype_details" element
    • addNewArchetypeDetails

      ARCHETYPED addNewArchetypeDetails()
      Appends and returns a new empty "archetype_details" element
    • unsetArchetypeDetails

      void unsetArchetypeDetails()
      Unsets the "archetype_details" element
    • getFeederAudit

      FEEDERAUDIT getFeederAudit()
      Gets the "feeder_audit" element
    • isSetFeederAudit

      boolean isSetFeederAudit()
      True if has "feeder_audit" element
    • setFeederAudit

      void setFeederAudit(FEEDERAUDIT feederAudit)
      Sets the "feeder_audit" element
    • addNewFeederAudit

      FEEDERAUDIT addNewFeederAudit()
      Appends and returns a new empty "feeder_audit" element
    • unsetFeederAudit

      void unsetFeederAudit()
      Unsets the "feeder_audit" element
    • getArchetypeNodeId

      String getArchetypeNodeId()
      Gets the "archetype_node_id" attribute
    • xgetArchetypeNodeId

      ArchetypeNodeId xgetArchetypeNodeId()
      Gets (as xml) the "archetype_node_id" attribute
    • setArchetypeNodeId

      void setArchetypeNodeId(String archetypeNodeId)
      Sets the "archetype_node_id" attribute
    • xsetArchetypeNodeId

      void xsetArchetypeNodeId(ArchetypeNodeId archetypeNodeId)
      Sets (as xml) the "archetype_node_id" attribute