ihe.iti.xds_b._2007
Class RetrieveDocumentSetRequestType.DocumentRequest

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

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


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

RetrieveDocumentSetRequestType.DocumentRequest

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


Copyright © 2010-2011. All Rights Reserved.