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