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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
autoPage |
protected CTPages |
pages |
protected CTRangeSets |
rangeSets |
| Constructor and Description |
|---|
CTConsolidation() |
| 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.
|
CTPages |
getPages()
Gets the value of the pages property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTRangeSets |
getRangeSets()
Gets the value of the rangeSets property.
|
boolean |
isAutoPage()
Gets the value of the autoPage property.
|
void |
setAutoPage(java.lang.Boolean value)
Sets the value of the autoPage property.
|
void |
setPages(CTPages value)
Sets the value of the pages property.
|
void |
setParent(java.lang.Object parent) |
void |
setRangeSets(CTRangeSets value)
Sets the value of the rangeSets property.
|
protected CTPages pages
protected CTRangeSets rangeSets
protected java.lang.Boolean autoPage
public CTPages getPages()
CTPagespublic void setPages(CTPages value)
value - allowed object is
CTPagespublic CTRangeSets getRangeSets()
CTRangeSetspublic void setRangeSets(CTRangeSets value)
value - allowed object is
CTRangeSetspublic boolean isAutoPage()
Booleanpublic void setAutoPage(java.lang.Boolean value)
value - allowed object is
Booleanpublic 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.