ihe.iti.xds_b._2007
Class RetrieveDocumentSetRequest.DocumentRequest

java.lang.Object
  extended by ihe.iti.xds_b._2007.RetrieveDocumentSetRequest.DocumentRequest
Enclosing class:
RetrieveDocumentSetRequest

public static class RetrieveDocumentSetRequest.DocumentRequest
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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String documentUniqueId
           
protected  java.lang.String repositoryUniqueId
           
 
Constructor Summary
RetrieveDocumentSetRequest.DocumentRequest()
           
 
Method Summary
 java.lang.String getDocumentUniqueId()
          Gets the value of the documentUniqueId property.
 java.lang.String getRepositoryUniqueId()
          Gets the value of the repositoryUniqueId property.
 void setDocumentUniqueId(java.lang.String value)
          Sets the value of the documentUniqueId 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
Constructor Detail

RetrieveDocumentSetRequest.DocumentRequest

public RetrieveDocumentSetRequest.DocumentRequest()
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