Class ScanDetail

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

public class ScanDetail extends Object implements Serializable

Java class for ScanDetail complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ScanDetail">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ExtScanDetailId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ScanRule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ScanComponent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ScanRuleSet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ScanRuleUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Severity" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • extScanDetailId

      protected String extScanDetailId
    • scanRule

      protected String scanRule
    • scanComponent

      protected String scanComponent
    • scanRuleSet

      protected String scanRuleSet
    • scanRuleUrl

      protected String scanRuleUrl
    • severity

      protected String severity
    • message

      protected String message
  • Constructor Details

    • ScanDetail

      public ScanDetail()
  • Method Details

    • getExtScanDetailId

      public String getExtScanDetailId()
      Gets the value of the extScanDetailId property.
      Returns:
      possible object is String
    • setExtScanDetailId

      public void setExtScanDetailId(String value)
      Sets the value of the extScanDetailId property.
      Parameters:
      value - allowed object is String
    • getScanRule

      public String getScanRule()
      Gets the value of the scanRule property.
      Returns:
      possible object is String
    • setScanRule

      public void setScanRule(String value)
      Sets the value of the scanRule property.
      Parameters:
      value - allowed object is String
    • getScanComponent

      public String getScanComponent()
      Gets the value of the scanComponent property.
      Returns:
      possible object is String
    • setScanComponent

      public void setScanComponent(String value)
      Sets the value of the scanComponent property.
      Parameters:
      value - allowed object is String
    • getScanRuleSet

      public String getScanRuleSet()
      Gets the value of the scanRuleSet property.
      Returns:
      possible object is String
    • setScanRuleSet

      public void setScanRuleSet(String value)
      Sets the value of the scanRuleSet property.
      Parameters:
      value - allowed object is String
    • getScanRuleUrl

      public String getScanRuleUrl()
      Gets the value of the scanRuleUrl property.
      Returns:
      possible object is String
    • setScanRuleUrl

      public void setScanRuleUrl(String value)
      Sets the value of the scanRuleUrl property.
      Parameters:
      value - allowed object is String
    • getSeverity

      public String getSeverity()
      Gets the value of the severity property.
      Returns:
      possible object is String
    • setSeverity

      public void setSeverity(String value)
      Sets the value of the severity property.
      Parameters:
      value - allowed object is String
    • getMessage

      public String getMessage()
      Gets the value of the message property.
      Returns:
      possible object is String
    • setMessage

      public void setMessage(String value)
      Sets the value of the message property.
      Parameters:
      value - allowed object is String