public class Request
extends java.lang.Object
Java class for XML Request containing proNumber, type, format, pageNumber, and multiPage.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Request"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="proNumber" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="format" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pageNumber" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="multiPage" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Request() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormat()
Gets the value of the format property.
|
java.lang.Integer |
getPageNumber()
Gets the value of the pageNumber property.
|
long |
getProNumber()
Gets the value of the proNumber property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.Boolean |
isMultiPage()
Gets the value of the multiPage property.
|
void |
setFormat(java.lang.String value)
Sets the value of the format property.
|
void |
setMultiPage(java.lang.Boolean value)
Sets the value of the multiPage property.
|
void |
setPageNumber(java.lang.Integer value)
Sets the value of the pageNumber property.
|
void |
setProNumber(long value)
Sets the value of the proNumber property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
java.lang.String |
toString() |
public long getProNumber()
Long
public void setProNumber(long value)
value
- allowed object is
Long
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFormat()
String
public void setFormat(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getPageNumber()
Integer
public void setPageNumber(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean isMultiPage()
Boolean
public void setMultiPage(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String toString()
toString
in class java.lang.Object