Package org.xlsx4j.sml
Class CTConsolidation
java.lang.Object
org.xlsx4j.sml.CTConsolidation
- All Implemented Interfaces:
Child
public class CTConsolidation extends java.lang.Object implements Child
Java class for CT_Consolidation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Consolidation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pages" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Pages" minOccurs="0"/>
<element name="rangeSets" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_RangeSets"/>
</sequence>
<attribute name="autoPage" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanautoPageprotected CTPagespagesprotected CTRangeSetsrangeSets -
Constructor Summary
Constructors Constructor Description CTConsolidation() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTPagesgetPages()Gets the value of the pages property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTRangeSetsgetRangeSets()Gets the value of the rangeSets property.booleanisAutoPage()Gets the value of the autoPage property.voidsetAutoPage(java.lang.Boolean value)Sets the value of the autoPage property.voidsetPages(CTPages value)Sets the value of the pages property.voidsetParent(java.lang.Object parent)voidsetRangeSets(CTRangeSets value)Sets the value of the rangeSets property.
-
Field Details
-
Constructor Details
-
CTConsolidation
public CTConsolidation()
-
-
Method Details
-
getPages
Gets the value of the pages property.- Returns:
- possible object is
CTPages
-
setPages
Sets the value of the pages property.- Parameters:
value- allowed object isCTPages
-
getRangeSets
Gets the value of the rangeSets property.- Returns:
- possible object is
CTRangeSets
-
setRangeSets
Sets the value of the rangeSets property.- Parameters:
value- allowed object isCTRangeSets
-
isAutoPage
public boolean isAutoPage()Gets the value of the autoPage property.- Returns:
- possible object is
Boolean
-
setAutoPage
public void setAutoPage(java.lang.Boolean value)Sets the value of the autoPage property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public 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.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-