Class RetrieveDocumentSetResponseType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.RetrieveDocumentSetResponseType
Java class for RetrieveDocumentSetResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RetrieveDocumentSetResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0}RegistryResponse"/> <sequence minOccurs="0"> <element name="DocumentResponse" maxOccurs="unbounded"> <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"/> <element name="NewRepositoryUniqueId" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" minOccurs="0"/> <element name="NewDocumentUniqueId" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" minOccurs="0"/> <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"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </sequence> </restriction> </complexContent> </complexType>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentResponse property.void
setRegistryResponse
(RegistryResponseType registryResponse)
-
Constructor Details
-
RetrieveDocumentSetResponseType
public RetrieveDocumentSetResponseType()
-
-
Method Details
-
getDocumentResponse
Gets the value of the documentResponse property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the documentResponse property.For example, to add a new item, do as follows:
getDocumentResponse().add(newItem);
Objects of the following type(s) are allowed in the list
RetrieveDocumentSetResponseType.DocumentResponse
- Returns:
- the document response.
-
setRegistryResponse
-
getRegistryResponse
-