public class CTDataConsolidate extends Object implements Child
Java class for CT_DataConsolidate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DataConsolidate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dataRefs" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_DataRefs" minOccurs="0"/>
</sequence>
<attribute name="function" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_DataConsolidateFunction" default="sum" />
<attribute name="startLabels" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="leftLabels" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="topLabels" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="link" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTDataRefs |
dataRefs |
protected STDataConsolidateFunction |
function |
protected Boolean |
leftLabels |
protected Boolean |
link |
protected Boolean |
startLabels |
protected Boolean |
topLabels |
| Constructor and Description |
|---|
CTDataConsolidate() |
| 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.
|
CTDataRefs |
getDataRefs()
Gets the value of the dataRefs property.
|
STDataConsolidateFunction |
getFunction()
Gets the value of the function property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
boolean |
isLeftLabels()
Gets the value of the leftLabels property.
|
boolean |
isLink()
Gets the value of the link property.
|
boolean |
isStartLabels()
Gets the value of the startLabels property.
|
boolean |
isTopLabels()
Gets the value of the topLabels property.
|
void |
setDataRefs(CTDataRefs value)
Sets the value of the dataRefs property.
|
void |
setFunction(STDataConsolidateFunction value)
Sets the value of the function property.
|
void |
setLeftLabels(Boolean value)
Sets the value of the leftLabels property.
|
void |
setLink(Boolean value)
Sets the value of the link property.
|
void |
setParent(Object parent) |
void |
setStartLabels(Boolean value)
Sets the value of the startLabels property.
|
void |
setTopLabels(Boolean value)
Sets the value of the topLabels property.
|
protected CTDataRefs dataRefs
protected STDataConsolidateFunction function
protected Boolean startLabels
protected Boolean leftLabels
protected Boolean topLabels
protected Boolean link
public CTDataRefs getDataRefs()
CTDataRefspublic void setDataRefs(CTDataRefs value)
value - allowed object is
CTDataRefspublic STDataConsolidateFunction getFunction()
STDataConsolidateFunctionpublic void setFunction(STDataConsolidateFunction value)
value - allowed object is
STDataConsolidateFunctionpublic boolean isStartLabels()
Booleanpublic void setStartLabels(Boolean value)
value - allowed object is
Booleanpublic boolean isLeftLabels()
Booleanpublic void setLeftLabels(Boolean value)
value - allowed object is
Booleanpublic boolean isTopLabels()
Booleanpublic void setTopLabels(Boolean value)
value - allowed object is
Booleanpublic boolean isLink()
Booleanpublic void setLink(Boolean value)
value - allowed object is
Booleanpublic 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-2021. All Rights Reserved.