ihe.iti.xds_b._2007
Class RetrieveDocumentSetResponse

java.lang.Object
  extended by ihe.iti.xds_b._2007.RetrieveDocumentSetResponse

public class RetrieveDocumentSetResponse
extends java.lang.Object

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="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="mimeType" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName"/>
                     <element name="Document" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
                   </sequence>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class RetrieveDocumentSetResponse.DocumentResponse
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<RetrieveDocumentSetResponse.DocumentResponse> documentResponses
           
protected  RegistryResponseType registryResponse
           
 
Constructor Summary
RetrieveDocumentSetResponse()
           
 
Method Summary
 java.util.List<RetrieveDocumentSetResponse.DocumentResponse> getDocumentResponses()
          Gets the value of the documentResponses property.
 RegistryResponseType getRegistryResponse()
          Gets the value of the registryResponse property.
 void setRegistryResponse(RegistryResponseType value)
          Sets the value of the registryResponse property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registryResponse

protected RegistryResponseType registryResponse

documentResponses

protected java.util.List<RetrieveDocumentSetResponse.DocumentResponse> documentResponses
Constructor Detail

RetrieveDocumentSetResponse

public RetrieveDocumentSetResponse()
Method Detail

getRegistryResponse

public RegistryResponseType getRegistryResponse()
Gets the value of the registryResponse property.

Returns:
possible object is RegistryResponseType

setRegistryResponse

public void setRegistryResponse(RegistryResponseType value)
Sets the value of the registryResponse property.

Parameters:
value - allowed object is RegistryResponseType

getDocumentResponses

public java.util.List<RetrieveDocumentSetResponse.DocumentResponse> getDocumentResponses()
Gets the value of the documentResponses 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 documentResponses property.

For example, to add a new item, do as follows:

    getDocumentResponses().add(newItem);
 

Objects of the following type(s) are allowed in the list RetrieveDocumentSetResponse.DocumentResponse