ihe.iti.xds_b._2007
Class RetrieveDocumentSetResponseType.DocumentResponse

java.lang.Object
  extended by ihe.iti.xds_b._2007.RetrieveDocumentSetResponseType.DocumentResponse
Enclosing class:
RetrieveDocumentSetResponseType

public static class RetrieveDocumentSetResponseType.DocumentResponse
extends Object

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>
 


Field Summary
protected  DataHandler document
           
protected  String documentUniqueId
           
protected  String homeCommunityId
           
protected  String mimeType
           
protected  String repositoryUniqueId
           
 
Constructor Summary
RetrieveDocumentSetResponseType.DocumentResponse()
           
 
Method Summary
 DataHandler getDocument()
          Gets the value of the document property.
 String getDocumentUniqueId()
          Gets the value of the documentUniqueId property.
 String getHomeCommunityId()
          Gets the value of the homeCommunityId property.
 String getMimeType()
          Gets the value of the mimeType property.
 String getRepositoryUniqueId()
          Gets the value of the repositoryUniqueId property.
 void setDocument(DataHandler value)
          Sets the value of the document property.
 void setDocumentUniqueId(String value)
          Sets the value of the documentUniqueId property.
 void setHomeCommunityId(String value)
          Sets the value of the homeCommunityId property.
 void setMimeType(String value)
          Sets the value of the mimeType property.
 void setRepositoryUniqueId(String value)
          Sets the value of the repositoryUniqueId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

homeCommunityId

protected String homeCommunityId

repositoryUniqueId

protected String repositoryUniqueId

documentUniqueId

protected String documentUniqueId

mimeType

protected String mimeType

document

protected DataHandler document
Constructor Detail

RetrieveDocumentSetResponseType.DocumentResponse

public RetrieveDocumentSetResponseType.DocumentResponse()
Method Detail

getHomeCommunityId

public String getHomeCommunityId()
Gets the value of the homeCommunityId property.

Returns:
possible object is String

setHomeCommunityId

public void setHomeCommunityId(String value)
Sets the value of the homeCommunityId property.

Parameters:
value - allowed object is String

getRepositoryUniqueId

public String getRepositoryUniqueId()
Gets the value of the repositoryUniqueId property.

Returns:
possible object is String

setRepositoryUniqueId

public void setRepositoryUniqueId(String value)
Sets the value of the repositoryUniqueId property.

Parameters:
value - allowed object is String

getDocumentUniqueId

public String getDocumentUniqueId()
Gets the value of the documentUniqueId property.

Returns:
possible object is String

setDocumentUniqueId

public void setDocumentUniqueId(String value)
Sets the value of the documentUniqueId property.

Parameters:
value - allowed object is String

getMimeType

public String getMimeType()
Gets the value of the mimeType property.

Returns:
possible object is String

setMimeType

public void setMimeType(String value)
Sets the value of the mimeType property.

Parameters:
value - allowed object is String

getDocument

public DataHandler getDocument()
Gets the value of the document property.

Returns:
possible object is DataHandler

setDocument

public void setDocument(DataHandler value)
Sets the value of the document property.

Parameters:
value - allowed object is DataHandler


Copyright © 2010-2011. All Rights Reserved.