@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:18:55+02:00", comments="JAXB RI v2.2.11") public class InputDocuments extends Object implements Serializable
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 and Description |
---|
InputDocuments() |
Modifier and Type | Method and Description |
---|---|
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.
|
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
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.