Class CTItem

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

public class CTItem extends 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 Boolean
     
    protected Boolean
     
    protected Boolean
     
    protected Boolean
     
    protected Boolean
     
    protected Boolean
     
    protected String
     
    protected Boolean
     
    protected Boolean
     
    protected STItemType
     
    protected Long
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    Gets the value of the n property.
    Gets the parent object in the object tree representing the unmarshalled xml document.
    Gets the value of the t property.
    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
    Gets the value of the sd property.
    void
    setC(Boolean value)
    Sets the value of the c property.
    void
    setD(Boolean value)
    Sets the value of the d property.
    void
    setE(Boolean value)
    Sets the value of the e property.
    void
    setF(Boolean value)
    Sets the value of the f property.
    void
    setH(Boolean value)
    Sets the value of the h property.
    void
    setM(Boolean value)
    Sets the value of the m property.
    void
    setN(String value)
    Sets the value of the n property.
    void
    setParent(Object parent)
     
    void
    setS(Boolean value)
    Sets the value of the s property.
    void
    setSd(Boolean value)
    Sets the value of the sd property.
    void
    Sets the value of the t property.
    void
    setX(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

  • Constructor Details

    • CTItem

      public CTItem()
  • Method Details

    • getN

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

      public void setN(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(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(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(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(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(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(Boolean value)
      Sets the value of the c property.
      Parameters:
      value - allowed object is Boolean
    • getX

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

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