public class CTConsolidation extends 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 Boolean |
autoPage |
protected CTPages |
pages |
protected CTRangeSets |
rangeSets |
Constructor and Description |
---|
CTConsolidation() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
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.
|
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(Boolean value)
Sets the value of the autoPage property.
|
void |
setPages(CTPages value)
Sets the value of the pages property.
|
void |
setParent(Object parent) |
void |
setRangeSets(CTRangeSets value)
Sets the value of the rangeSets property.
|
protected CTPages pages
protected CTRangeSets rangeSets
protected Boolean autoPage
public CTPages getPages()
CTPages
public void setPages(CTPages value)
value
- allowed object is
CTPages
public CTRangeSets getRangeSets()
CTRangeSets
public void setRangeSets(CTRangeSets value)
value
- allowed object is
CTRangeSets
public boolean isAutoPage()
Boolean
public void setAutoPage(Boolean value)
value
- allowed object is
Boolean
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2018. All Rights Reserved.