public class GetDomainCategoriesRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CategoryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DomainName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
categoryName |
protected String |
domainName |
protected String |
language |
| Constructor and Description |
|---|
GetDomainCategoriesRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryName()
Gets the value of the categoryName property.
|
String |
getDomainName()
Gets the value of the domainName property.
|
String |
getLanguage()
Gets the value of the language property.
|
void |
setCategoryName(String value)
Sets the value of the categoryName property.
|
void |
setDomainName(String value)
Sets the value of the domainName property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
protected String categoryName
protected String domainName
protected String language
public String getCategoryName()
Stringpublic void setCategoryName(String value)
value - allowed object is
Stringpublic String getDomainName()
Stringpublic void setDomainName(String value)
value - allowed object is
Stringpublic String getLanguage()
StringCopyright © 2024. All rights reserved.