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