public class CxWSJIRAIssueType extends Object
Java class for CxWSJIRAIssueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSJIRAIssueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Subtask" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Fields" type="{http://Checkmarx.com}ArrayOfCxWSJIRAFields" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxWSJIRAFields |
fields |
protected String |
id |
protected String |
name |
protected boolean |
subtask |
| Constructor and Description |
|---|
CxWSJIRAIssueType() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxWSJIRAFields |
getFields()
Gets the value of the fields property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isSubtask()
Gets the value of the subtask property.
|
void |
setFields(ArrayOfCxWSJIRAFields value)
Sets the value of the fields property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSubtask(boolean value)
Sets the value of the subtask property.
|
protected String id
protected String name
protected boolean subtask
protected ArrayOfCxWSJIRAFields fields
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSubtask()
public void setSubtask(boolean value)
public ArrayOfCxWSJIRAFields getFields()
ArrayOfCxWSJIRAFieldspublic void setFields(ArrayOfCxWSJIRAFields value)
value - allowed object is
ArrayOfCxWSJIRAFieldsCopyright © 2020. All rights reserved.