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>
| Modifier and Type | Field and 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 and Description |
|---|
CTItem() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
protected java.lang.String n
protected STItemType t
protected java.lang.Boolean h
protected java.lang.Boolean s
protected java.lang.Boolean sd
protected java.lang.Boolean f
protected java.lang.Boolean m
protected java.lang.Boolean c
protected java.lang.Long x
protected java.lang.Boolean d
protected java.lang.Boolean e
public java.lang.String getN()
Stringpublic void setN(java.lang.String value)
value - allowed object is
Stringpublic STItemType getT()
STItemTypepublic void setT(STItemType value)
value - allowed object is
STItemTypepublic boolean isH()
Booleanpublic void setH(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isS()
Booleanpublic void setS(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSd()
Booleanpublic void setSd(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isF()
Booleanpublic void setF(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isM()
Booleanpublic void setM(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isC()
Booleanpublic void setC(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getX()
Longpublic void setX(java.lang.Long value)
value - allowed object is
Longpublic boolean isD()
Booleanpublic void setD(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isE()
Booleanpublic void setE(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.