public class ScanResult
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="SubType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ScanId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ScanUrl" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ScanStatus" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="CriticalCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="HighCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="MediumCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="LowCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ScanDetails" type="{http://flexagon.com/deploy/scanresults}ScanDetails" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
criticalCount |
protected java.util.Calendar |
endTime |
protected java.lang.Integer |
highCount |
protected java.lang.Integer |
lowCount |
protected java.lang.Integer |
mediumCount |
protected ScanDetails |
scanDetails |
protected java.lang.String |
scanId |
protected java.lang.String |
scanStatus |
protected java.lang.String |
scanUrl |
protected java.util.Calendar |
startTime |
protected java.lang.String |
subType |
protected java.lang.String |
type |
Constructor and Description |
---|
ScanResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCriticalCount()
Gets the value of the criticalCount property.
|
java.util.Calendar |
getEndTime()
Gets the value of the endTime property.
|
java.lang.Integer |
getHighCount()
Gets the value of the highCount property.
|
java.lang.Integer |
getLowCount()
Gets the value of the lowCount property.
|
java.lang.Integer |
getMediumCount()
Gets the value of the mediumCount property.
|
ScanDetails |
getScanDetails()
Gets the value of the scanDetails property.
|
java.lang.String |
getScanId()
Gets the value of the scanId property.
|
java.lang.String |
getScanStatus()
Gets the value of the scanStatus property.
|
java.lang.String |
getScanUrl()
Gets the value of the scanUrl property.
|
java.util.Calendar |
getStartTime()
Gets the value of the startTime property.
|
java.lang.String |
getSubType()
Gets the value of the subType property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setCriticalCount(java.lang.Integer value)
Sets the value of the criticalCount property.
|
void |
setEndTime(java.util.Calendar value)
Sets the value of the endTime property.
|
void |
setHighCount(java.lang.Integer value)
Sets the value of the highCount property.
|
void |
setLowCount(java.lang.Integer value)
Sets the value of the lowCount property.
|
void |
setMediumCount(java.lang.Integer value)
Sets the value of the mediumCount property.
|
void |
setScanDetails(ScanDetails value)
Sets the value of the scanDetails property.
|
void |
setScanId(java.lang.String value)
Sets the value of the scanId property.
|
void |
setScanStatus(java.lang.String value)
Sets the value of the scanStatus property.
|
void |
setScanUrl(java.lang.String value)
Sets the value of the scanUrl property.
|
void |
setStartTime(java.util.Calendar value)
Sets the value of the startTime property.
|
void |
setSubType(java.lang.String value)
Sets the value of the subType property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String type
protected java.lang.String subType
protected java.lang.String scanId
protected java.lang.String scanUrl
protected java.lang.String scanStatus
protected java.lang.Integer criticalCount
protected java.lang.Integer highCount
protected java.lang.Integer mediumCount
protected java.lang.Integer lowCount
protected java.util.Calendar startTime
protected java.util.Calendar endTime
protected ScanDetails scanDetails
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubType()
String
public void setSubType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getScanId()
String
public void setScanId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getScanUrl()
String
public void setScanUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getScanStatus()
String
public void setScanStatus(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getCriticalCount()
Integer
public void setCriticalCount(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getHighCount()
Integer
public void setHighCount(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getMediumCount()
Integer
public void setMediumCount(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getLowCount()
Integer
public void setLowCount(java.lang.Integer value)
value
- allowed object is
Integer
public java.util.Calendar getStartTime()
XMLGregorianCalendar
public void setStartTime(java.util.Calendar value)
value
- allowed object is
XMLGregorianCalendar
public java.util.Calendar getEndTime()
XMLGregorianCalendar
public void setEndTime(java.util.Calendar value)
value
- allowed object is
XMLGregorianCalendar
public ScanDetails getScanDetails()
ScanDetails
public void setScanDetails(ScanDetails value)
value
- allowed object is
ScanDetails