public class ModuleType extends Object
Java class for ModuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModuleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="issue" type="{https://analysiscenter.veracode.com/schema/2.0/prescanresults}IssueType" maxOccurs="unbounded" minOccurs="0"/>
<element name="file_issue" type="{https://analysiscenter.veracode.com/schema/2.0/prescanresults}FileIssueType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="name" type="{https://analysiscenter.veracode.com/schema/2.0/prescanresults}LongRequiredTextType" />
<attribute name="platform" type="{https://analysiscenter.veracode.com/schema/2.0/prescanresults}LongRequiredTextType" />
<attribute name="size" type="{https://analysiscenter.veracode.com/schema/2.0/prescanresults}LongRequiredTextType" />
<attribute name="status" type="{https://analysiscenter.veracode.com/schema/2.0/prescanresults}DescTextType" />
<attribute name="has_fatal_errors" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<FileIssueType> |
fileIssue |
protected Boolean |
hasFatalErrors |
protected Long |
id |
protected List<IssueType> |
issue |
protected String |
name |
protected String |
platform |
protected String |
size |
protected String |
status |
| Constructor and Description |
|---|
ModuleType() |
| Modifier and Type | Method and Description |
|---|---|
List<FileIssueType> |
getFileIssue()
Gets the value of the fileIssue property.
|
Long |
getId()
Gets the value of the id property.
|
List<IssueType> |
getIssue()
Gets the value of the issue property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPlatform()
Gets the value of the platform property.
|
String |
getSize()
Gets the value of the size property.
|
String |
getStatus()
Gets the value of the status property.
|
Boolean |
isHasFatalErrors()
Gets the value of the hasFatalErrors property.
|
void |
setHasFatalErrors(Boolean value)
Sets the value of the hasFatalErrors property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPlatform(String value)
Sets the value of the platform property.
|
void |
setSize(String value)
Sets the value of the size property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected List<FileIssueType> fileIssue
protected Long id
protected String name
protected String platform
protected String size
protected String status
protected Boolean hasFatalErrors
public List<IssueType> getIssue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the issue property.
For example, to add a new item, do as follows:
getIssue().add(newItem);
Objects of the following type(s) are allowed in the list
IssueType
public List<FileIssueType> getFileIssue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the fileIssue property.
For example, to add a new item, do as follows:
getFileIssue().add(newItem);
Objects of the following type(s) are allowed in the list
FileIssueType
public void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPlatform()
Stringpublic void setPlatform(String value)
value - allowed object is
Stringpublic String getSize()
Stringpublic void setSize(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic Boolean isHasFatalErrors()
BooleanCopyright © 2004-2013. All Rights Reserved.