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