public class CxWSResultsAssignedToFilter extends Object
Java class for CxWSResultsAssignedToFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResultsAssignedToFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="All" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IDs" type="{http://Checkmarx.com}ArrayOfLong" minOccurs="0"/>
<element name="Usernames" type="{http://Checkmarx.com}ArrayOfString" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
all |
protected ArrayOfLong |
iDs |
protected ArrayOfString |
usernames |
| Constructor and Description |
|---|
CxWSResultsAssignedToFilter() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfLong |
getIDs()
Gets the value of the iDs property.
|
ArrayOfString |
getUsernames()
Gets the value of the usernames property.
|
boolean |
isAll()
Gets the value of the all property.
|
void |
setAll(boolean value)
Sets the value of the all property.
|
void |
setIDs(ArrayOfLong value)
Sets the value of the iDs property.
|
void |
setUsernames(ArrayOfString value)
Sets the value of the usernames property.
|
protected boolean all
protected ArrayOfLong iDs
protected ArrayOfString usernames
public boolean isAll()
public void setAll(boolean value)
public ArrayOfLong getIDs()
ArrayOfLongpublic void setIDs(ArrayOfLong value)
value - allowed object is
ArrayOfLongpublic ArrayOfString getUsernames()
ArrayOfStringpublic void setUsernames(ArrayOfString value)
value - allowed object is
ArrayOfStringCopyright © 2020. All rights reserved.