Package org.xlsx4j.sml
Class CTChartsheetPr
java.lang.Object
org.xlsx4j.sml.CTChartsheetPr
- All Implemented Interfaces:
Child
public class CTChartsheetPr extends java.lang.Object implements Child
Java class for CT_ChartsheetPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ChartsheetPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tabColor" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Color" minOccurs="0"/>
</sequence>
<attribute name="published" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="codeName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CTChartsheetPr() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetCodeName()Gets the value of the codeName property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTColorgetTabColor()Gets the value of the tabColor property.booleanisPublished()Gets the value of the published property.voidsetCodeName(java.lang.String value)Sets the value of the codeName property.voidsetParent(java.lang.Object parent)voidsetPublished(java.lang.Boolean value)Sets the value of the published property.voidsetTabColor(CTColor value)Sets the value of the tabColor property.
-
Field Details
-
Constructor Details
-
CTChartsheetPr
public CTChartsheetPr()
-
-
Method Details
-
getTabColor
Gets the value of the tabColor property.- Returns:
- possible object is
CTColor
-
setTabColor
Sets the value of the tabColor property.- Parameters:
value- allowed object isCTColor
-
isPublished
public boolean isPublished()Gets the value of the published property.- Returns:
- possible object is
Boolean
-
setPublished
public void setPublished(java.lang.Boolean value)Sets the value of the published property.- Parameters:
value- allowed object isBoolean
-
getCodeName
public java.lang.String getCodeName()Gets the value of the codeName property.- Returns:
- possible object is
String
-
setCodeName
public void setCodeName(java.lang.String value)Sets the value of the codeName property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public 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.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-