Class ProvideAndRegisterDocumentSetRequestType

java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.ProvideAndRegisterDocumentSetRequestType

public class ProvideAndRegisterDocumentSetRequestType extends 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>
 
  • Constructor Details

    • ProvideAndRegisterDocumentSetRequestType

      public ProvideAndRegisterDocumentSetRequestType()
  • Method Details

    • 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
    • getDocument

      Gets the value of the document 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 document property.

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

          getDocument().add(newItem);
       

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

      Returns:
      the list of documents.