Class RetrieveDocumentSetResponseType.DocumentResponse
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.RetrieveDocumentSetResponseType.DocumentResponse
- Enclosing class:
RetrieveDocumentSetResponseType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="HomeCommunityId" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" minOccurs="0"/> <element name="RepositoryUniqueId" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName"/> <element name="DocumentUniqueId" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName"/> <element name="mimeType" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName"/> <element name="Document" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.activation.DataHandler
void
setDocument
(jakarta.activation.DataHandler document) void
setDocumentUniqueId
(String documentUniqueId) void
setHomeCommunityId
(String homeCommunityId) void
setMimeType
(String mimeType) void
setNewDocumentUniqueId
(String newDocumentUniqueId) void
setNewRepositoryUniqueId
(String newRepositoryUniqueId) void
setRepositoryUniqueId
(String repositoryUniqueId)
-
Constructor Details
-
DocumentResponse
public DocumentResponse()
-
-
Method Details
-
getHomeCommunityId
-
getRepositoryUniqueId
-
getDocumentUniqueId
-
getNewRepositoryUniqueId
-
getNewDocumentUniqueId
-
getMimeType
-
getDocument
public jakarta.activation.DataHandler getDocument() -
setHomeCommunityId
-
setRepositoryUniqueId
-
setDocumentUniqueId
-
setNewRepositoryUniqueId
-
setNewDocumentUniqueId
-
setMimeType
-
setDocument
public void setDocument(jakarta.activation.DataHandler document)
-