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