public class BuildType extends Object
Java class for BuildType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BuildType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="analysis_unit" type="{https://analysiscenter.veracode.com/schema/4.0/buildinfo}AnalysisUnitType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version" type="{https://analysiscenter.veracode.com/schema/4.0/buildinfo}LongRequiredTextType" />
<attribute name="build_id" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="submitter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="platform" type="{https://analysiscenter.veracode.com/schema/4.0/buildinfo}PlatformType" />
<attribute name="lifecycle_stage" type="{https://analysiscenter.veracode.com/schema/4.0/buildinfo}LifecycleStageType" />
<attribute name="results_ready" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="policy_name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="policy_version" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="policy_compliance_status" type="{https://analysiscenter.veracode.com/schema/4.0/buildinfo}PolicyComplianceType" />
<attribute name="policy_updated_date" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rules_status" type="{https://analysiscenter.veracode.com/schema/4.0/buildinfo}PolicyComplianceType" />
<attribute name="grace_period_expired" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="scan_overdue" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AnalysisUnitType> |
analysisUnit |
protected Long |
buildId |
protected Boolean |
gracePeriodExpired |
protected LifecycleStageType |
lifecycleStage |
protected PlatformType |
platform |
protected PolicyComplianceType |
policyComplianceStatus |
protected String |
policyName |
protected String |
policyUpdatedDate |
protected BigInteger |
policyVersion |
protected Boolean |
resultsReady |
protected PolicyComplianceType |
rulesStatus |
protected Boolean |
scanOverdue |
protected String |
submitter |
protected String |
version |
| Constructor and Description |
|---|
BuildType() |
| Modifier and Type | Method and Description |
|---|---|
List<AnalysisUnitType> |
getAnalysisUnit()
Gets the value of the analysisUnit property.
|
Long |
getBuildId()
Gets the value of the buildId property.
|
LifecycleStageType |
getLifecycleStage()
Gets the value of the lifecycleStage property.
|
PlatformType |
getPlatform()
Gets the value of the platform property.
|
PolicyComplianceType |
getPolicyComplianceStatus()
Gets the value of the policyComplianceStatus property.
|
String |
getPolicyName()
Gets the value of the policyName property.
|
String |
getPolicyUpdatedDate()
Gets the value of the policyUpdatedDate property.
|
BigInteger |
getPolicyVersion()
Gets the value of the policyVersion property.
|
PolicyComplianceType |
getRulesStatus()
Gets the value of the rulesStatus property.
|
String |
getSubmitter()
Gets the value of the submitter property.
|
String |
getVersion()
Gets the value of the version property.
|
Boolean |
isGracePeriodExpired()
Gets the value of the gracePeriodExpired property.
|
Boolean |
isResultsReady()
Gets the value of the resultsReady property.
|
Boolean |
isScanOverdue()
Gets the value of the scanOverdue property.
|
void |
setBuildId(Long value)
Sets the value of the buildId property.
|
void |
setGracePeriodExpired(Boolean value)
Sets the value of the gracePeriodExpired property.
|
void |
setLifecycleStage(LifecycleStageType value)
Sets the value of the lifecycleStage property.
|
void |
setPlatform(PlatformType value)
Sets the value of the platform property.
|
void |
setPolicyComplianceStatus(PolicyComplianceType value)
Sets the value of the policyComplianceStatus property.
|
void |
setPolicyName(String value)
Sets the value of the policyName property.
|
void |
setPolicyUpdatedDate(String value)
Sets the value of the policyUpdatedDate property.
|
void |
setPolicyVersion(BigInteger value)
Sets the value of the policyVersion property.
|
void |
setResultsReady(Boolean value)
Sets the value of the resultsReady property.
|
void |
setRulesStatus(PolicyComplianceType value)
Sets the value of the rulesStatus property.
|
void |
setScanOverdue(Boolean value)
Sets the value of the scanOverdue property.
|
void |
setSubmitter(String value)
Sets the value of the submitter property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected List<AnalysisUnitType> analysisUnit
protected String version
protected Long buildId
protected String submitter
protected PlatformType platform
protected LifecycleStageType lifecycleStage
protected Boolean resultsReady
protected String policyName
protected BigInteger policyVersion
protected PolicyComplianceType policyComplianceStatus
protected String policyUpdatedDate
protected PolicyComplianceType rulesStatus
protected Boolean gracePeriodExpired
protected Boolean scanOverdue
public List<AnalysisUnitType> getAnalysisUnit()
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 analysisUnit property.
For example, to add a new item, do as follows:
getAnalysisUnit().add(newItem);
Objects of the following type(s) are allowed in the list
AnalysisUnitType
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic Long getBuildId()
Longpublic void setBuildId(Long value)
value - allowed object is
Longpublic String getSubmitter()
Stringpublic void setSubmitter(String value)
value - allowed object is
Stringpublic PlatformType getPlatform()
PlatformTypepublic void setPlatform(PlatformType value)
value - allowed object is
PlatformTypepublic LifecycleStageType getLifecycleStage()
LifecycleStageTypepublic void setLifecycleStage(LifecycleStageType value)
value - allowed object is
LifecycleStageTypepublic Boolean isResultsReady()
Booleanpublic void setResultsReady(Boolean value)
value - allowed object is
Booleanpublic String getPolicyName()
Stringpublic void setPolicyName(String value)
value - allowed object is
Stringpublic BigInteger getPolicyVersion()
BigIntegerpublic void setPolicyVersion(BigInteger value)
value - allowed object is
BigIntegerpublic PolicyComplianceType getPolicyComplianceStatus()
PolicyComplianceTypepublic void setPolicyComplianceStatus(PolicyComplianceType value)
value - allowed object is
PolicyComplianceTypepublic String getPolicyUpdatedDate()
Stringpublic void setPolicyUpdatedDate(String value)
value - allowed object is
Stringpublic PolicyComplianceType getRulesStatus()
PolicyComplianceTypepublic void setRulesStatus(PolicyComplianceType value)
value - allowed object is
PolicyComplianceTypepublic Boolean isGracePeriodExpired()
Booleanpublic void setGracePeriodExpired(Boolean value)
value - allowed object is
Booleanpublic Boolean isScanOverdue()
BooleanCopyright © 2004-2013. All Rights Reserved.