public class CxQueryCategory extends Object
Java class for CxQueryCategory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxQueryCategory">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="CategoryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CategoryType" type="{http://Checkmarx.com}CxCategoryType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
categoryName |
protected CxCategoryType |
categoryType |
protected long |
id |
| Constructor and Description |
|---|
CxQueryCategory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryName()
Gets the value of the categoryName property.
|
CxCategoryType |
getCategoryType()
Gets the value of the categoryType property.
|
long |
getId()
Gets the value of the id property.
|
void |
setCategoryName(String value)
Sets the value of the categoryName property.
|
void |
setCategoryType(CxCategoryType value)
Sets the value of the categoryType property.
|
void |
setId(long value)
Sets the value of the id property.
|
protected long id
protected String categoryName
protected CxCategoryType categoryType
public long getId()
public void setId(long value)
public String getCategoryName()
Stringpublic void setCategoryName(String value)
value - allowed object is
Stringpublic CxCategoryType getCategoryType()
CxCategoryTypepublic void setCategoryType(CxCategoryType value)
value - allowed object is
CxCategoryTypeCopyright © 2020. All rights reserved.