public class Prescanresults extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="module" type="{https://analysiscenter.veracode.com/schema/2.0/prescanresults}ModuleType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="account_id" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="app_id" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="build_id" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
accountId |
protected Long |
appId |
protected Long |
buildId |
protected List<ModuleType> |
module |
| Constructor and Description |
|---|
Prescanresults() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId()
Gets the value of the accountId property.
|
Long |
getAppId()
Gets the value of the appId property.
|
Long |
getBuildId()
Gets the value of the buildId property.
|
List<ModuleType> |
getModule()
Gets the value of the module property.
|
void |
setAccountId(Long value)
Sets the value of the accountId property.
|
void |
setAppId(Long value)
Sets the value of the appId property.
|
void |
setBuildId(Long value)
Sets the value of the buildId property.
|
protected List<ModuleType> module
protected Long accountId
protected Long appId
protected Long buildId
public List<ModuleType> getModule()
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 module property.
For example, to add a new item, do as follows:
getModule().add(newItem);
Objects of the following type(s) are allowed in the list
ModuleType
public Long getAccountId()
Longpublic void setAccountId(Long value)
value - allowed object is
Longpublic Long getAppId()
Longpublic void setAppId(Long value)
value - allowed object is
Longpublic Long getBuildId()
LongCopyright © 2004-2013. All Rights Reserved.