public class AppType extends Object
Java class for AppType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="app_name" type="{https://analysiscenter.veracode.com/schema/2.0/applist}LongRequiredTextType" />
<attribute name="app_id" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="vendor_name" type="{https://analysiscenter.veracode.com/schema/2.0/applist}LongTextType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
appId |
protected String |
appName |
protected String |
vendorName |
| Constructor and Description |
|---|
AppType() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAppId()
Gets the value of the appId property.
|
String |
getAppName()
Gets the value of the appName property.
|
String |
getVendorName()
Gets the value of the vendorName property.
|
void |
setAppId(Long value)
Sets the value of the appId property.
|
void |
setAppName(String value)
Sets the value of the appName property.
|
void |
setVendorName(String value)
Sets the value of the vendorName property.
|
protected String appName
protected Long appId
protected String vendorName
public String getAppName()
Stringpublic void setAppName(String value)
value - allowed object is
Stringpublic Long getAppId()
Longpublic void setAppId(Long value)
value - allowed object is
Longpublic String getVendorName()
StringCopyright © 2004-2015. All Rights Reserved.