public class OrderServiceInterfacegetOrdersByStatementResponse extends Object
Java class for getOrdersByStatementResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="getOrdersByStatementResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rval" type="{https://www.google.com/apis/ads/publisher/v201711}OrderPage" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Constructor and Description |
|---|
OrderServiceInterfacegetOrdersByStatementResponse() |
| Modifier and Type | Method and Description |
|---|---|
OrderPage |
getRval()
Gets the value of the rval property.
|
void |
setRval(OrderPage value)
Sets the value of the rval property.
|
protected OrderPage rval
Copyright © 2018. All Rights Reserved.