public class CxXMLResultsType extends Object
Java class for CxXMLResultsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxXMLResultsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Query" type="{}QueryType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="InitiatorName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Owner" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ScanId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ProjectId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ProjectName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="TeamFullPathOnReportDate" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="DeepLink" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ScanStart" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Preset" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ScanTime" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="LinesOfCodeScanned" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="FilesScanned" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ReportCreationTime" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Team" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="CheckmarxVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ScanComments" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ScanType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="SourceOrigin" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Visibility" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
checkmarxVersion |
protected String |
deepLink |
protected String |
filesScanned |
protected String |
initiatorName |
protected String |
linesOfCodeScanned |
protected String |
owner |
protected String |
preset |
protected String |
projectId |
protected String |
projectName |
protected List<QueryType> |
query |
protected String |
reportCreationTime |
protected String |
scanComments |
protected String |
scanId |
protected String |
scanStart |
protected String |
scanTime |
protected String |
scanType |
protected String |
sourceOrigin |
protected String |
team |
protected String |
teamFullPathOnReportDate |
protected String |
visibility |
| Constructor and Description |
|---|
CxXMLResultsType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckmarxVersion()
Gets the value of the checkmarxVersion property.
|
String |
getDeepLink()
Gets the value of the deepLink property.
|
String |
getFilesScanned()
Gets the value of the filesScanned property.
|
String |
getInitiatorName()
Gets the value of the initiatorName property.
|
String |
getLinesOfCodeScanned()
Gets the value of the linesOfCodeScanned property.
|
String |
getOwner()
Gets the value of the owner property.
|
String |
getPreset()
Gets the value of the preset property.
|
String |
getProjectId()
Gets the value of the projectId property.
|
String |
getProjectName()
Gets the value of the projectName property.
|
List<QueryType> |
getQuery()
Gets the value of the query property.
|
String |
getReportCreationTime()
Gets the value of the reportCreationTime property.
|
String |
getScanComments()
Gets the value of the scanComments property.
|
String |
getScanId()
Gets the value of the scanId property.
|
String |
getScanStart()
Gets the value of the scanStart property.
|
String |
getScanTime()
Gets the value of the scanTime property.
|
String |
getScanType()
Gets the value of the scanType property.
|
String |
getSourceOrigin()
Gets the value of the sourceOrigin property.
|
String |
getTeam()
Gets the value of the team property.
|
String |
getTeamFullPathOnReportDate()
Gets the value of the teamFullPathOnReportDate property.
|
String |
getVisibility()
Gets the value of the visibility property.
|
void |
setCheckmarxVersion(String value)
Sets the value of the checkmarxVersion property.
|
void |
setDeepLink(String value)
Sets the value of the deepLink property.
|
void |
setFilesScanned(String value)
Sets the value of the filesScanned property.
|
void |
setInitiatorName(String value)
Sets the value of the initiatorName property.
|
void |
setLinesOfCodeScanned(String value)
Sets the value of the linesOfCodeScanned property.
|
void |
setOwner(String value)
Sets the value of the owner property.
|
void |
setPreset(String value)
Sets the value of the preset property.
|
void |
setProjectId(String value)
Sets the value of the projectId property.
|
void |
setProjectName(String value)
Sets the value of the projectName property.
|
void |
setReportCreationTime(String value)
Sets the value of the reportCreationTime property.
|
void |
setScanComments(String value)
Sets the value of the scanComments property.
|
void |
setScanId(String value)
Sets the value of the scanId property.
|
void |
setScanStart(String value)
Sets the value of the scanStart property.
|
void |
setScanTime(String value)
Sets the value of the scanTime property.
|
void |
setScanType(String value)
Sets the value of the scanType property.
|
void |
setSourceOrigin(String value)
Sets the value of the sourceOrigin property.
|
void |
setTeam(String value)
Sets the value of the team property.
|
void |
setTeamFullPathOnReportDate(String value)
Sets the value of the teamFullPathOnReportDate property.
|
void |
setVisibility(String value)
Sets the value of the visibility property.
|
protected String initiatorName
protected String owner
protected String scanId
protected String projectId
protected String projectName
protected String teamFullPathOnReportDate
protected String deepLink
protected String scanStart
protected String preset
protected String scanTime
protected String linesOfCodeScanned
protected String filesScanned
protected String reportCreationTime
protected String team
protected String checkmarxVersion
protected String scanComments
protected String scanType
protected String sourceOrigin
protected String visibility
public List<QueryType> getQuery()
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 query property.
For example, to add a new item, do as follows:
getQuery().add(newItem);
Objects of the following type(s) are allowed in the list
QueryType
public String getInitiatorName()
Stringpublic void setInitiatorName(String value)
value - allowed object is
Stringpublic String getOwner()
Stringpublic void setOwner(String value)
value - allowed object is
Stringpublic String getScanId()
Stringpublic void setScanId(String value)
value - allowed object is
Stringpublic String getProjectId()
Stringpublic void setProjectId(String value)
value - allowed object is
Stringpublic String getProjectName()
Stringpublic void setProjectName(String value)
value - allowed object is
Stringpublic String getTeamFullPathOnReportDate()
Stringpublic void setTeamFullPathOnReportDate(String value)
value - allowed object is
Stringpublic String getDeepLink()
Stringpublic void setDeepLink(String value)
value - allowed object is
Stringpublic String getScanStart()
Stringpublic void setScanStart(String value)
value - allowed object is
Stringpublic String getPreset()
Stringpublic void setPreset(String value)
value - allowed object is
Stringpublic String getScanTime()
Stringpublic void setScanTime(String value)
value - allowed object is
Stringpublic String getLinesOfCodeScanned()
Stringpublic void setLinesOfCodeScanned(String value)
value - allowed object is
Stringpublic String getFilesScanned()
Stringpublic void setFilesScanned(String value)
value - allowed object is
Stringpublic String getReportCreationTime()
Stringpublic void setReportCreationTime(String value)
value - allowed object is
Stringpublic String getTeam()
Stringpublic void setTeam(String value)
value - allowed object is
Stringpublic String getCheckmarxVersion()
Stringpublic void setCheckmarxVersion(String value)
value - allowed object is
Stringpublic String getScanComments()
Stringpublic void setScanComments(String value)
value - allowed object is
Stringpublic String getScanType()
Stringpublic void setScanType(String value)
value - allowed object is
Stringpublic String getSourceOrigin()
Stringpublic void setSourceOrigin(String value)
value - allowed object is
Stringpublic String getVisibility()
StringCopyright © 2020. All rights reserved.