public class CxWSJIRAProjectMeta extends Object
Java class for CxWSJIRAProjectMeta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSJIRAProjectMeta">
<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="Key" 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="IssueTypes" type="{http://Checkmarx.com}ArrayOfCxWSJIRAIssueType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected ArrayOfCxWSJIRAIssueType |
issueTypes |
protected String |
key |
protected String |
name |
| Constructor and Description |
|---|
CxWSJIRAProjectMeta() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
ArrayOfCxWSJIRAIssueType |
getIssueTypes()
Gets the value of the issueTypes property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getName()
Gets the value of the name property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIssueTypes(ArrayOfCxWSJIRAIssueType value)
Sets the value of the issueTypes property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String id
protected String key
protected String name
protected ArrayOfCxWSJIRAIssueType issueTypes
public void setId(String value)
value - allowed object is
Stringpublic String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ArrayOfCxWSJIRAIssueType getIssueTypes()
ArrayOfCxWSJIRAIssueTypepublic void setIssueTypes(ArrayOfCxWSJIRAIssueType value)
value - allowed object is
ArrayOfCxWSJIRAIssueTypeCopyright © 2020. All rights reserved.