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