Interface EXTRACTITEM

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
EXTRACTITEMImpl

public interface EXTRACTITEM extends org.apache.xmlbeans.XmlObject
An XML EXTRACT_ITEM(@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 "item" element
    Appends and returns a new empty "original_path" element
    Appends and returns a new empty "uid" element
    boolean
    Gets the "is_changed" element
    boolean
    Gets the "is_masked" element
    boolean
    Gets the "is_primary" element
    Gets the "item" element
    Gets the "original_path" element
    Gets the "uid" element
    boolean
    True if has "item" element
    boolean
    True if has "original_path" element
    void
    setIsChanged(boolean isChanged)
    Sets the "is_changed" element
    void
    setIsMasked(boolean isMasked)
    Sets the "is_masked" element
    void
    setIsPrimary(boolean isPrimary)
    Sets the "is_primary" element
    void
    Sets the "item" element
    void
    setOriginalPath(DVURI originalPath)
    Sets the "original_path" element
    void
    Sets the "uid" element
    void
    Unsets the "item" element
    void
    Unsets the "original_path" element
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "is_changed" element
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "is_masked" element
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "is_primary" element
    void
    xsetIsChanged(org.apache.xmlbeans.XmlBoolean isChanged)
    Sets (as xml) the "is_changed" element
    void
    xsetIsMasked(org.apache.xmlbeans.XmlBoolean isMasked)
    Sets (as xml) the "is_masked" element
    void
    xsetIsPrimary(org.apache.xmlbeans.XmlBoolean isPrimary)
    Sets (as xml) the "is_primary" 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, 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

    • getUid

      HIEROBJECTID getUid()
      Gets the "uid" element
    • setUid

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

      HIEROBJECTID addNewUid()
      Appends and returns a new empty "uid" element
    • getIsPrimary

      boolean getIsPrimary()
      Gets the "is_primary" element
    • xgetIsPrimary

      org.apache.xmlbeans.XmlBoolean xgetIsPrimary()
      Gets (as xml) the "is_primary" element
    • setIsPrimary

      void setIsPrimary(boolean isPrimary)
      Sets the "is_primary" element
    • xsetIsPrimary

      void xsetIsPrimary(org.apache.xmlbeans.XmlBoolean isPrimary)
      Sets (as xml) the "is_primary" element
    • getIsChanged

      boolean getIsChanged()
      Gets the "is_changed" element
    • xgetIsChanged

      org.apache.xmlbeans.XmlBoolean xgetIsChanged()
      Gets (as xml) the "is_changed" element
    • setIsChanged

      void setIsChanged(boolean isChanged)
      Sets the "is_changed" element
    • xsetIsChanged

      void xsetIsChanged(org.apache.xmlbeans.XmlBoolean isChanged)
      Sets (as xml) the "is_changed" element
    • getIsMasked

      boolean getIsMasked()
      Gets the "is_masked" element
    • xgetIsMasked

      org.apache.xmlbeans.XmlBoolean xgetIsMasked()
      Gets (as xml) the "is_masked" element
    • setIsMasked

      void setIsMasked(boolean isMasked)
      Sets the "is_masked" element
    • xsetIsMasked

      void xsetIsMasked(org.apache.xmlbeans.XmlBoolean isMasked)
      Sets (as xml) the "is_masked" element
    • getOriginalPath

      DVURI getOriginalPath()
      Gets the "original_path" element
    • isSetOriginalPath

      boolean isSetOriginalPath()
      True if has "original_path" element
    • setOriginalPath

      void setOriginalPath(DVURI originalPath)
      Sets the "original_path" element
    • addNewOriginalPath

      DVURI addNewOriginalPath()
      Appends and returns a new empty "original_path" element
    • unsetOriginalPath

      void unsetOriginalPath()
      Unsets the "original_path" element
    • getItem

      XVERSIONEDOBJECT getItem()
      Gets the "item" element
    • isSetItem

      boolean isSetItem()
      True if has "item" element
    • setItem

      void setItem(XVERSIONEDOBJECT item)
      Sets the "item" element
    • addNewItem

      XVERSIONEDOBJECT addNewItem()
      Appends and returns a new empty "item" element
    • unsetItem

      void unsetItem()
      Unsets the "item" element