public class CxPresetDetails extends Object
Java class for CxPresetDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxPresetDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="queryIds" type="{http://Checkmarx.com}ArrayOfLong" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="owningteam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isPublic" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isUserAllowToUpdate" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="isUserAllowToDelete" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsDuplicate" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
id |
protected boolean |
isDuplicate |
protected boolean |
isPublic |
protected boolean |
isUserAllowToDelete |
protected boolean |
isUserAllowToUpdate |
protected String |
name |
protected String |
owner |
protected String |
owningteam |
protected ArrayOfLong |
queryIds |
| Constructor and Description |
|---|
CxPresetDetails() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOwner()
Gets the value of the owner property.
|
String |
getOwningteam()
Gets the value of the owningteam property.
|
ArrayOfLong |
getQueryIds()
Gets the value of the queryIds property.
|
boolean |
isIsDuplicate()
Gets the value of the isDuplicate property.
|
boolean |
isIsPublic()
Gets the value of the isPublic property.
|
boolean |
isIsUserAllowToDelete()
Gets the value of the isUserAllowToDelete property.
|
boolean |
isIsUserAllowToUpdate()
Gets the value of the isUserAllowToUpdate property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setIsDuplicate(boolean value)
Sets the value of the isDuplicate property.
|
void |
setIsPublic(boolean value)
Sets the value of the isPublic property.
|
void |
setIsUserAllowToDelete(boolean value)
Sets the value of the isUserAllowToDelete property.
|
void |
setIsUserAllowToUpdate(boolean value)
Sets the value of the isUserAllowToUpdate property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOwner(String value)
Sets the value of the owner property.
|
void |
setOwningteam(String value)
Sets the value of the owningteam property.
|
void |
setQueryIds(ArrayOfLong value)
Sets the value of the queryIds property.
|
protected ArrayOfLong queryIds
protected long id
protected String name
protected String owningteam
protected boolean isPublic
protected String owner
protected boolean isUserAllowToUpdate
protected boolean isUserAllowToDelete
protected boolean isDuplicate
public ArrayOfLong getQueryIds()
ArrayOfLongpublic void setQueryIds(ArrayOfLong value)
value - allowed object is
ArrayOfLongpublic long getId()
public void setId(long value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getOwningteam()
Stringpublic void setOwningteam(String value)
value - allowed object is
Stringpublic boolean isIsPublic()
public void setIsPublic(boolean value)
public String getOwner()
Stringpublic void setOwner(String value)
value - allowed object is
Stringpublic boolean isIsUserAllowToUpdate()
public void setIsUserAllowToUpdate(boolean value)
public boolean isIsUserAllowToDelete()
public void setIsUserAllowToDelete(boolean value)
public boolean isIsDuplicate()
public void setIsDuplicate(boolean value)
Copyright © 2020. All rights reserved.