public class CxWSQueryGroup extends Object
Java class for CxWSQueryGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSQueryGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Impacts" type="{http://Checkmarx.com}ArrayOfInt" minOccurs="0"/>
<element name="PackageId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Queries" type="{http://Checkmarx.com}ArrayOfCxWSQuery" minOccurs="0"/>
<element name="IsReadOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsEncrypted" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Language" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="LanguageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PackageTypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProjectId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="PackageType" type="{http://Checkmarx.com}CxWSPackageTypeEnum"/>
<element name="PackageFullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OwningTeam" type="{http://microsoft.com/wsdl/types/}guid"/>
<element name="Status" type="{http://Checkmarx.com}QueryStatus"/>
<element name="LanguageStateHash" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LanguageStateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected ArrayOfInt |
impacts |
protected boolean |
isEncrypted |
protected boolean |
isReadOnly |
protected int |
language |
protected String |
languageName |
protected XMLGregorianCalendar |
languageStateDate |
protected String |
languageStateHash |
protected String |
name |
protected String |
owningTeam |
protected String |
packageFullName |
protected long |
packageId |
protected CxWSPackageTypeEnum |
packageType |
protected String |
packageTypeName |
protected long |
projectId |
protected ArrayOfCxWSQuery |
queries |
protected QueryStatus |
status |
| Constructor and Description |
|---|
CxWSQueryGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
ArrayOfInt |
getImpacts()
Gets the value of the impacts property.
|
int |
getLanguage()
Gets the value of the language property.
|
String |
getLanguageName()
Gets the value of the languageName property.
|
XMLGregorianCalendar |
getLanguageStateDate()
Gets the value of the languageStateDate property.
|
String |
getLanguageStateHash()
Gets the value of the languageStateHash property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOwningTeam()
Gets the value of the owningTeam property.
|
String |
getPackageFullName()
Gets the value of the packageFullName property.
|
long |
getPackageId()
Gets the value of the packageId property.
|
CxWSPackageTypeEnum |
getPackageType()
Gets the value of the packageType property.
|
String |
getPackageTypeName()
Gets the value of the packageTypeName property.
|
long |
getProjectId()
Gets the value of the projectId property.
|
ArrayOfCxWSQuery |
getQueries()
Gets the value of the queries property.
|
QueryStatus |
getStatus()
Gets the value of the status property.
|
boolean |
isIsEncrypted()
Gets the value of the isEncrypted property.
|
boolean |
isIsReadOnly()
Gets the value of the isReadOnly property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setImpacts(ArrayOfInt value)
Sets the value of the impacts property.
|
void |
setIsEncrypted(boolean value)
Sets the value of the isEncrypted property.
|
void |
setIsReadOnly(boolean value)
Sets the value of the isReadOnly property.
|
void |
setLanguage(int value)
Sets the value of the language property.
|
void |
setLanguageName(String value)
Sets the value of the languageName property.
|
void |
setLanguageStateDate(XMLGregorianCalendar value)
Sets the value of the languageStateDate property.
|
void |
setLanguageStateHash(String value)
Sets the value of the languageStateHash property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOwningTeam(String value)
Sets the value of the owningTeam property.
|
void |
setPackageFullName(String value)
Sets the value of the packageFullName property.
|
void |
setPackageId(long value)
Sets the value of the packageId property.
|
void |
setPackageType(CxWSPackageTypeEnum value)
Sets the value of the packageType property.
|
void |
setPackageTypeName(String value)
Sets the value of the packageTypeName property.
|
void |
setProjectId(long value)
Sets the value of the projectId property.
|
void |
setQueries(ArrayOfCxWSQuery value)
Sets the value of the queries property.
|
void |
setStatus(QueryStatus value)
Sets the value of the status property.
|
protected String name
protected ArrayOfInt impacts
protected long packageId
protected ArrayOfCxWSQuery queries
protected boolean isReadOnly
protected boolean isEncrypted
protected String description
protected int language
protected String languageName
protected String packageTypeName
protected long projectId
protected CxWSPackageTypeEnum packageType
protected String packageFullName
protected String owningTeam
protected QueryStatus status
protected String languageStateHash
protected XMLGregorianCalendar languageStateDate
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ArrayOfInt getImpacts()
ArrayOfIntpublic void setImpacts(ArrayOfInt value)
value - allowed object is
ArrayOfIntpublic long getPackageId()
public void setPackageId(long value)
public ArrayOfCxWSQuery getQueries()
ArrayOfCxWSQuerypublic void setQueries(ArrayOfCxWSQuery value)
value - allowed object is
ArrayOfCxWSQuerypublic boolean isIsReadOnly()
public void setIsReadOnly(boolean value)
public boolean isIsEncrypted()
public void setIsEncrypted(boolean value)
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic int getLanguage()
public void setLanguage(int value)
public String getLanguageName()
Stringpublic void setLanguageName(String value)
value - allowed object is
Stringpublic String getPackageTypeName()
Stringpublic void setPackageTypeName(String value)
value - allowed object is
Stringpublic long getProjectId()
public void setProjectId(long value)
public CxWSPackageTypeEnum getPackageType()
CxWSPackageTypeEnumpublic void setPackageType(CxWSPackageTypeEnum value)
value - allowed object is
CxWSPackageTypeEnumpublic String getPackageFullName()
Stringpublic void setPackageFullName(String value)
value - allowed object is
Stringpublic String getOwningTeam()
Stringpublic void setOwningTeam(String value)
value - allowed object is
Stringpublic QueryStatus getStatus()
QueryStatuspublic void setStatus(QueryStatus value)
value - allowed object is
QueryStatuspublic String getLanguageStateHash()
Stringpublic void setLanguageStateHash(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLanguageStateDate()
XMLGregorianCalendarpublic void setLanguageStateDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2020. All rights reserved.