Package org.xlsx4j.sml
Class CTConsolidation
java.lang.Object
org.xlsx4j.sml.CTConsolidation
- All Implemented Interfaces:
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 -
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.getPages()Gets the value of the pages property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the rangeSets property.booleanGets the value of the autoPage property.voidsetAutoPage(Boolean value) Sets the value of the autoPage property.voidSets the value of the pages property.voidvoidsetRangeSets(CTRangeSets value) Sets the value of the rangeSets property.
-
Field Details
-
pages
-
rangeSets
-
autoPage
-
-
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
Sets the value of the autoPage property.- Parameters:
value- allowed object isBoolean
-
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.
-