Package org.xlsx4j.sml
Class CTExternalCell
java.lang.Object
org.xlsx4j.sml.CTExternalCell
- All Implemented Interfaces:
Child
public class CTExternalCell extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringrprotected STCellTypetprotected java.lang.Stringvprotected java.lang.Longvm -
Constructor Summary
Constructors Constructor Description CTExternalCell() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(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.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetR()Gets the value of the r property.STCellTypegetT()Gets the value of the t property.java.lang.StringgetV()Gets the value of the v property.longgetVm()Gets the value of the vm property.voidsetParent(java.lang.Object parent)voidsetR(java.lang.String value)Sets the value of the r property.voidsetT(STCellType value)Sets the value of the t property.voidsetV(java.lang.String value)Sets the value of the v property.voidsetVm(java.lang.Long value)Sets the value of the vm property.
-
Field Details
-
Constructor Details
-
CTExternalCell
public CTExternalCell()
-
-
Method Details
-
getV
public java.lang.String getV()Gets the value of the v property.- Returns:
- possible object is
String
-
setV
public void setV(java.lang.String value)Sets the value of the v property.- Parameters:
value- allowed object isString
-
getR
public java.lang.String getR()Gets the value of the r property.- Returns:
- possible object is
String
-
setR
public void setR(java.lang.String value)Sets the value of the r property.- Parameters:
value- allowed object isString
-
getT
Gets the value of the t property.- Returns:
- possible object is
STCellType
-
setT
Sets the value of the t property.- Parameters:
value- allowed object isSTCellType
-
getVm
public long getVm()Gets the value of the vm property.- Returns:
- possible object is
Long
-
setVm
public void setVm(java.lang.Long value)Sets the value of the vm property.- Parameters:
value- allowed object isLong
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public 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.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-