public class DataServiceInterfacequeryDomainCategoryResponse extends Object
Java class for queryDomainCategoryResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="queryDomainCategoryResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rval" type="{https://adwords.google.com/api/adwords/cm/v201809}DomainCategoryPage" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected DomainCategoryPage |
rval |
| Constructor and Description |
|---|
DataServiceInterfacequeryDomainCategoryResponse() |
| Modifier and Type | Method and Description |
|---|---|
DomainCategoryPage |
getRval()
Gets the value of the rval property.
|
void |
setRval(DomainCategoryPage value)
Sets the value of the rval property.
|
protected DomainCategoryPage rval
public DataServiceInterfacequeryDomainCategoryResponse()
public DomainCategoryPage getRval()
DomainCategoryPagepublic void setRval(DomainCategoryPage value)
value - allowed object is
DomainCategoryPageCopyright © 2023. All rights reserved.