Package org.xlsx4j.sml
Class CTDataConsolidate
java.lang.Object
org.xlsx4j.sml.CTDataConsolidate
- All Implemented Interfaces:
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTDataRefsprotected STDataConsolidateFunctionprotected Booleanprotected Booleanprotected Booleanprotected Boolean -
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.Gets the value of the dataRefs property.Gets the value of the function property.Gets the parent object in the object tree representing the unmarshalled xml document.booleanGets the value of the leftLabels property.booleanisLink()Gets the value of the link property.booleanGets the value of the startLabels property.booleanGets the value of the topLabels property.voidsetDataRefs(CTDataRefs value) Sets the value of the dataRefs property.voidSets the value of the function property.voidsetLeftLabels(Boolean value) Sets the value of the leftLabels property.voidSets the value of the link property.voidvoidsetStartLabels(Boolean value) Sets the value of the startLabels property.voidsetTopLabels(Boolean value) Sets the value of the topLabels property.
-
Field Details
-
dataRefs
-
function
-
startLabels
-
leftLabels
-
topLabels
-
link
-
-
Constructor Details
-
CTDataConsolidate
public CTDataConsolidate()
-
-
Method Details
-
getDataRefs
Gets the value of the dataRefs property.- Returns:
- possible object is
CTDataRefs
-
setDataRefs
Sets the value of the dataRefs property.- Parameters:
value- allowed object isCTDataRefs
-
getFunction
Gets the value of the function property.- Returns:
- possible object is
STDataConsolidateFunction
-
setFunction
Sets the value of the function property.- Parameters:
value- allowed object isSTDataConsolidateFunction
-
isStartLabels
public boolean isStartLabels()Gets the value of the startLabels property.- Returns:
- possible object is
Boolean
-
setStartLabels
Sets the value of the startLabels property.- Parameters:
value- allowed object isBoolean
-
isLeftLabels
public boolean isLeftLabels()Gets the value of the leftLabels property.- Returns:
- possible object is
Boolean
-
setLeftLabels
Sets the value of the leftLabels property.- Parameters:
value- allowed object isBoolean
-
isTopLabels
public boolean isTopLabels()Gets the value of the topLabels property.- Returns:
- possible object is
Boolean
-
setTopLabels
Sets the value of the topLabels property.- Parameters:
value- allowed object isBoolean
-
isLink
public boolean isLink()Gets the value of the link property.- Returns:
- possible object is
Boolean
-
setLink
Sets the value of the link 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.
-