ihe.iti.xds_b._2007
Class RetrieveDocumentSetRequest

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

public class RetrieveDocumentSetRequest
extends java.lang.Object

Java class for RetrieveDocumentSetRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RetrieveDocumentSetRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DocumentRequest" 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"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class RetrieveDocumentSetRequest.DocumentRequest
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<RetrieveDocumentSetRequest.DocumentRequest> documentRequests
           
 
Constructor Summary
RetrieveDocumentSetRequest()
           
 
Method Summary
 java.util.List<RetrieveDocumentSetRequest.DocumentRequest> getDocumentRequests()
          Gets the value of the documentRequests property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

documentRequests

protected java.util.List<RetrieveDocumentSetRequest.DocumentRequest> documentRequests
Constructor Detail

RetrieveDocumentSetRequest

public RetrieveDocumentSetRequest()
Method Detail

getDocumentRequests

public java.util.List<RetrieveDocumentSetRequest.DocumentRequest> getDocumentRequests()
Gets the value of the documentRequests 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 documentRequests property.

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

    getDocumentRequests().add(newItem);
 

Objects of the following type(s) are allowed in the list RetrieveDocumentSetRequest.DocumentRequest