public class FileIssueType extends Object
Java class for FileIssueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileIssueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="filename" type="{https://analysiscenter.veracode.com/schema/2.0/prescanresults}LongRequiredTextType" />
<attribute name="details" type="{https://analysiscenter.veracode.com/schema/2.0/prescanresults}LongRequiredTextType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
details |
protected String |
filename |
| Constructor and Description |
|---|
FileIssueType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetails()
Gets the value of the details property.
|
String |
getFilename()
Gets the value of the filename property.
|
void |
setDetails(String value)
Sets the value of the details property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
public String getFilename()
Stringpublic void setFilename(String value)
value - allowed object is
Stringpublic String getDetails()
StringCopyright © 2004-2013. All Rights Reserved.