Package org.xlsx4j.sml
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.Booleancprotected java.lang.Booleandprotected java.lang.Booleaneprotected java.lang.Booleanfprotected java.lang.Booleanhprotected java.lang.Booleanmprotected java.lang.Stringnprotected java.lang.Booleansprotected java.lang.Booleansdprotected STItemTypetprotected java.lang.Longx -
Constructor Summary
Constructors Constructor Description CTItem() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(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.StringgetN()Gets the value of the n property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STItemTypegetT()Gets the value of the t property.java.lang.LonggetX()Gets the value of the x property.booleanisC()Gets the value of the c property.booleanisD()Gets the value of the d property.booleanisE()Gets the value of the e property.booleanisF()Gets the value of the f property.booleanisH()Gets the value of the h property.booleanisM()Gets the value of the m property.booleanisS()Gets the value of the s property.booleanisSd()Gets the value of the sd property.voidsetC(java.lang.Boolean value)Sets the value of the c property.voidsetD(java.lang.Boolean value)Sets the value of the d property.voidsetE(java.lang.Boolean value)Sets the value of the e property.voidsetF(java.lang.Boolean value)Sets the value of the f property.voidsetH(java.lang.Boolean value)Sets the value of the h property.voidsetM(java.lang.Boolean value)Sets the value of the m property.voidsetN(java.lang.String value)Sets the value of the n property.voidsetParent(java.lang.Object parent)voidsetS(java.lang.Boolean value)Sets the value of the s property.voidsetSd(java.lang.Boolean value)Sets the value of the sd property.voidsetT(STItemType value)Sets the value of the t property.voidsetX(java.lang.Long value)Sets the value of the x property.
-
Field Details
-
n
protected java.lang.String n -
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 isString
-
getT
Gets the value of the t property.- Returns:
- possible object is
STItemType
-
setT
Sets the value of the t property.- Parameters:
value- allowed object isSTItemType
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isLong
-
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 isBoolean
-
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 isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
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.
-