Package org.openehr.schemas.v1
Interface EHREXTRACTCONTENT
-
- All Superinterfaces:
EXTRACTCONTENT,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EHREXTRACTCONTENTImpl
public interface EHREXTRACTCONTENT extends EXTRACTCONTENT
An XML EHR_EXTRACT_CONTENT(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEHREXTRACTCONTENT.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 XVERSIONEDOBJECTaddNewCompositions()Appends and returns a new empty value (as xml) as the last "compositions" elementXVERSIONEDOBJECTaddNewDemographics()Appends and returns a new empty value (as xml) as the last "demographics" elementXVERSIONEDOBJECTaddNewDirectory()Appends and returns a new empty "directory" elementXVERSIONEDOBJECTaddNewEhrAccess()Appends and returns a new empty "ehr_access" elementXVERSIONEDOBJECTaddNewEhrStatus()Appends and returns a new empty "ehr_status" elementXVERSIONEDOBJECTaddNewOtherItems()Appends and returns a new empty value (as xml) as the last "other_items" elementXVERSIONEDOBJECT[]getCompositionsArray()Gets array of all "compositions" elementsXVERSIONEDOBJECTgetCompositionsArray(int i)Gets ith "compositions" elementXVERSIONEDOBJECT[]getDemographicsArray()Gets array of all "demographics" elementsXVERSIONEDOBJECTgetDemographicsArray(int i)Gets ith "demographics" elementXVERSIONEDOBJECTgetDirectory()Gets the "directory" elementXVERSIONEDOBJECTgetEhrAccess()Gets the "ehr_access" elementXVERSIONEDOBJECTgetEhrStatus()Gets the "ehr_status" elementXVERSIONEDOBJECT[]getOtherItemsArray()Gets array of all "other_items" elementsXVERSIONEDOBJECTgetOtherItemsArray(int i)Gets ith "other_items" elementXVERSIONEDOBJECTinsertNewCompositions(int i)Inserts and returns a new empty value (as xml) as the ith "compositions" elementXVERSIONEDOBJECTinsertNewDemographics(int i)Inserts and returns a new empty value (as xml) as the ith "demographics" elementXVERSIONEDOBJECTinsertNewOtherItems(int i)Inserts and returns a new empty value (as xml) as the ith "other_items" elementbooleanisSetDirectory()True if has "directory" elementbooleanisSetEhrAccess()True if has "ehr_access" elementbooleanisSetEhrStatus()True if has "ehr_status" elementvoidremoveCompositions(int i)Removes the ith "compositions" elementvoidremoveDemographics(int i)Removes the ith "demographics" elementvoidremoveOtherItems(int i)Removes the ith "other_items" elementvoidsetCompositionsArray(int i, XVERSIONEDOBJECT compositions)Sets ith "compositions" elementvoidsetCompositionsArray(XVERSIONEDOBJECT[] compositionsArray)Sets array of all "compositions" elementvoidsetDemographicsArray(int i, XVERSIONEDOBJECT demographics)Sets ith "demographics" elementvoidsetDemographicsArray(XVERSIONEDOBJECT[] demographicsArray)Sets array of all "demographics" elementvoidsetDirectory(XVERSIONEDOBJECT directory)Sets the "directory" elementvoidsetEhrAccess(XVERSIONEDOBJECT ehrAccess)Sets the "ehr_access" elementvoidsetEhrStatus(XVERSIONEDOBJECT ehrStatus)Sets the "ehr_status" elementvoidsetOtherItemsArray(int i, XVERSIONEDOBJECT otherItems)Sets ith "other_items" elementvoidsetOtherItemsArray(XVERSIONEDOBJECT[] otherItemsArray)Sets array of all "other_items" elementintsizeOfCompositionsArray()Returns number of "compositions" elementintsizeOfDemographicsArray()Returns number of "demographics" elementintsizeOfOtherItemsArray()Returns number of "other_items" elementvoidunsetDirectory()Unsets the "directory" elementvoidunsetEhrAccess()Unsets the "ehr_access" elementvoidunsetEhrStatus()Unsets the "ehr_status" 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
-
getEhrAccess
XVERSIONEDOBJECT getEhrAccess()
Gets the "ehr_access" element
-
isSetEhrAccess
boolean isSetEhrAccess()
True if has "ehr_access" element
-
setEhrAccess
void setEhrAccess(XVERSIONEDOBJECT ehrAccess)
Sets the "ehr_access" element
-
addNewEhrAccess
XVERSIONEDOBJECT addNewEhrAccess()
Appends and returns a new empty "ehr_access" element
-
unsetEhrAccess
void unsetEhrAccess()
Unsets the "ehr_access" element
-
getEhrStatus
XVERSIONEDOBJECT getEhrStatus()
Gets the "ehr_status" element
-
isSetEhrStatus
boolean isSetEhrStatus()
True if has "ehr_status" element
-
setEhrStatus
void setEhrStatus(XVERSIONEDOBJECT ehrStatus)
Sets the "ehr_status" element
-
addNewEhrStatus
XVERSIONEDOBJECT addNewEhrStatus()
Appends and returns a new empty "ehr_status" element
-
unsetEhrStatus
void unsetEhrStatus()
Unsets the "ehr_status" element
-
getDirectory
XVERSIONEDOBJECT getDirectory()
Gets the "directory" element
-
isSetDirectory
boolean isSetDirectory()
True if has "directory" element
-
setDirectory
void setDirectory(XVERSIONEDOBJECT directory)
Sets the "directory" element
-
addNewDirectory
XVERSIONEDOBJECT addNewDirectory()
Appends and returns a new empty "directory" element
-
unsetDirectory
void unsetDirectory()
Unsets the "directory" element
-
getCompositionsArray
XVERSIONEDOBJECT[] getCompositionsArray()
Gets array of all "compositions" elements
-
getCompositionsArray
XVERSIONEDOBJECT getCompositionsArray(int i)
Gets ith "compositions" element
-
sizeOfCompositionsArray
int sizeOfCompositionsArray()
Returns number of "compositions" element
-
setCompositionsArray
void setCompositionsArray(XVERSIONEDOBJECT[] compositionsArray)
Sets array of all "compositions" element
-
setCompositionsArray
void setCompositionsArray(int i, XVERSIONEDOBJECT compositions)Sets ith "compositions" element
-
insertNewCompositions
XVERSIONEDOBJECT insertNewCompositions(int i)
Inserts and returns a new empty value (as xml) as the ith "compositions" element
-
addNewCompositions
XVERSIONEDOBJECT addNewCompositions()
Appends and returns a new empty value (as xml) as the last "compositions" element
-
removeCompositions
void removeCompositions(int i)
Removes the ith "compositions" element
-
getDemographicsArray
XVERSIONEDOBJECT[] getDemographicsArray()
Gets array of all "demographics" elements
-
getDemographicsArray
XVERSIONEDOBJECT getDemographicsArray(int i)
Gets ith "demographics" element
-
sizeOfDemographicsArray
int sizeOfDemographicsArray()
Returns number of "demographics" element
-
setDemographicsArray
void setDemographicsArray(XVERSIONEDOBJECT[] demographicsArray)
Sets array of all "demographics" element
-
setDemographicsArray
void setDemographicsArray(int i, XVERSIONEDOBJECT demographics)Sets ith "demographics" element
-
insertNewDemographics
XVERSIONEDOBJECT insertNewDemographics(int i)
Inserts and returns a new empty value (as xml) as the ith "demographics" element
-
addNewDemographics
XVERSIONEDOBJECT addNewDemographics()
Appends and returns a new empty value (as xml) as the last "demographics" element
-
removeDemographics
void removeDemographics(int i)
Removes the ith "demographics" element
-
getOtherItemsArray
XVERSIONEDOBJECT[] getOtherItemsArray()
Gets array of all "other_items" elements
-
getOtherItemsArray
XVERSIONEDOBJECT getOtherItemsArray(int i)
Gets ith "other_items" element
-
sizeOfOtherItemsArray
int sizeOfOtherItemsArray()
Returns number of "other_items" element
-
setOtherItemsArray
void setOtherItemsArray(XVERSIONEDOBJECT[] otherItemsArray)
Sets array of all "other_items" element
-
setOtherItemsArray
void setOtherItemsArray(int i, XVERSIONEDOBJECT otherItems)Sets ith "other_items" element
-
insertNewOtherItems
XVERSIONEDOBJECT insertNewOtherItems(int i)
Inserts and returns a new empty value (as xml) as the ith "other_items" element
-
addNewOtherItems
XVERSIONEDOBJECT addNewOtherItems()
Appends and returns a new empty value (as xml) as the last "other_items" element
-
removeOtherItems
void removeOtherItems(int i)
Removes the ith "other_items" element
-
-