public class CxWSJIRAIssueCreateMeta extends CxWSIssueTrackingSystemMeta
Java class for CxWSJIRAIssueCreateMeta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSJIRAIssueCreateMeta">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSIssueTrackingSystemMeta">
<sequence>
<element name="Projects" type="{http://Checkmarx.com}ArrayOfCxWSJIRAProjectMeta" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxWSJIRAProjectMeta |
projects |
| Constructor and Description |
|---|
CxWSJIRAIssueCreateMeta() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxWSJIRAProjectMeta |
getProjects()
Gets the value of the projects property.
|
void |
setProjects(ArrayOfCxWSJIRAProjectMeta value)
Sets the value of the projects property.
|
protected ArrayOfCxWSJIRAProjectMeta projects
public ArrayOfCxWSJIRAProjectMeta getProjects()
ArrayOfCxWSJIRAProjectMetapublic void setProjects(ArrayOfCxWSJIRAProjectMeta value)
value - allowed object is
ArrayOfCxWSJIRAProjectMetaCopyright © 2020. All rights reserved.