Class CTMetadataType

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

public class CTMetadataType extends 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 Details

    • name

      protected String name
    • minSupportedVersion

      protected long minSupportedVersion
    • ghostRow

      protected Boolean ghostRow
    • ghostCol

      protected Boolean ghostCol
    • edit

      protected Boolean edit
    • delete

      protected Boolean delete
    • copy

      protected Boolean copy
    • pasteAll

      protected Boolean pasteAll
    • pasteFormulas

      protected Boolean pasteFormulas
    • pasteValues

      protected Boolean pasteValues
    • pasteFormats

      protected Boolean pasteFormats
    • pasteComments

      protected Boolean pasteComments
    • pasteDataValidation

      protected Boolean pasteDataValidation
    • pasteBorders

      protected Boolean pasteBorders
    • pasteColWidths

      protected Boolean pasteColWidths
    • pasteNumberFormats

      protected Boolean pasteNumberFormats
    • merge

      protected Boolean merge
    • splitFirst

      protected Boolean splitFirst
    • splitAll

      protected Boolean splitAll
    • rowColShift

      protected Boolean rowColShift
    • clearAll

      protected Boolean clearAll
    • clearFormats

      protected Boolean clearFormats
    • clearContents

      protected Boolean clearContents
    • clearComments

      protected Boolean clearComments
    • assign

      protected Boolean assign
    • coerce

      protected Boolean coerce
    • adjust

      protected Boolean adjust
    • cellMeta

      protected Boolean cellMeta
  • Constructor Details

    • CTMetadataType

      public CTMetadataType()
  • Method Details

    • getName

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

      public void setName(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(Boolean value)
      Sets the value of the cellMeta 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.