ihe.iti.xds_b._2007
Class ProvideAndRegisterDocumentSetRequest

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

public class ProvideAndRegisterDocumentSetRequest
extends java.lang.Object

Java class for ProvideAndRegisterDocumentSetRequestType complex type.

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

 <complexType name="ProvideAndRegisterDocumentSetRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0}SubmitObjectsRequest"/>
         <sequence minOccurs="0">
           <element name="Document" maxOccurs="unbounded">
             <complexType>
               <simpleContent>
                 <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
                   <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
                 </extension>
               </simpleContent>
             </complexType>
           </element>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ProvideAndRegisterDocumentSetRequest.Document
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<ProvideAndRegisterDocumentSetRequest.Document> documents
           
protected  SubmitObjectsRequest submitObjectsRequest
           
 
Constructor Summary
ProvideAndRegisterDocumentSetRequest()
           
 
Method Summary
 java.util.List<ProvideAndRegisterDocumentSetRequest.Document> getDocuments()
          Gets the value of the documents property.
 SubmitObjectsRequest getSubmitObjectsRequest()
          Gets the value of the submitObjectsRequest property.
 void setSubmitObjectsRequest(SubmitObjectsRequest value)
          Sets the value of the submitObjectsRequest property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

submitObjectsRequest

protected SubmitObjectsRequest submitObjectsRequest

documents

protected java.util.List<ProvideAndRegisterDocumentSetRequest.Document> documents
Constructor Detail

ProvideAndRegisterDocumentSetRequest

public ProvideAndRegisterDocumentSetRequest()
Method Detail

getSubmitObjectsRequest

public SubmitObjectsRequest getSubmitObjectsRequest()
Gets the value of the submitObjectsRequest property.

Returns:
possible object is SubmitObjectsRequest

setSubmitObjectsRequest

public void setSubmitObjectsRequest(SubmitObjectsRequest value)
Sets the value of the submitObjectsRequest property.

Parameters:
value - allowed object is SubmitObjectsRequest

getDocuments

public java.util.List<ProvideAndRegisterDocumentSetRequest.Document> getDocuments()
Gets the value of the documents 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 documents property.

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

    getDocuments().add(newItem);
 

Objects of the following type(s) are allowed in the list ProvideAndRegisterDocumentSetRequest.Document