public class CTInputCells extends Object implements Child
Java class for CT_InputCells complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_InputCells">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="r" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellRef" />
<attribute name="deleted" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="undone" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="val" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="numFmtId" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_NumFmtId" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
deleted |
protected Long |
numFmtId |
protected String |
r |
protected Boolean |
undone |
protected String |
val |
| Constructor and Description |
|---|
CTInputCells() |
| 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.
|
Long |
getNumFmtId()
Gets the value of the numFmtId property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getR()
Gets the value of the r property.
|
String |
getVal()
Gets the value of the val property.
|
boolean |
isDeleted()
Gets the value of the deleted property.
|
boolean |
isUndone()
Gets the value of the undone property.
|
void |
setDeleted(Boolean value)
Sets the value of the deleted property.
|
void |
setNumFmtId(Long value)
Sets the value of the numFmtId property.
|
void |
setParent(Object parent) |
void |
setR(String value)
Sets the value of the r property.
|
void |
setUndone(Boolean value)
Sets the value of the undone property.
|
void |
setVal(String value)
Sets the value of the val property.
|
protected String r
protected Boolean deleted
protected Boolean undone
protected String val
protected Long numFmtId
public void setR(String value)
value - allowed object is
Stringpublic boolean isDeleted()
Booleanpublic void setDeleted(Boolean value)
value - allowed object is
Booleanpublic boolean isUndone()
Booleanpublic void setUndone(Boolean value)
value - allowed object is
Booleanpublic String getVal()
Stringpublic void setVal(String value)
value - allowed object is
Stringpublic Long getNumFmtId()
Longpublic void setNumFmtId(Long value)
value - allowed object is
Longpublic 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.