public class CxWSRequestDeleteProjects extends Object
Java class for CxWSRequestDeleteProjects complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSRequestDeleteProjects">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SessionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProjectIDs" type="{http://Checkmarx.com}ArrayOfLong" minOccurs="0"/>
<element name="Flags" type="{http://Checkmarx.com}DeleteFlags"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
flags |
protected ArrayOfLong |
projectIDs |
protected String |
sessionID |
| Constructor and Description |
|---|
CxWSRequestDeleteProjects() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFlags()
Gets the value of the flags property.
|
ArrayOfLong |
getProjectIDs()
Gets the value of the projectIDs property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
void |
setProjectIDs(ArrayOfLong value)
Sets the value of the projectIDs property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
protected String sessionID
protected ArrayOfLong projectIDs
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic ArrayOfLong getProjectIDs()
ArrayOfLongpublic void setProjectIDs(ArrayOfLong value)
value - allowed object is
ArrayOfLongpublic List<String> getFlags()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the flags property.
For example, to add a new item, do as follows:
getFlags().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2020. All rights reserved.