Class ScanResult

java.lang.Object
flexagon.fd.core.scanning.jaxb.ScanResult
All Implemented Interfaces:
Serializable

public class ScanResult extends Object implements 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 Details

    • type

      protected String type
    • subType

      protected String subType
    • scanId

      protected String scanId
    • scanUrl

      protected String scanUrl
    • scanStatus

      protected String scanStatus
    • criticalCount

      protected Integer criticalCount
    • highCount

      protected Integer highCount
    • mediumCount

      protected Integer mediumCount
    • lowCount

      protected Integer lowCount
    • startTime

      protected Calendar startTime
    • endTime

      protected Calendar endTime
    • scanDetails

      protected ScanDetails scanDetails
  • Constructor Details

    • ScanResult

      public ScanResult()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getSubType

      public String getSubType()
      Gets the value of the subType property.
      Returns:
      possible object is String
    • setSubType

      public void setSubType(String value)
      Sets the value of the subType property.
      Parameters:
      value - allowed object is String
    • getScanId

      public String getScanId()
      Gets the value of the scanId property.
      Returns:
      possible object is String
    • setScanId

      public void setScanId(String value)
      Sets the value of the scanId property.
      Parameters:
      value - allowed object is String
    • getScanUrl

      public String getScanUrl()
      Gets the value of the scanUrl property.
      Returns:
      possible object is String
    • setScanUrl

      public void setScanUrl(String value)
      Sets the value of the scanUrl property.
      Parameters:
      value - allowed object is String
    • getScanStatus

      public String getScanStatus()
      Gets the value of the scanStatus property.
      Returns:
      possible object is String
    • setScanStatus

      public void setScanStatus(String value)
      Sets the value of the scanStatus property.
      Parameters:
      value - allowed object is String
    • getCriticalCount

      public Integer getCriticalCount()
      Gets the value of the criticalCount property.
      Returns:
      possible object is Integer
    • setCriticalCount

      public void setCriticalCount(Integer value)
      Sets the value of the criticalCount property.
      Parameters:
      value - allowed object is Integer
    • getHighCount

      public Integer getHighCount()
      Gets the value of the highCount property.
      Returns:
      possible object is Integer
    • setHighCount

      public void setHighCount(Integer value)
      Sets the value of the highCount property.
      Parameters:
      value - allowed object is Integer
    • getMediumCount

      public Integer getMediumCount()
      Gets the value of the mediumCount property.
      Returns:
      possible object is Integer
    • setMediumCount

      public void setMediumCount(Integer value)
      Sets the value of the mediumCount property.
      Parameters:
      value - allowed object is Integer
    • getLowCount

      public Integer getLowCount()
      Gets the value of the lowCount property.
      Returns:
      possible object is Integer
    • setLowCount

      public void setLowCount(Integer value)
      Sets the value of the lowCount property.
      Parameters:
      value - allowed object is Integer
    • getStartTime

      public Calendar getStartTime()
      Gets the value of the startTime property.
      Returns:
      possible object is String
    • setStartTime

      public void setStartTime(Calendar value)
      Sets the value of the startTime property.
      Parameters:
      value - allowed object is String
    • getEndTime

      public Calendar getEndTime()
      Gets the value of the endTime property.
      Returns:
      possible object is String
    • setEndTime

      public void setEndTime(Calendar value)
      Sets the value of the endTime property.
      Parameters:
      value - allowed object is String
    • getScanDetails

      public ScanDetails getScanDetails()
      Gets the value of the scanDetails property.
      Returns:
      possible object is ScanDetails
    • setScanDetails

      public void setScanDetails(ScanDetails value)
      Sets the value of the scanDetails property.
      Parameters:
      value - allowed object is ScanDetails