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