Class RetrieveDocumentSetRequestType.DocumentRequest
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.RetrieveDocumentSetRequestType.DocumentRequest
- Enclosing class:
- RetrieveDocumentSetRequestType
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentUniqueId property.Gets the value of the homeCommunityId property.Gets the value of the repositoryUniqueId property.voidsetDocumentUniqueId(String value) Sets the value of the documentUniqueId property.voidsetHomeCommunityId(String value) Sets the value of the homeCommunityId property.voidsetRepositoryUniqueId(String value) Sets the value of the repositoryUniqueId property.
-
Constructor Details
-
DocumentRequest
public DocumentRequest()
-
-
Method Details
-
getHomeCommunityId
Gets the value of the homeCommunityId property.- Returns:
- possible object is
String
-
setHomeCommunityId
Sets the value of the homeCommunityId property.- Parameters:
value- allowed object isString
-
getRepositoryUniqueId
Gets the value of the repositoryUniqueId property.- Returns:
- possible object is
String
-
setRepositoryUniqueId
Sets the value of the repositoryUniqueId property.- Parameters:
value- allowed object isString
-
getDocumentUniqueId
Gets the value of the documentUniqueId property.- Returns:
- possible object is
String
-
setDocumentUniqueId
Sets the value of the documentUniqueId property.- Parameters:
value- allowed object isString
-