|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectihe.iti.xds_b._2007.ProvideAndRegisterDocumentSetRequest
public class ProvideAndRegisterDocumentSetRequest
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 |
---|
protected SubmitObjectsRequest submitObjectsRequest
protected java.util.List<ProvideAndRegisterDocumentSetRequest.Document> documents
Constructor Detail |
---|
public ProvideAndRegisterDocumentSetRequest()
Method Detail |
---|
public SubmitObjectsRequest getSubmitObjectsRequest()
SubmitObjectsRequest
public void setSubmitObjectsRequest(SubmitObjectsRequest value)
value
- allowed object is
SubmitObjectsRequest
public java.util.List<ProvideAndRegisterDocumentSetRequest.Document> getDocuments()
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |