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