Class ProvideAndRegisterDocumentSetRequestType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.ProvideAndRegisterDocumentSetRequestType
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
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the document property.Gets the value of the submitObjectsRequest property.void
Sets the value of the submitObjectsRequest property.
-
Constructor Details
-
ProvideAndRegisterDocumentSetRequestType
public ProvideAndRegisterDocumentSetRequestType()
-
-
Method Details
-
getSubmitObjectsRequest
Gets the value of the submitObjectsRequest property.- Returns:
- possible object is
SubmitObjectsRequest
-
setSubmitObjectsRequest
Sets the value of the submitObjectsRequest property.- Parameters:
value
- allowed object isSubmitObjectsRequest
-
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.
-