ihe.iti.xds_b._2007
Class RetrieveDocumentSetResponse.DocumentResponse

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

public static class RetrieveDocumentSetResponse.DocumentResponse
extends java.lang.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="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" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  byte[] document
           
protected  java.lang.String documentUniqueId
           
protected  java.lang.String mimeType
           
protected  java.lang.String repositoryUniqueId
           
 
Constructor Summary
RetrieveDocumentSetResponse.DocumentResponse()
           
 
Method Summary
 byte[] getDocument()
          Gets the value of the document property.
 java.lang.String getDocumentUniqueId()
          Gets the value of the documentUniqueId property.
 java.lang.String getMimeType()
          Gets the value of the mimeType property.
 java.lang.String getRepositoryUniqueId()
          Gets the value of the repositoryUniqueId property.
 void setDocument(byte[] value)
          Sets the value of the document property.
 void setDocumentUniqueId(java.lang.String value)
          Sets the value of the documentUniqueId property.
 void setMimeType(java.lang.String value)
          Sets the value of the mimeType property.
 void setRepositoryUniqueId(java.lang.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

repositoryUniqueId

protected java.lang.String repositoryUniqueId

documentUniqueId

protected java.lang.String documentUniqueId

mimeType

protected java.lang.String mimeType

document

protected byte[] document
Constructor Detail

RetrieveDocumentSetResponse.DocumentResponse

public RetrieveDocumentSetResponse.DocumentResponse()
Method Detail

getRepositoryUniqueId

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

Returns:
possible object is String

setRepositoryUniqueId

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

Parameters:
value - allowed object is String

getDocumentUniqueId

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

Returns:
possible object is String

setDocumentUniqueId

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

Parameters:
value - allowed object is String

getMimeType

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

Returns:
possible object is String

setMimeType

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

Parameters:
value - allowed object is String

getDocument

public byte[] getDocument()
Gets the value of the document property.

Returns:
possible object is byte[]

setDocument

public void setDocument(byte[] value)
Sets the value of the document property.

Parameters:
value - allowed object is byte[]