public class CTRangePr extends Object implements Child
Java class for CT_RangePr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_RangePr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="autoStart" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="autoEnd" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="groupBy" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_GroupBy" default="range" />
<attribute name="startNum" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="endNum" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="groupInterval" type="{http://www.w3.org/2001/XMLSchema}double" default="1" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autoEnd |
protected Boolean |
autoStart |
protected XMLGregorianCalendar |
endDate |
protected Double |
endNum |
protected STGroupBy |
groupBy |
protected Double |
groupInterval |
protected XMLGregorianCalendar |
startDate |
protected Double |
startNum |
| Constructor and Description |
|---|
CTRangePr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
Double |
getEndNum()
Gets the value of the endNum property.
|
STGroupBy |
getGroupBy()
Gets the value of the groupBy property.
|
double |
getGroupInterval()
Gets the value of the groupInterval property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
Double |
getStartNum()
Gets the value of the startNum property.
|
boolean |
isAutoEnd()
Gets the value of the autoEnd property.
|
boolean |
isAutoStart()
Gets the value of the autoStart property.
|
void |
setAutoEnd(Boolean value)
Sets the value of the autoEnd property.
|
void |
setAutoStart(Boolean value)
Sets the value of the autoStart property.
|
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setEndNum(Double value)
Sets the value of the endNum property.
|
void |
setGroupBy(STGroupBy value)
Sets the value of the groupBy property.
|
void |
setGroupInterval(Double value)
Sets the value of the groupInterval property.
|
void |
setParent(Object parent) |
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
|
void |
setStartNum(Double value)
Sets the value of the startNum property.
|
protected Boolean autoStart
protected Boolean autoEnd
protected STGroupBy groupBy
protected Double startNum
protected Double endNum
protected XMLGregorianCalendar startDate
protected XMLGregorianCalendar endDate
protected Double groupInterval
public boolean isAutoStart()
Booleanpublic void setAutoStart(Boolean value)
value - allowed object is
Booleanpublic boolean isAutoEnd()
Booleanpublic void setAutoEnd(Boolean value)
value - allowed object is
Booleanpublic STGroupBy getGroupBy()
STGroupBypublic void setGroupBy(STGroupBy value)
value - allowed object is
STGroupBypublic Double getStartNum()
Doublepublic void setStartNum(Double value)
value - allowed object is
Doublepublic Double getEndNum()
Doublepublic void setEndNum(Double value)
value - allowed object is
Doublepublic XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic double getGroupInterval()
Doublepublic void setGroupInterval(Double value)
value - allowed object is
Doublepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.