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