Package org.xlsx4j.sml
Class CTRangePr
java.lang.Object
org.xlsx4j.sml.CTRangePr
- All Implemented Interfaces:
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the endDate property.Gets the value of the endNum property.Gets the value of the groupBy property.doubleGets the value of the groupInterval property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the startDate property.Gets the value of the startNum property.booleanGets the value of the autoEnd property.booleanGets the value of the autoStart property.voidsetAutoEnd(Boolean value) Sets the value of the autoEnd property.voidsetAutoStart(Boolean value) Sets the value of the autoStart property.voidsetEndDate(XMLGregorianCalendar value) Sets the value of the endDate property.voidSets the value of the endNum property.voidsetGroupBy(STGroupBy value) Sets the value of the groupBy property.voidsetGroupInterval(Double value) Sets the value of the groupInterval property.voidvoidsetStartDate(XMLGregorianCalendar value) Sets the value of the startDate property.voidsetStartNum(Double value) Sets the value of the startNum property.
-
Field Details
-
autoStart
-
autoEnd
-
groupBy
-
startNum
-
endNum
-
startDate
-
endDate
-
groupInterval
-
-
Constructor Details
-
CTRangePr
public CTRangePr()
-
-
Method Details
-
isAutoStart
public boolean isAutoStart()Gets the value of the autoStart property.- Returns:
- possible object is
Boolean
-
setAutoStart
Sets the value of the autoStart property.- Parameters:
value- allowed object isBoolean
-
isAutoEnd
public boolean isAutoEnd()Gets the value of the autoEnd property.- Returns:
- possible object is
Boolean
-
setAutoEnd
Sets the value of the autoEnd property.- Parameters:
value- allowed object isBoolean
-
getGroupBy
Gets the value of the groupBy property.- Returns:
- possible object is
STGroupBy
-
setGroupBy
Sets the value of the groupBy property.- Parameters:
value- allowed object isSTGroupBy
-
getStartNum
Gets the value of the startNum property.- Returns:
- possible object is
Double
-
setStartNum
Sets the value of the startNum property.- Parameters:
value- allowed object isDouble
-
getEndNum
Gets the value of the endNum property.- Returns:
- possible object is
Double
-
setEndNum
Sets the value of the endNum property.- Parameters:
value- allowed object isDouble
-
getStartDate
Gets the value of the startDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartDate
Sets the value of the startDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getEndDate
Gets the value of the endDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEndDate
Sets the value of the endDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getGroupInterval
public double getGroupInterval()Gets the value of the groupInterval property.- Returns:
- possible object is
Double
-
setGroupInterval
Sets the value of the groupInterval property.- Parameters:
value- allowed object isDouble
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-