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.XmlObjectAn XML EXTRACT_ITEM(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEXTRACTITEM.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XVERSIONEDOBJECTaddNewItem()Appends and returns a new empty "item" elementDVURIaddNewOriginalPath()Appends and returns a new empty "original_path" elementHIEROBJECTIDaddNewUid()Appends and returns a new empty "uid" elementbooleangetIsChanged()Gets the "is_changed" elementbooleangetIsMasked()Gets the "is_masked" elementbooleangetIsPrimary()Gets the "is_primary" elementXVERSIONEDOBJECTgetItem()Gets the "item" elementDVURIgetOriginalPath()Gets the "original_path" elementHIEROBJECTIDgetUid()Gets the "uid" elementbooleanisSetItem()True if has "item" elementbooleanisSetOriginalPath()True 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" elementvoidunsetItem()Unsets the "item" elementvoidunsetOriginalPath()Unsets the "original_path" elementorg.apache.xmlbeans.XmlBooleanxgetIsChanged()Gets (as xml) the "is_changed" elementorg.apache.xmlbeans.XmlBooleanxgetIsMasked()Gets (as xml) the "is_masked" elementorg.apache.xmlbeans.XmlBooleanxgetIsPrimary()Gets (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" 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
-
-
-
-
Method Detail
-
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
-
-