|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.dss._1_0.core.schema.InputDocuments
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-10-16T01:44:37+02:00",
comments="JAXB RI v2.2.11")
public class InputDocuments
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded">
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Document"/>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}TransformedData"/>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}DocumentHash"/>
<element name="Other" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
InputDocuments()
|
|
| Method Summary | |
|---|---|
List<DocumentType> |
getDocument()
Gets the value of the document property. |
List<DocumentHash> |
getDocumentHash()
Gets the value of the documentHash property. |
List<AnyType> |
getOther()
Gets the value of the other property. |
List<TransformedData> |
getTransformedData()
Gets the value of the transformedData property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InputDocuments()
| Method Detail |
|---|
public List<DocumentType> 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
DocumentType
public List<TransformedData> getTransformedData()
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 transformedData property.
For example, to add a new item, do as follows:
getTransformedData().add(newItem);
Objects of the following type(s) are allowed in the list
TransformedData
public List<DocumentHash> getDocumentHash()
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 documentHash property.
For example, to add a new item, do as follows:
getDocumentHash().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentHash
public List<AnyType> getOther()
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 other property.
For example, to add a new item, do as follows:
getOther().add(newItem);
Objects of the following type(s) are allowed in the list
AnyType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||