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>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
c |
protected Boolean |
d |
protected Boolean |
e |
protected Boolean |
f |
protected Boolean |
h |
protected Boolean |
m |
protected String |
n |
protected Boolean |
s |
protected Boolean |
sd |
protected STItemType |
t |
protected Long |
x |
Constructor and Description |
---|
CTItem() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getN()
Gets the value of the n property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STItemType |
getT()
Gets the value of the t property.
|
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(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 |
setT(STItemType value)
Sets the value of the t property.
|
void |
setX(Long value)
Sets the value of the x property.
|
protected String n
protected STItemType t
protected Boolean h
protected Boolean s
protected Boolean sd
protected Boolean f
protected Boolean m
protected Boolean c
protected Long x
protected Boolean d
protected Boolean e
public void setN(String value)
value
- allowed object is
String
public STItemType getT()
STItemType
public void setT(STItemType value)
value
- allowed object is
STItemType
public boolean isH()
Boolean
public void setH(Boolean value)
value
- allowed object is
Boolean
public boolean isS()
Boolean
public void setS(Boolean value)
value
- allowed object is
Boolean
public boolean isSd()
Boolean
public void setSd(Boolean value)
value
- allowed object is
Boolean
public boolean isF()
Boolean
public void setF(Boolean value)
value
- allowed object is
Boolean
public boolean isM()
Boolean
public void setM(Boolean value)
value
- allowed object is
Boolean
public boolean isC()
Boolean
public void setC(Boolean value)
value
- allowed object is
Boolean
public void setX(Long value)
value
- allowed object is
Long
public boolean isD()
Boolean
public void setD(Boolean value)
value
- allowed object is
Boolean
public boolean isE()
Boolean
public void setE(Boolean value)
value
- allowed object is
Boolean
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.