public class ScanDetail
extends java.lang.Object
implements java.io.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
extScanDetailId |
protected java.lang.String |
message |
protected java.lang.String |
scanComponent |
protected java.lang.String |
scanRule |
protected java.lang.String |
scanRuleSet |
protected java.lang.String |
scanRuleUrl |
protected java.lang.String |
severity |
| Constructor and Description |
|---|
ScanDetail() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExtScanDetailId()
Gets the value of the extScanDetailId property.
|
java.lang.String |
getMessage()
Gets the value of the message property.
|
java.lang.String |
getScanComponent()
Gets the value of the scanComponent property.
|
java.lang.String |
getScanRule()
Gets the value of the scanRule property.
|
java.lang.String |
getScanRuleSet()
Gets the value of the scanRuleSet property.
|
java.lang.String |
getScanRuleUrl()
Gets the value of the scanRuleUrl property.
|
java.lang.String |
getSeverity()
Gets the value of the severity property.
|
void |
setExtScanDetailId(java.lang.String value)
Sets the value of the extScanDetailId property.
|
void |
setMessage(java.lang.String value)
Sets the value of the message property.
|
void |
setScanComponent(java.lang.String value)
Sets the value of the scanComponent property.
|
void |
setScanRule(java.lang.String value)
Sets the value of the scanRule property.
|
void |
setScanRuleSet(java.lang.String value)
Sets the value of the scanRuleSet property.
|
void |
setScanRuleUrl(java.lang.String value)
Sets the value of the scanRuleUrl property.
|
void |
setSeverity(java.lang.String value)
Sets the value of the severity property.
|
protected java.lang.String extScanDetailId
protected java.lang.String scanRule
protected java.lang.String scanComponent
protected java.lang.String scanRuleSet
protected java.lang.String scanRuleUrl
protected java.lang.String severity
protected java.lang.String message
public java.lang.String getExtScanDetailId()
Stringpublic void setExtScanDetailId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getScanRule()
Stringpublic void setScanRule(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getScanComponent()
Stringpublic void setScanComponent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getScanRuleSet()
Stringpublic void setScanRuleSet(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getScanRuleUrl()
Stringpublic void setScanRuleUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSeverity()
Stringpublic void setSeverity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMessage()
Stringpublic void setMessage(java.lang.String value)
value - allowed object is
String