Class CTItem

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

public class CTItem
extends java.lang.Object
implements Child

Java class for CT_Item complex type.

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

 <complexType name="CT_Item">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="n" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="t" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_ItemType" default="data" />
       <attribute name="h" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="sd" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="f" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="m" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="c" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="x" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="d" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="e" 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 c  
    protected java.lang.Boolean d  
    protected java.lang.Boolean e  
    protected java.lang.Boolean f  
    protected java.lang.Boolean h  
    protected java.lang.Boolean m  
    protected java.lang.String n  
    protected java.lang.Boolean s  
    protected java.lang.Boolean sd  
    protected STItemType t  
    protected java.lang.Long x  
  • Constructor Summary

    Constructors
    Constructor Description
    CTItem()  
  • 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.
    java.lang.String getN()
    Gets the value of the n property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    STItemType getT()
    Gets the value of the t property.
    java.lang.Long getX()
    Gets the value of the x property.
    boolean isC()
    Gets the value of the c property.
    boolean isD()
    Gets the value of the d property.
    boolean isE()
    Gets the value of the e property.
    boolean isF()
    Gets the value of the f property.
    boolean isH()
    Gets the value of the h property.
    boolean isM()
    Gets the value of the m property.
    boolean isS()
    Gets the value of the s property.
    boolean isSd()
    Gets the value of the sd property.
    void setC​(java.lang.Boolean value)
    Sets the value of the c property.
    void setD​(java.lang.Boolean value)
    Sets the value of the d property.
    void setE​(java.lang.Boolean value)
    Sets the value of the e property.
    void setF​(java.lang.Boolean value)
    Sets the value of the f property.
    void setH​(java.lang.Boolean value)
    Sets the value of the h property.
    void setM​(java.lang.Boolean value)
    Sets the value of the m property.
    void setN​(java.lang.String value)
    Sets the value of the n property.
    void setParent​(java.lang.Object parent)  
    void setS​(java.lang.Boolean value)
    Sets the value of the s property.
    void setSd​(java.lang.Boolean value)
    Sets the value of the sd property.
    void setT​(STItemType value)
    Sets the value of the t property.
    void setX​(java.lang.Long value)
    Sets the value of the x property.

    Methods inherited from class java.lang.Object

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

    • n

      protected java.lang.String n
    • t

      protected STItemType t
    • h

      protected java.lang.Boolean h
    • s

      protected java.lang.Boolean s
    • sd

      protected java.lang.Boolean sd
    • f

      protected java.lang.Boolean f
    • m

      protected java.lang.Boolean m
    • c

      protected java.lang.Boolean c
    • x

      protected java.lang.Long x
    • d

      protected java.lang.Boolean d
    • e

      protected java.lang.Boolean e
  • Constructor Details

    • CTItem

      public CTItem()
  • Method Details

    • getN

      public java.lang.String getN()
      Gets the value of the n property.
      Returns:
      possible object is String
    • setN

      public void setN​(java.lang.String value)
      Sets the value of the n property.
      Parameters:
      value - allowed object is String
    • getT

      public STItemType getT()
      Gets the value of the t property.
      Returns:
      possible object is STItemType
    • setT

      public void setT​(STItemType value)
      Sets the value of the t property.
      Parameters:
      value - allowed object is STItemType
    • isH

      public boolean isH()
      Gets the value of the h property.
      Returns:
      possible object is Boolean
    • setH

      public void setH​(java.lang.Boolean value)
      Sets the value of the h property.
      Parameters:
      value - allowed object is Boolean
    • isS

      public boolean isS()
      Gets the value of the s property.
      Returns:
      possible object is Boolean
    • setS

      public void setS​(java.lang.Boolean value)
      Sets the value of the s property.
      Parameters:
      value - allowed object is Boolean
    • isSd

      public boolean isSd()
      Gets the value of the sd property.
      Returns:
      possible object is Boolean
    • setSd

      public void setSd​(java.lang.Boolean value)
      Sets the value of the sd property.
      Parameters:
      value - allowed object is Boolean
    • isF

      public boolean isF()
      Gets the value of the f property.
      Returns:
      possible object is Boolean
    • setF

      public void setF​(java.lang.Boolean value)
      Sets the value of the f property.
      Parameters:
      value - allowed object is Boolean
    • isM

      public boolean isM()
      Gets the value of the m property.
      Returns:
      possible object is Boolean
    • setM

      public void setM​(java.lang.Boolean value)
      Sets the value of the m property.
      Parameters:
      value - allowed object is Boolean
    • isC

      public boolean isC()
      Gets the value of the c property.
      Returns:
      possible object is Boolean
    • setC

      public void setC​(java.lang.Boolean value)
      Sets the value of the c property.
      Parameters:
      value - allowed object is Boolean
    • getX

      public java.lang.Long getX()
      Gets the value of the x property.
      Returns:
      possible object is Long
    • setX

      public void setX​(java.lang.Long value)
      Sets the value of the x property.
      Parameters:
      value - allowed object is Long
    • isD

      public boolean isD()
      Gets the value of the d property.
      Returns:
      possible object is Boolean
    • setD

      public void setD​(java.lang.Boolean value)
      Sets the value of the d property.
      Parameters:
      value - allowed object is Boolean
    • isE

      public boolean isE()
      Gets the value of the e property.
      Returns:
      possible object is Boolean
    • setE

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