public class CTExternalCell extends Object implements Child
Java class for CT_ExternalCell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ExternalCell">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="v" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" minOccurs="0"/>
</sequence>
<attribute name="r" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellRef" />
<attribute name="t" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellType" default="n" />
<attribute name="vm" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
r |
protected STCellType |
t |
protected String |
v |
protected Long |
vm |
| Constructor and Description |
|---|
CTExternalCell() |
| 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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getR()
Gets the value of the r property.
|
STCellType |
getT()
Gets the value of the t property.
|
String |
getV()
Gets the value of the v property.
|
long |
getVm()
Gets the value of the vm property.
|
void |
setParent(Object parent) |
void |
setR(String value)
Sets the value of the r property.
|
void |
setT(STCellType value)
Sets the value of the t property.
|
void |
setV(String value)
Sets the value of the v property.
|
void |
setVm(Long value)
Sets the value of the vm property.
|
protected String v
protected String r
protected STCellType t
protected Long vm
public void setV(String value)
value - allowed object is
Stringpublic void setR(String value)
value - allowed object is
Stringpublic STCellType getT()
STCellTypepublic void setT(STCellType value)
value - allowed object is
STCellTypepublic long getVm()
Longpublic void setVm(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.