Package org.xlsx4j.sml
Class CTItem
java.lang.Object
org.xlsx4j.sml.CTItem
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getN()Gets the value of the n property.Gets the parent object in the object tree representing the unmarshalled xml document.getT()Gets the value of the t property.getX()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.voidSets the value of the c property.voidSets the value of the d property.voidSets the value of the e property.voidSets the value of the f property.voidSets the value of the h property.voidSets the value of the m property.voidSets the value of the n property.voidvoidSets the value of the s property.voidSets the value of the sd property.voidsetT(STItemType value) Sets the value of the t property.voidSets the value of the x property.
-
Field Details
-
n
-
t
-
h
-
s
-
sd
-
f
-
m
-
c
-
x
-
d
-
e
-
-
Constructor Details
-
CTItem
public CTItem()
-
-
Method Details
-
getN
Gets the value of the n property.- Returns:
- possible object is
String
-
setN
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
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
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
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
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
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
Sets the value of the c property.- Parameters:
value- allowed object isBoolean
-
getX
Gets the value of the x property.- Returns:
- possible object is
Long
-
setX
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
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
Sets the value of the e property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-