public class CTRangePr extends java.lang.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 java.lang.Boolean |
autoEnd |
protected java.lang.Boolean |
autoStart |
protected javax.xml.datatype.XMLGregorianCalendar |
endDate |
protected java.lang.Double |
endNum |
protected STGroupBy |
groupBy |
protected java.lang.Double |
groupInterval |
protected javax.xml.datatype.XMLGregorianCalendar |
startDate |
protected java.lang.Double |
startNum |
| Constructor and Description |
|---|
CTRangePr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
javax.xml.datatype.XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
java.lang.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.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
javax.xml.datatype.XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
java.lang.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(java.lang.Boolean value)
Sets the value of the autoEnd property.
|
void |
setAutoStart(java.lang.Boolean value)
Sets the value of the autoStart property.
|
void |
setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setEndNum(java.lang.Double value)
Sets the value of the endNum property.
|
void |
setGroupBy(STGroupBy value)
Sets the value of the groupBy property.
|
void |
setGroupInterval(java.lang.Double value)
Sets the value of the groupInterval property.
|
void |
setParent(java.lang.Object parent) |
void |
setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startDate property.
|
void |
setStartNum(java.lang.Double value)
Sets the value of the startNum property.
|
protected java.lang.Boolean autoStart
protected java.lang.Boolean autoEnd
protected STGroupBy groupBy
protected java.lang.Double startNum
protected java.lang.Double endNum
protected javax.xml.datatype.XMLGregorianCalendar startDate
protected javax.xml.datatype.XMLGregorianCalendar endDate
protected java.lang.Double groupInterval
public boolean isAutoStart()
Booleanpublic void setAutoStart(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isAutoEnd()
Booleanpublic void setAutoEnd(java.lang.Boolean value)
value - allowed object is
Booleanpublic STGroupBy getGroupBy()
STGroupBypublic void setGroupBy(STGroupBy value)
value - allowed object is
STGroupBypublic java.lang.Double getStartNum()
Doublepublic void setStartNum(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getEndNum()
Doublepublic void setEndNum(java.lang.Double value)
value - allowed object is
Doublepublic javax.xml.datatype.XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic double getGroupInterval()
Doublepublic void setGroupInterval(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.