Class RetrieveDocumentSetRequestType.DocumentRequest

java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.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>
 
  • Constructor Details

    • DocumentRequest

      public DocumentRequest()
  • Method Details

    • 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