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