Package flexagon.fd.core.scanning.jaxb
Class ScanResult
java.lang.Object
flexagon.fd.core.scanning.jaxb.ScanResult
- All Implemented Interfaces:
Serializable
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>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the criticalCount property.Gets the value of the endTime property.Gets the value of the highCount property.Gets the value of the lowCount property.Gets the value of the mediumCount property.Gets the value of the scanDetails property.Gets the value of the scanId property.Gets the value of the scanStatus property.Gets the value of the scanUrl property.Gets the value of the startTime property.Gets the value of the subType property.getType()Gets the value of the type property.voidsetCriticalCount(Integer value) Sets the value of the criticalCount property.voidsetEndTime(Calendar value) Sets the value of the endTime property.voidsetHighCount(Integer value) Sets the value of the highCount property.voidsetLowCount(Integer value) Sets the value of the lowCount property.voidsetMediumCount(Integer value) Sets the value of the mediumCount property.voidsetScanDetails(ScanDetails value) Sets the value of the scanDetails property.voidSets the value of the scanId property.voidsetScanStatus(String value) Sets the value of the scanStatus property.voidsetScanUrl(String value) Sets the value of the scanUrl property.voidsetStartTime(Calendar value) Sets the value of the startTime property.voidsetSubType(String value) Sets the value of the subType property.voidSets the value of the type property.
-
Field Details
-
type
-
subType
-
scanId
-
scanUrl
-
scanStatus
-
criticalCount
-
highCount
-
mediumCount
-
lowCount
-
startTime
-
endTime
-
scanDetails
-
-
Constructor Details
-
ScanResult
public ScanResult()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getSubType
Gets the value of the subType property.- Returns:
- possible object is
String
-
setSubType
Sets the value of the subType property.- Parameters:
value- allowed object isString
-
getScanId
Gets the value of the scanId property.- Returns:
- possible object is
String
-
setScanId
Sets the value of the scanId property.- Parameters:
value- allowed object isString
-
getScanUrl
Gets the value of the scanUrl property.- Returns:
- possible object is
String
-
setScanUrl
Sets the value of the scanUrl property.- Parameters:
value- allowed object isString
-
getScanStatus
Gets the value of the scanStatus property.- Returns:
- possible object is
String
-
setScanStatus
Sets the value of the scanStatus property.- Parameters:
value- allowed object isString
-
getCriticalCount
Gets the value of the criticalCount property.- Returns:
- possible object is
Integer
-
setCriticalCount
Sets the value of the criticalCount property.- Parameters:
value- allowed object isInteger
-
getHighCount
Gets the value of the highCount property.- Returns:
- possible object is
Integer
-
setHighCount
Sets the value of the highCount property.- Parameters:
value- allowed object isInteger
-
getMediumCount
Gets the value of the mediumCount property.- Returns:
- possible object is
Integer
-
setMediumCount
Sets the value of the mediumCount property.- Parameters:
value- allowed object isInteger
-
getLowCount
Gets the value of the lowCount property.- Returns:
- possible object is
Integer
-
setLowCount
Sets the value of the lowCount property.- Parameters:
value- allowed object isInteger
-
getStartTime
Gets the value of the startTime property.- Returns:
- possible object is
String
-
setStartTime
Sets the value of the startTime property.- Parameters:
value- allowed object isString
-
getEndTime
Gets the value of the endTime property.- Returns:
- possible object is
String
-
setEndTime
Sets the value of the endTime property.- Parameters:
value- allowed object isString
-
getScanDetails
Gets the value of the scanDetails property.- Returns:
- possible object is
ScanDetails
-
setScanDetails
Sets the value of the scanDetails property.- Parameters:
value- allowed object isScanDetails
-