Package flexagon.fd.core.scanning.jaxb
Class ScanDetail
java.lang.Object
flexagon.fd.core.scanning.jaxb.ScanDetail
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extScanDetailId property.Gets the value of the message property.Gets the value of the scanComponent property.Gets the value of the scanRule property.Gets the value of the scanRuleSet property.Gets the value of the scanRuleUrl property.Gets the value of the severity property.voidsetExtScanDetailId(String value) Sets the value of the extScanDetailId property.voidsetMessage(String value) Sets the value of the message property.voidsetScanComponent(String value) Sets the value of the scanComponent property.voidsetScanRule(String value) Sets the value of the scanRule property.voidsetScanRuleSet(String value) Sets the value of the scanRuleSet property.voidsetScanRuleUrl(String value) Sets the value of the scanRuleUrl property.voidsetSeverity(String value) Sets the value of the severity property.
-
Field Details
-
extScanDetailId
-
scanRule
-
scanComponent
-
scanRuleSet
-
scanRuleUrl
-
severity
-
message
-
-
Constructor Details
-
ScanDetail
public ScanDetail()
-
-
Method Details
-
getExtScanDetailId
Gets the value of the extScanDetailId property.- Returns:
- possible object is
String
-
setExtScanDetailId
Sets the value of the extScanDetailId property.- Parameters:
value- allowed object isString
-
getScanRule
Gets the value of the scanRule property.- Returns:
- possible object is
String
-
setScanRule
Sets the value of the scanRule property.- Parameters:
value- allowed object isString
-
getScanComponent
Gets the value of the scanComponent property.- Returns:
- possible object is
String
-
setScanComponent
Sets the value of the scanComponent property.- Parameters:
value- allowed object isString
-
getScanRuleSet
Gets the value of the scanRuleSet property.- Returns:
- possible object is
String
-
setScanRuleSet
Sets the value of the scanRuleSet property.- Parameters:
value- allowed object isString
-
getScanRuleUrl
Gets the value of the scanRuleUrl property.- Returns:
- possible object is
String
-
setScanRuleUrl
Sets the value of the scanRuleUrl property.- Parameters:
value- allowed object isString
-
getSeverity
Gets the value of the severity property.- Returns:
- possible object is
String
-
setSeverity
Sets the value of the severity property.- Parameters:
value- allowed object isString
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
Sets the value of the message property.- Parameters:
value- allowed object isString
-