Class CTMetadataType

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

public class CTMetadataType
extends java.lang.Object
implements Child

Java class for CT_MetadataType complex type.

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

 <complexType name="CT_MetadataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="minSupportedVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="ghostRow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="ghostCol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="edit" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="delete" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="copy" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="pasteAll" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="pasteFormulas" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="pasteValues" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="pasteFormats" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="pasteComments" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="pasteDataValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="pasteBorders" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="pasteColWidths" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="pasteNumberFormats" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="merge" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="splitFirst" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="splitAll" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="rowColShift" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="clearAll" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="clearFormats" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="clearContents" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="clearComments" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="assign" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="coerce" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="adjust" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="cellMeta" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.Boolean adjust  
    protected java.lang.Boolean assign  
    protected java.lang.Boolean cellMeta  
    protected java.lang.Boolean clearAll  
    protected java.lang.Boolean clearComments  
    protected java.lang.Boolean clearContents  
    protected java.lang.Boolean clearFormats  
    protected java.lang.Boolean coerce  
    protected java.lang.Boolean copy  
    protected java.lang.Boolean delete  
    protected java.lang.Boolean edit  
    protected java.lang.Boolean ghostCol  
    protected java.lang.Boolean ghostRow  
    protected java.lang.Boolean merge  
    protected long minSupportedVersion  
    protected java.lang.String name  
    protected java.lang.Boolean pasteAll  
    protected java.lang.Boolean pasteBorders  
    protected java.lang.Boolean pasteColWidths  
    protected java.lang.Boolean pasteComments  
    protected java.lang.Boolean pasteDataValidation  
    protected java.lang.Boolean pasteFormats  
    protected java.lang.Boolean pasteFormulas  
    protected java.lang.Boolean pasteNumberFormats  
    protected java.lang.Boolean pasteValues  
    protected java.lang.Boolean rowColShift  
    protected java.lang.Boolean splitAll  
    protected java.lang.Boolean splitFirst  
  • Constructor Summary

    Constructors
    Constructor Description
    CTMetadataType()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    long getMinSupportedVersion()
    Gets the value of the minSupportedVersion property.
    java.lang.String getName()
    Gets the value of the name property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    boolean isAdjust()
    Gets the value of the adjust property.
    boolean isAssign()
    Gets the value of the assign property.
    boolean isCellMeta()
    Gets the value of the cellMeta property.
    boolean isClearAll()
    Gets the value of the clearAll property.
    boolean isClearComments()
    Gets the value of the clearComments property.
    boolean isClearContents()
    Gets the value of the clearContents property.
    boolean isClearFormats()
    Gets the value of the clearFormats property.
    boolean isCoerce()
    Gets the value of the coerce property.
    boolean isCopy()
    Gets the value of the copy property.
    boolean isDelete()
    Gets the value of the delete property.
    boolean isEdit()
    Gets the value of the edit property.
    boolean isGhostCol()
    Gets the value of the ghostCol property.
    boolean isGhostRow()
    Gets the value of the ghostRow property.
    boolean isMerge()
    Gets the value of the merge property.
    boolean isPasteAll()
    Gets the value of the pasteAll property.
    boolean isPasteBorders()
    Gets the value of the pasteBorders property.
    boolean isPasteColWidths()
    Gets the value of the pasteColWidths property.
    boolean isPasteComments()
    Gets the value of the pasteComments property.
    boolean isPasteDataValidation()
    Gets the value of the pasteDataValidation property.
    boolean isPasteFormats()
    Gets the value of the pasteFormats property.
    boolean isPasteFormulas()
    Gets the value of the pasteFormulas property.
    boolean isPasteNumberFormats()
    Gets the value of the pasteNumberFormats property.
    boolean isPasteValues()
    Gets the value of the pasteValues property.
    boolean isRowColShift()
    Gets the value of the rowColShift property.
    boolean isSplitAll()
    Gets the value of the splitAll property.
    boolean isSplitFirst()
    Gets the value of the splitFirst property.
    void setAdjust​(java.lang.Boolean value)
    Sets the value of the adjust property.
    void setAssign​(java.lang.Boolean value)
    Sets the value of the assign property.
    void setCellMeta​(java.lang.Boolean value)
    Sets the value of the cellMeta property.
    void setClearAll​(java.lang.Boolean value)
    Sets the value of the clearAll property.
    void setClearComments​(java.lang.Boolean value)
    Sets the value of the clearComments property.
    void setClearContents​(java.lang.Boolean value)
    Sets the value of the clearContents property.
    void setClearFormats​(java.lang.Boolean value)
    Sets the value of the clearFormats property.
    void setCoerce​(java.lang.Boolean value)
    Sets the value of the coerce property.
    void setCopy​(java.lang.Boolean value)
    Sets the value of the copy property.
    void setDelete​(java.lang.Boolean value)
    Sets the value of the delete property.
    void setEdit​(java.lang.Boolean value)
    Sets the value of the edit property.
    void setGhostCol​(java.lang.Boolean value)
    Sets the value of the ghostCol property.
    void setGhostRow​(java.lang.Boolean value)
    Sets the value of the ghostRow property.
    void setMerge​(java.lang.Boolean value)
    Sets the value of the merge property.
    void setMinSupportedVersion​(long value)
    Sets the value of the minSupportedVersion property.
    void setName​(java.lang.String value)
    Sets the value of the name property.
    void setParent​(java.lang.Object parent)  
    void setPasteAll​(java.lang.Boolean value)
    Sets the value of the pasteAll property.
    void setPasteBorders​(java.lang.Boolean value)
    Sets the value of the pasteBorders property.
    void setPasteColWidths​(java.lang.Boolean value)
    Sets the value of the pasteColWidths property.
    void setPasteComments​(java.lang.Boolean value)
    Sets the value of the pasteComments property.
    void setPasteDataValidation​(java.lang.Boolean value)
    Sets the value of the pasteDataValidation property.
    void setPasteFormats​(java.lang.Boolean value)
    Sets the value of the pasteFormats property.
    void setPasteFormulas​(java.lang.Boolean value)
    Sets the value of the pasteFormulas property.
    void setPasteNumberFormats​(java.lang.Boolean value)
    Sets the value of the pasteNumberFormats property.
    void setPasteValues​(java.lang.Boolean value)
    Sets the value of the pasteValues property.
    void setRowColShift​(java.lang.Boolean value)
    Sets the value of the rowColShift property.
    void setSplitAll​(java.lang.Boolean value)
    Sets the value of the splitAll property.
    void setSplitFirst​(java.lang.Boolean value)
    Sets the value of the splitFirst property.

    Methods inherited from class java.lang.Object

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

    • name

      protected java.lang.String name
    • minSupportedVersion

      protected long minSupportedVersion
    • ghostRow

      protected java.lang.Boolean ghostRow
    • ghostCol

      protected java.lang.Boolean ghostCol
    • edit

      protected java.lang.Boolean edit
    • delete

      protected java.lang.Boolean delete
    • copy

      protected java.lang.Boolean copy
    • pasteAll

      protected java.lang.Boolean pasteAll
    • pasteFormulas

      protected java.lang.Boolean pasteFormulas
    • pasteValues

      protected java.lang.Boolean pasteValues
    • pasteFormats

      protected java.lang.Boolean pasteFormats
    • pasteComments

      protected java.lang.Boolean pasteComments
    • pasteDataValidation

      protected java.lang.Boolean pasteDataValidation
    • pasteBorders

      protected java.lang.Boolean pasteBorders
    • pasteColWidths

      protected java.lang.Boolean pasteColWidths
    • pasteNumberFormats

      protected java.lang.Boolean pasteNumberFormats
    • merge

      protected java.lang.Boolean merge
    • splitFirst

      protected java.lang.Boolean splitFirst
    • splitAll

      protected java.lang.Boolean splitAll
    • rowColShift

      protected java.lang.Boolean rowColShift
    • clearAll

      protected java.lang.Boolean clearAll
    • clearFormats

      protected java.lang.Boolean clearFormats
    • clearContents

      protected java.lang.Boolean clearContents
    • clearComments

      protected java.lang.Boolean clearComments
    • assign

      protected java.lang.Boolean assign
    • coerce

      protected java.lang.Boolean coerce
    • adjust

      protected java.lang.Boolean adjust
    • cellMeta

      protected java.lang.Boolean cellMeta
  • Constructor Details

    • CTMetadataType

      public CTMetadataType()
  • Method Details

    • getName

      public java.lang.String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName​(java.lang.String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getMinSupportedVersion

      public long getMinSupportedVersion()
      Gets the value of the minSupportedVersion property.
    • setMinSupportedVersion

      public void setMinSupportedVersion​(long value)
      Sets the value of the minSupportedVersion property.
    • isGhostRow

      public boolean isGhostRow()
      Gets the value of the ghostRow property.
      Returns:
      possible object is Boolean
    • setGhostRow

      public void setGhostRow​(java.lang.Boolean value)
      Sets the value of the ghostRow property.
      Parameters:
      value - allowed object is Boolean
    • isGhostCol

      public boolean isGhostCol()
      Gets the value of the ghostCol property.
      Returns:
      possible object is Boolean
    • setGhostCol

      public void setGhostCol​(java.lang.Boolean value)
      Sets the value of the ghostCol property.
      Parameters:
      value - allowed object is Boolean
    • isEdit

      public boolean isEdit()
      Gets the value of the edit property.
      Returns:
      possible object is Boolean
    • setEdit

      public void setEdit​(java.lang.Boolean value)
      Sets the value of the edit property.
      Parameters:
      value - allowed object is Boolean
    • isDelete

      public boolean isDelete()
      Gets the value of the delete property.
      Returns:
      possible object is Boolean
    • setDelete

      public void setDelete​(java.lang.Boolean value)
      Sets the value of the delete property.
      Parameters:
      value - allowed object is Boolean
    • isCopy

      public boolean isCopy()
      Gets the value of the copy property.
      Returns:
      possible object is Boolean
    • setCopy

      public void setCopy​(java.lang.Boolean value)
      Sets the value of the copy property.
      Parameters:
      value - allowed object is Boolean
    • isPasteAll

      public boolean isPasteAll()
      Gets the value of the pasteAll property.
      Returns:
      possible object is Boolean
    • setPasteAll

      public void setPasteAll​(java.lang.Boolean value)
      Sets the value of the pasteAll property.
      Parameters:
      value - allowed object is Boolean
    • isPasteFormulas

      public boolean isPasteFormulas()
      Gets the value of the pasteFormulas property.
      Returns:
      possible object is Boolean
    • setPasteFormulas

      public void setPasteFormulas​(java.lang.Boolean value)
      Sets the value of the pasteFormulas property.
      Parameters:
      value - allowed object is Boolean
    • isPasteValues

      public boolean isPasteValues()
      Gets the value of the pasteValues property.
      Returns:
      possible object is Boolean
    • setPasteValues

      public void setPasteValues​(java.lang.Boolean value)
      Sets the value of the pasteValues property.
      Parameters:
      value - allowed object is Boolean
    • isPasteFormats

      public boolean isPasteFormats()
      Gets the value of the pasteFormats property.
      Returns:
      possible object is Boolean
    • setPasteFormats

      public void setPasteFormats​(java.lang.Boolean value)
      Sets the value of the pasteFormats property.
      Parameters:
      value - allowed object is Boolean
    • isPasteComments

      public boolean isPasteComments()
      Gets the value of the pasteComments property.
      Returns:
      possible object is Boolean
    • setPasteComments

      public void setPasteComments​(java.lang.Boolean value)
      Sets the value of the pasteComments property.
      Parameters:
      value - allowed object is Boolean
    • isPasteDataValidation

      public boolean isPasteDataValidation()
      Gets the value of the pasteDataValidation property.
      Returns:
      possible object is Boolean
    • setPasteDataValidation

      public void setPasteDataValidation​(java.lang.Boolean value)
      Sets the value of the pasteDataValidation property.
      Parameters:
      value - allowed object is Boolean
    • isPasteBorders

      public boolean isPasteBorders()
      Gets the value of the pasteBorders property.
      Returns:
      possible object is Boolean
    • setPasteBorders

      public void setPasteBorders​(java.lang.Boolean value)
      Sets the value of the pasteBorders property.
      Parameters:
      value - allowed object is Boolean
    • isPasteColWidths

      public boolean isPasteColWidths()
      Gets the value of the pasteColWidths property.
      Returns:
      possible object is Boolean
    • setPasteColWidths

      public void setPasteColWidths​(java.lang.Boolean value)
      Sets the value of the pasteColWidths property.
      Parameters:
      value - allowed object is Boolean
    • isPasteNumberFormats

      public boolean isPasteNumberFormats()
      Gets the value of the pasteNumberFormats property.
      Returns:
      possible object is Boolean
    • setPasteNumberFormats

      public void setPasteNumberFormats​(java.lang.Boolean value)
      Sets the value of the pasteNumberFormats property.
      Parameters:
      value - allowed object is Boolean
    • isMerge

      public boolean isMerge()
      Gets the value of the merge property.
      Returns:
      possible object is Boolean
    • setMerge

      public void setMerge​(java.lang.Boolean value)
      Sets the value of the merge property.
      Parameters:
      value - allowed object is Boolean
    • isSplitFirst

      public boolean isSplitFirst()
      Gets the value of the splitFirst property.
      Returns:
      possible object is Boolean
    • setSplitFirst

      public void setSplitFirst​(java.lang.Boolean value)
      Sets the value of the splitFirst property.
      Parameters:
      value - allowed object is Boolean
    • isSplitAll

      public boolean isSplitAll()
      Gets the value of the splitAll property.
      Returns:
      possible object is Boolean
    • setSplitAll

      public void setSplitAll​(java.lang.Boolean value)
      Sets the value of the splitAll property.
      Parameters:
      value - allowed object is Boolean
    • isRowColShift

      public boolean isRowColShift()
      Gets the value of the rowColShift property.
      Returns:
      possible object is Boolean
    • setRowColShift

      public void setRowColShift​(java.lang.Boolean value)
      Sets the value of the rowColShift property.
      Parameters:
      value - allowed object is Boolean
    • isClearAll

      public boolean isClearAll()
      Gets the value of the clearAll property.
      Returns:
      possible object is Boolean
    • setClearAll

      public void setClearAll​(java.lang.Boolean value)
      Sets the value of the clearAll property.
      Parameters:
      value - allowed object is Boolean
    • isClearFormats

      public boolean isClearFormats()
      Gets the value of the clearFormats property.
      Returns:
      possible object is Boolean
    • setClearFormats

      public void setClearFormats​(java.lang.Boolean value)
      Sets the value of the clearFormats property.
      Parameters:
      value - allowed object is Boolean
    • isClearContents

      public boolean isClearContents()
      Gets the value of the clearContents property.
      Returns:
      possible object is Boolean
    • setClearContents

      public void setClearContents​(java.lang.Boolean value)
      Sets the value of the clearContents property.
      Parameters:
      value - allowed object is Boolean
    • isClearComments

      public boolean isClearComments()
      Gets the value of the clearComments property.
      Returns:
      possible object is Boolean
    • setClearComments

      public void setClearComments​(java.lang.Boolean value)
      Sets the value of the clearComments property.
      Parameters:
      value - allowed object is Boolean
    • isAssign

      public boolean isAssign()
      Gets the value of the assign property.
      Returns:
      possible object is Boolean
    • setAssign

      public void setAssign​(java.lang.Boolean value)
      Sets the value of the assign property.
      Parameters:
      value - allowed object is Boolean
    • isCoerce

      public boolean isCoerce()
      Gets the value of the coerce property.
      Returns:
      possible object is Boolean
    • setCoerce

      public void setCoerce​(java.lang.Boolean value)
      Sets the value of the coerce property.
      Parameters:
      value - allowed object is Boolean
    • isAdjust

      public boolean isAdjust()
      Gets the value of the adjust property.
      Returns:
      possible object is Boolean
    • setAdjust

      public void setAdjust​(java.lang.Boolean value)
      Sets the value of the adjust property.
      Parameters:
      value - allowed object is Boolean
    • isCellMeta

      public boolean isCellMeta()
      Gets the value of the cellMeta property.
      Returns:
      possible object is Boolean
    • setCellMeta

      public void setCellMeta​(java.lang.Boolean value)
      Sets the value of the cellMeta 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​(jakarta.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.