public class CxWSDataRetentionRequest extends Object
Java class for CxWSDataRetentionRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSDataRetentionRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="RequestDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="RequestEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="InitiatorName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RequestTimeLimitation" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Stage" type="{http://Checkmarx.com}CxDataRetentionStatus"/>
<element name="CurrentProgress" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="TotalProgress" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="StageError" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsDone" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="OriginalConfiguration" type="{http://Checkmarx.com}CxDataRetentionConfiguration" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
currentProgress |
protected int |
id |
protected String |
initiatorName |
protected boolean |
isDone |
protected CxDataRetentionConfiguration |
originalConfiguration |
protected XMLGregorianCalendar |
requestDate |
protected XMLGregorianCalendar |
requestEndDate |
protected XMLGregorianCalendar |
requestTimeLimitation |
protected CxDataRetentionStatus |
stage |
protected String |
stageError |
protected Integer |
totalProgress |
| Constructor and Description |
|---|
CxWSDataRetentionRequest() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCurrentProgress()
Gets the value of the currentProgress property.
|
int |
getId()
Gets the value of the id property.
|
String |
getInitiatorName()
Gets the value of the initiatorName property.
|
CxDataRetentionConfiguration |
getOriginalConfiguration()
Gets the value of the originalConfiguration property.
|
XMLGregorianCalendar |
getRequestDate()
Gets the value of the requestDate property.
|
XMLGregorianCalendar |
getRequestEndDate()
Gets the value of the requestEndDate property.
|
XMLGregorianCalendar |
getRequestTimeLimitation()
Gets the value of the requestTimeLimitation property.
|
CxDataRetentionStatus |
getStage()
Gets the value of the stage property.
|
String |
getStageError()
Gets the value of the stageError property.
|
Integer |
getTotalProgress()
Gets the value of the totalProgress property.
|
boolean |
isIsDone()
Gets the value of the isDone property.
|
void |
setCurrentProgress(Integer value)
Sets the value of the currentProgress property.
|
void |
setId(int value)
Sets the value of the id property.
|
void |
setInitiatorName(String value)
Sets the value of the initiatorName property.
|
void |
setIsDone(boolean value)
Sets the value of the isDone property.
|
void |
setOriginalConfiguration(CxDataRetentionConfiguration value)
Sets the value of the originalConfiguration property.
|
void |
setRequestDate(XMLGregorianCalendar value)
Sets the value of the requestDate property.
|
void |
setRequestEndDate(XMLGregorianCalendar value)
Sets the value of the requestEndDate property.
|
void |
setRequestTimeLimitation(XMLGregorianCalendar value)
Sets the value of the requestTimeLimitation property.
|
void |
setStage(CxDataRetentionStatus value)
Sets the value of the stage property.
|
void |
setStageError(String value)
Sets the value of the stageError property.
|
void |
setTotalProgress(Integer value)
Sets the value of the totalProgress property.
|
protected int id
protected XMLGregorianCalendar requestDate
protected XMLGregorianCalendar requestEndDate
protected String initiatorName
protected XMLGregorianCalendar requestTimeLimitation
protected CxDataRetentionStatus stage
protected Integer currentProgress
protected Integer totalProgress
protected String stageError
protected boolean isDone
protected CxDataRetentionConfiguration originalConfiguration
public int getId()
public void setId(int value)
public XMLGregorianCalendar getRequestDate()
XMLGregorianCalendarpublic void setRequestDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getRequestEndDate()
XMLGregorianCalendarpublic void setRequestEndDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getInitiatorName()
Stringpublic void setInitiatorName(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getRequestTimeLimitation()
XMLGregorianCalendarpublic void setRequestTimeLimitation(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic CxDataRetentionStatus getStage()
CxDataRetentionStatuspublic void setStage(CxDataRetentionStatus value)
value - allowed object is
CxDataRetentionStatuspublic Integer getCurrentProgress()
Integerpublic void setCurrentProgress(Integer value)
value - allowed object is
Integerpublic Integer getTotalProgress()
Integerpublic void setTotalProgress(Integer value)
value - allowed object is
Integerpublic String getStageError()
Stringpublic void setStageError(String value)
value - allowed object is
Stringpublic boolean isIsDone()
public void setIsDone(boolean value)
public CxDataRetentionConfiguration getOriginalConfiguration()
CxDataRetentionConfigurationpublic void setOriginalConfiguration(CxDataRetentionConfiguration value)
value - allowed object is
CxDataRetentionConfigurationCopyright © 2020. All rights reserved.