Class CTOlapPr

java.lang.Object
org.xlsx4j.sml.CTOlapPr
All Implemented Interfaces:
Child

public class CTOlapPr extends Object implements Child

Java class for CT_OlapPr complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_OlapPr">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="local" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="localConnection" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="localRefresh" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="sendLocale" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="rowDrillCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="serverFill" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="serverNumberFormat" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="serverFont" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="serverFontColor" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • local

      protected Boolean local
    • localConnection

      protected String localConnection
    • localRefresh

      protected Boolean localRefresh
    • sendLocale

      protected Boolean sendLocale
    • rowDrillCount

      protected Long rowDrillCount
    • serverFill

      protected Boolean serverFill
    • serverNumberFormat

      protected Boolean serverNumberFormat
    • serverFont

      protected Boolean serverFont
    • serverFontColor

      protected Boolean serverFontColor
  • Constructor Details

    • CTOlapPr

      public CTOlapPr()
  • Method Details

    • isLocal

      public boolean isLocal()
      Gets the value of the local property.
      Returns:
      possible object is Boolean
    • setLocal

      public void setLocal(Boolean value)
      Sets the value of the local property.
      Parameters:
      value - allowed object is Boolean
    • getLocalConnection

      public String getLocalConnection()
      Gets the value of the localConnection property.
      Returns:
      possible object is String
    • setLocalConnection

      public void setLocalConnection(String value)
      Sets the value of the localConnection property.
      Parameters:
      value - allowed object is String
    • isLocalRefresh

      public boolean isLocalRefresh()
      Gets the value of the localRefresh property.
      Returns:
      possible object is Boolean
    • setLocalRefresh

      public void setLocalRefresh(Boolean value)
      Sets the value of the localRefresh property.
      Parameters:
      value - allowed object is Boolean
    • isSendLocale

      public boolean isSendLocale()
      Gets the value of the sendLocale property.
      Returns:
      possible object is Boolean
    • setSendLocale

      public void setSendLocale(Boolean value)
      Sets the value of the sendLocale property.
      Parameters:
      value - allowed object is Boolean
    • getRowDrillCount

      public Long getRowDrillCount()
      Gets the value of the rowDrillCount property.
      Returns:
      possible object is Long
    • setRowDrillCount

      public void setRowDrillCount(Long value)
      Sets the value of the rowDrillCount property.
      Parameters:
      value - allowed object is Long
    • isServerFill

      public boolean isServerFill()
      Gets the value of the serverFill property.
      Returns:
      possible object is Boolean
    • setServerFill

      public void setServerFill(Boolean value)
      Sets the value of the serverFill property.
      Parameters:
      value - allowed object is Boolean
    • isServerNumberFormat

      public boolean isServerNumberFormat()
      Gets the value of the serverNumberFormat property.
      Returns:
      possible object is Boolean
    • setServerNumberFormat

      public void setServerNumberFormat(Boolean value)
      Sets the value of the serverNumberFormat property.
      Parameters:
      value - allowed object is Boolean
    • isServerFont

      public boolean isServerFont()
      Gets the value of the serverFont property.
      Returns:
      possible object is Boolean
    • setServerFont

      public void setServerFont(Boolean value)
      Sets the value of the serverFont property.
      Parameters:
      value - allowed object is Boolean
    • isServerFontColor

      public boolean isServerFontColor()
      Gets the value of the serverFontColor property.
      Returns:
      possible object is Boolean
    • setServerFontColor

      public void setServerFontColor(Boolean value)
      Sets the value of the serverFontColor property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.