Package org.openehr.schemas.v1
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 ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "item" elementAppends and returns a new empty "original_path" elementAppends and returns a new empty "uid" elementbooleanGets the "is_changed" elementbooleanGets the "is_masked" elementbooleanGets the "is_primary" elementgetItem()Gets the "item" elementGets the "original_path" elementgetUid()Gets the "uid" elementbooleanTrue if has "item" elementbooleanTrue if has "original_path" elementvoidsetIsChanged(boolean isChanged) Sets the "is_changed" elementvoidsetIsMasked(boolean isMasked) Sets the "is_masked" elementvoidsetIsPrimary(boolean isPrimary) Sets the "is_primary" elementvoidsetItem(XVERSIONEDOBJECT item) Sets the "item" elementvoidsetOriginalPath(DVURI originalPath) Sets the "original_path" elementvoidsetUid(HIEROBJECTID uid) Sets the "uid" elementvoidUnsets the "item" elementvoidUnsets the "original_path" elementorg.apache.xmlbeans.XmlBooleanGets (as xml) the "is_changed" elementorg.apache.xmlbeans.XmlBooleanGets (as xml) the "is_masked" elementorg.apache.xmlbeans.XmlBooleanGets (as xml) the "is_primary" elementvoidxsetIsChanged(org.apache.xmlbeans.XmlBoolean isChanged) Sets (as xml) the "is_changed" elementvoidxsetIsMasked(org.apache.xmlbeans.XmlBoolean isMasked) Sets (as xml) the "is_masked" elementvoidxsetIsPrimary(org.apache.xmlbeans.XmlBoolean isPrimary) Sets (as xml) the "is_primary" 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, 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
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
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
Sets the "item" element -
addNewItem
XVERSIONEDOBJECT addNewItem()Appends and returns a new empty "item" element -
unsetItem
void unsetItem()Unsets the "item" element
-