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