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