public class AnalysisUnitType extends Object
Java class for AnalysisUnitType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnalysisUnitType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="analysis_type" type="{https://analysiscenter.veracode.com/schema/4.0/buildinfo}AnalysisType" />
<attribute name="published_date" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="published_date_sec" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="status" type="{https://analysiscenter.veracode.com/schema/4.0/buildinfo}StatusType" />
<attribute name="estimated_scan_hours" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="estimated_delivery_date" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AnalysisType |
analysisType |
protected XMLGregorianCalendar |
estimatedDeliveryDate |
protected BigInteger |
estimatedScanHours |
protected XMLGregorianCalendar |
publishedDate |
protected BigInteger |
publishedDateSec |
protected StatusType |
status |
| Constructor and Description |
|---|
AnalysisUnitType() |
| Modifier and Type | Method and Description |
|---|---|
AnalysisType |
getAnalysisType()
Gets the value of the analysisType property.
|
XMLGregorianCalendar |
getEstimatedDeliveryDate()
Gets the value of the estimatedDeliveryDate property.
|
BigInteger |
getEstimatedScanHours()
Gets the value of the estimatedScanHours property.
|
XMLGregorianCalendar |
getPublishedDate()
Gets the value of the publishedDate property.
|
BigInteger |
getPublishedDateSec()
Gets the value of the publishedDateSec property.
|
StatusType |
getStatus()
Gets the value of the status property.
|
void |
setAnalysisType(AnalysisType value)
Sets the value of the analysisType property.
|
void |
setEstimatedDeliveryDate(XMLGregorianCalendar value)
Sets the value of the estimatedDeliveryDate property.
|
void |
setEstimatedScanHours(BigInteger value)
Sets the value of the estimatedScanHours property.
|
void |
setPublishedDate(XMLGregorianCalendar value)
Sets the value of the publishedDate property.
|
void |
setPublishedDateSec(BigInteger value)
Sets the value of the publishedDateSec property.
|
void |
setStatus(StatusType value)
Sets the value of the status property.
|
protected AnalysisType analysisType
protected XMLGregorianCalendar publishedDate
protected BigInteger publishedDateSec
protected StatusType status
protected BigInteger estimatedScanHours
protected XMLGregorianCalendar estimatedDeliveryDate
public AnalysisType getAnalysisType()
AnalysisTypepublic void setAnalysisType(AnalysisType value)
value - allowed object is
AnalysisTypepublic XMLGregorianCalendar getPublishedDate()
XMLGregorianCalendarpublic void setPublishedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic BigInteger getPublishedDateSec()
BigIntegerpublic void setPublishedDateSec(BigInteger value)
value - allowed object is
BigIntegerpublic StatusType getStatus()
StatusTypepublic void setStatus(StatusType value)
value - allowed object is
StatusTypepublic BigInteger getEstimatedScanHours()
BigIntegerpublic void setEstimatedScanHours(BigInteger value)
value - allowed object is
BigIntegerpublic XMLGregorianCalendar getEstimatedDeliveryDate()
XMLGregorianCalendarpublic void setEstimatedDeliveryDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2004-2015. All Rights Reserved.