public class Response
extends java.lang.Object
Java class for XML Response containing doc, success, errors, and numberPages.
Java class for Response complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Response"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="doc" type="{http://service.document.odfl.com}ArrayOf_1130881302_1440052060_base64Binary"/> <element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="errors" type="{http://service.document.odfl.com}ArrayOf_1130881302_1440052060_nillable_string"/> <element name="numberPages" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Response() |
Modifier and Type | Method and Description |
---|---|
ArrayOf11308813021440052060Base64Binary |
getDoc()
Gets the value of the doc property.
|
ArrayOf11308813021440052060NillableString |
getErrors()
Gets the value of the errors property.
|
int |
getNumberPages()
Gets the value of the numberPages property.
|
boolean |
isSuccess()
Gets the value of the success property.
|
void |
setDoc(ArrayOf11308813021440052060Base64Binary value)
Sets the value of the doc property.
|
void |
setDoc(java.util.List<byte[]> value) |
void |
setErrors(ArrayOf11308813021440052060NillableString value)
Sets the value of the errors property.
|
void |
setErrors(java.lang.String[] value)
Sets the value of the errors property.
|
void |
setNumberPages(int value)
Sets the value of the numberPages property.
|
void |
setSuccess(boolean value)
Sets the value of the success property.
|
public ArrayOf11308813021440052060Base64Binary getDoc()
ArrayOf11308813021440052060Base64Binary
public void setDoc(ArrayOf11308813021440052060Base64Binary value)
value
- allowed object is
ArrayOf11308813021440052060Base64Binary
public void setDoc(java.util.List<byte[]> value)
value
- allowed object is
List
public boolean isSuccess()
public void setSuccess(boolean value)
value
- allowed object is booleanpublic ArrayOf11308813021440052060NillableString getErrors()
ArrayOf11308813021440052060NillableString
public void setErrors(ArrayOf11308813021440052060NillableString value)
value
- allowed object is
ArrayOf11308813021440052060NillableString
public void setErrors(java.lang.String[] value)
value
- allowed object is
String[]
public int getNumberPages()
Integer
public void setNumberPages(int value)
value
- allowed object is
Integer