public class CxWSResponseDeleteProjects extends CxWSBasicRepsonse
Java class for CxWSResponseDeleteProjects complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseDeleteProjects">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="IsConfirmation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Flags" type="{http://Checkmarx.com}DeleteFlags"/>
<element name="UndeletedProjects" type="{http://Checkmarx.com}ArrayOfUndeletedObject" minOccurs="0"/>
<element name="NumOfDeletedProjects" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
flags |
protected boolean |
isConfirmation |
protected int |
numOfDeletedProjects |
protected ArrayOfUndeletedObject |
undeletedProjects |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseDeleteProjects() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFlags()
Gets the value of the flags property.
|
int |
getNumOfDeletedProjects()
Gets the value of the numOfDeletedProjects property.
|
ArrayOfUndeletedObject |
getUndeletedProjects()
Gets the value of the undeletedProjects property.
|
boolean |
isIsConfirmation()
Gets the value of the isConfirmation property.
|
void |
setIsConfirmation(boolean value)
Sets the value of the isConfirmation property.
|
void |
setNumOfDeletedProjects(int value)
Sets the value of the numOfDeletedProjects property.
|
void |
setUndeletedProjects(ArrayOfUndeletedObject value)
Sets the value of the undeletedProjects property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected boolean isConfirmation
protected ArrayOfUndeletedObject undeletedProjects
protected int numOfDeletedProjects
public boolean isIsConfirmation()
public void setIsConfirmation(boolean value)
public 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
public ArrayOfUndeletedObject getUndeletedProjects()
ArrayOfUndeletedObjectpublic void setUndeletedProjects(ArrayOfUndeletedObject value)
value - allowed object is
ArrayOfUndeletedObjectpublic int getNumOfDeletedProjects()
public void setNumOfDeletedProjects(int value)
Copyright © 2020. All rights reserved.