public class CheckerSubcategoryIdDataObj extends Object
Java class for checkerSubcategoryIdDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="checkerSubcategoryIdDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="checkerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="domain" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subcategory" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
checkerName |
protected String |
domain |
protected String |
subcategory |
| Constructor and Description |
|---|
CheckerSubcategoryIdDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckerName()
Gets the value of the checkerName property.
|
String |
getDomain()
Gets the value of the domain property.
|
String |
getSubcategory()
Gets the value of the subcategory property.
|
void |
setCheckerName(String value)
Sets the value of the checkerName property.
|
void |
setDomain(String value)
Sets the value of the domain property.
|
void |
setSubcategory(String value)
Sets the value of the subcategory property.
|
protected String checkerName
protected String domain
protected String subcategory
public String getCheckerName()
Stringpublic void setCheckerName(String value)
value - allowed object is
Stringpublic String getDomain()
Stringpublic void setDomain(String value)
value - allowed object is
Stringpublic String getSubcategory()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.