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 class  EXTRACTITEM.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      XVERSIONEDOBJECT addNewItem()
      Appends and returns a new empty "item" element
      DVURI addNewOriginalPath()
      Appends and returns a new empty "original_path" element
      HIEROBJECTID addNewUid()
      Appends and returns a new empty "uid" element
      boolean getIsChanged()
      Gets the "is_changed" element
      boolean getIsMasked()
      Gets the "is_masked" element
      boolean getIsPrimary()
      Gets the "is_primary" element
      XVERSIONEDOBJECT getItem()
      Gets the "item" element
      DVURI getOriginalPath()
      Gets the "original_path" element
      HIEROBJECTID getUid()
      Gets the "uid" element
      boolean isSetItem()
      True if has "item" element
      boolean isSetOriginalPath()
      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 setItem​(XVERSIONEDOBJECT item)
      Sets the "item" element
      void setOriginalPath​(DVURI originalPath)
      Sets the "original_path" element
      void setUid​(HIEROBJECTID uid)
      Sets the "uid" element
      void unsetItem()
      Unsets the "item" element
      void unsetOriginalPath()
      Unsets the "original_path" element
      org.apache.xmlbeans.XmlBoolean xgetIsChanged()
      Gets (as xml) the "is_changed" element
      org.apache.xmlbeans.XmlBoolean xgetIsMasked()
      Gets (as xml) the "is_masked" element
      org.apache.xmlbeans.XmlBoolean xgetIsPrimary()
      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 Detail

      • type

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

      • 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
      • isSetItem

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

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

        void unsetItem()
        Unsets the "item" element