|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectihe.iti.xds_b._2007.ProvideAndRegisterDocumentSetRequestType
public class 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 | |
|---|---|
static class |
ProvideAndRegisterDocumentSetRequestType.Document
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<ProvideAndRegisterDocumentSetRequestType.Document> |
document
|
protected SubmitObjectsRequest |
submitObjectsRequest
|
| Constructor Summary | |
|---|---|
ProvideAndRegisterDocumentSetRequestType()
|
|
| Method Summary | |
|---|---|
List<ProvideAndRegisterDocumentSetRequestType.Document> |
getDocument()
Gets the value of the document 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 List<ProvideAndRegisterDocumentSetRequestType.Document> document
| Constructor Detail |
|---|
public ProvideAndRegisterDocumentSetRequestType()
| Method Detail |
|---|
public SubmitObjectsRequest getSubmitObjectsRequest()
SubmitObjectsRequestpublic void setSubmitObjectsRequest(SubmitObjectsRequest value)
value - allowed object is
SubmitObjectsRequestpublic List<ProvideAndRegisterDocumentSetRequestType.Document> getDocument()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||