Interface EbXMLExtrinsicObject
- All Superinterfaces:
EbXMLRegistryObject,EbXMLSlotList
- All Known Implementing Classes:
EbXMLExtrinsicObject30
Encapsulation of the ebXML classes for
ExtrinsicObjectType.
This class contains convenience methods and provides a version independent abstraction of the ebXML data structure.
- Author:
- Jens Riemschneider
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.activation.DataHandlervoidsetDataHandler(jakarta.activation.DataHandler dataHandler) voidsetMimeType(String mimeType) voidsetStatus(AvailabilityStatus status) Methods inherited from interface org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLRegistryObject
addClassification, addExternalIdentifier, getClassifications, getClassifications, getDescription, getExternalIdentifiers, getExternalIdentifierValue, getHome, getId, getInternal, getLid, getName, getObjectType, getSingleClassification, getVersionInfo, setDescription, setHome, setId, setLid, setName, setObjectType, setVersionInfoMethods inherited from interface org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLSlotList
addSlot, getSingleSlotValue, getSlots, getSlots, getSlotValues
-
Method Details
-
getMimeType
String getMimeType()- Returns:
- the mime type of this object.
-
setMimeType
- Parameters:
mimeType- the mime type of this object.
-
getStatus
AvailabilityStatus getStatus()- Returns:
- the status of this entry.
-
setStatus
- Parameters:
status- the status of this entry.
-
getDataHandler
jakarta.activation.DataHandler getDataHandler()- Returns:
- document returned in an ITI-63 response.
-
setDataHandler
void setDataHandler(jakarta.activation.DataHandler dataHandler) - Parameters:
dataHandler- document to be returned in an ITI-63 response.
-