Class CTOlapPr

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

public class CTOlapPr
extends java.lang.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 Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.Boolean local  
    protected java.lang.String localConnection  
    protected java.lang.Boolean localRefresh  
    protected java.lang.Long rowDrillCount  
    protected java.lang.Boolean sendLocale  
    protected java.lang.Boolean serverFill  
    protected java.lang.Boolean serverFont  
    protected java.lang.Boolean serverFontColor  
    protected java.lang.Boolean serverNumberFormat  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTOlapPr()  
  • Method Summary

    Modifier and Type Method Description
    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.
    java.lang.String getLocalConnection()
    Gets the value of the localConnection property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.Long getRowDrillCount()
    Gets the value of the rowDrillCount property.
    boolean isLocal()
    Gets the value of the local property.
    boolean isLocalRefresh()
    Gets the value of the localRefresh property.
    boolean isSendLocale()
    Gets the value of the sendLocale property.
    boolean isServerFill()
    Gets the value of the serverFill property.
    boolean isServerFont()
    Gets the value of the serverFont property.
    boolean isServerFontColor()
    Gets the value of the serverFontColor property.
    boolean isServerNumberFormat()
    Gets the value of the serverNumberFormat property.
    void setLocal​(java.lang.Boolean value)
    Sets the value of the local property.
    void setLocalConnection​(java.lang.String value)
    Sets the value of the localConnection property.
    void setLocalRefresh​(java.lang.Boolean value)
    Sets the value of the localRefresh property.
    void setParent​(java.lang.Object parent)  
    void setRowDrillCount​(java.lang.Long value)
    Sets the value of the rowDrillCount property.
    void setSendLocale​(java.lang.Boolean value)
    Sets the value of the sendLocale property.
    void setServerFill​(java.lang.Boolean value)
    Sets the value of the serverFill property.
    void setServerFont​(java.lang.Boolean value)
    Sets the value of the serverFont property.
    void setServerFontColor​(java.lang.Boolean value)
    Sets the value of the serverFontColor property.
    void setServerNumberFormat​(java.lang.Boolean value)
    Sets the value of the serverNumberFormat property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • isLocal

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

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

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

      public void setLocalConnection​(java.lang.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​(java.lang.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​(java.lang.Boolean value)
      Sets the value of the sendLocale property.
      Parameters:
      value - allowed object is Boolean
    • getRowDrillCount

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

      public void setRowDrillCount​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.Boolean value)
      Sets the value of the serverFontColor property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.