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
-
Method Summary
Modifier and TypeMethodDescriptionjavax.activation.DataHandler
void
setDocument
(javax.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 javax.activation.DataHandler getDocument() -
setHomeCommunityId
-
setRepositoryUniqueId
-
setDocumentUniqueId
-
setNewRepositoryUniqueId
-
setNewDocumentUniqueId
-
setMimeType
-
setDocument
public void setDocument(javax.activation.DataHandler document)
-