public class ArrayOf11308813021440052060Base64Binary
extends java.lang.Object
Java class for ArrayOf_1130881302_1440052060_base64Binary complex type. base64Binary is returned back in the response to be converted to a PDF/TIFF.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayOf_1130881302_1440052060_base64Binary"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="base64Binary" type="{http://www.w3.org/2001/XMLSchema}base64Binary" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ArrayOf11308813021440052060Base64Binary() |
Modifier and Type | Method and Description |
---|---|
java.util.List<byte[]> |
getBase64Binary()
Gets the value of the base64Binary property.
|
void |
setBase64Binary(java.util.List<byte[]> base64Binary) |
public ArrayOf11308813021440052060Base64Binary()
public java.util.List<byte[]> getBase64Binary()
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 base64Binary property.
For example, to add a new item, do as follows:
getBase64Binary().add(newItem);
Objects of the following type(s) are allowed in the list byte[]
public void setBase64Binary(java.util.List<byte[]> base64Binary)