public class PivotClientDateRangeParam extends PivotClientBaseParam
Java class for PivotClientDateRangeParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PivotClientDateRangeParam">
<complexContent>
<extension base="{http://Checkmarx.com}PivotClientBaseParam">
<sequence>
<element name="RangeType" type="{http://Checkmarx.com}PivotClientDateRanges"/>
<element name="DateFrom" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="DateTo" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxDateTime |
dateFrom |
protected CxDateTime |
dateTo |
protected PivotClientDateRanges |
rangeType |
| Constructor and Description |
|---|
PivotClientDateRangeParam() |
| Modifier and Type | Method and Description |
|---|---|
CxDateTime |
getDateFrom()
Gets the value of the dateFrom property.
|
CxDateTime |
getDateTo()
Gets the value of the dateTo property.
|
PivotClientDateRanges |
getRangeType()
Gets the value of the rangeType property.
|
void |
setDateFrom(CxDateTime value)
Sets the value of the dateFrom property.
|
void |
setDateTo(CxDateTime value)
Sets the value of the dateTo property.
|
void |
setRangeType(PivotClientDateRanges value)
Sets the value of the rangeType property.
|
protected PivotClientDateRanges rangeType
protected CxDateTime dateFrom
protected CxDateTime dateTo
public PivotClientDateRanges getRangeType()
PivotClientDateRangespublic void setRangeType(PivotClientDateRanges value)
value - allowed object is
PivotClientDateRangespublic CxDateTime getDateFrom()
CxDateTimepublic void setDateFrom(CxDateTime value)
value - allowed object is
CxDateTimepublic CxDateTime getDateTo()
CxDateTimepublic void setDateTo(CxDateTime value)
value - allowed object is
CxDateTimeCopyright © 2020. All rights reserved.