Package org.xlsx4j.sml
Class CTExternalCell
java.lang.Object
org.xlsx4j.sml.CTExternalCell
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the parent object in the object tree representing the unmarshalled xml document.getR()Gets the value of the r property.getT()Gets the value of the t property.getV()Gets the value of the v property.longgetVm()Gets the value of the vm property.voidvoidSets the value of the r property.voidsetT(STCellType value) Sets the value of the t property.voidSets the value of the v property.voidSets the value of the vm property.
-
Field Details
-
v
-
r
-
t
-
vm
-
-
Constructor Details
-
CTExternalCell
public CTExternalCell()
-
-
Method Details
-
getV
Gets the value of the v property.- Returns:
- possible object is
String
-
setV
Sets the value of the v property.- Parameters:
value- allowed object isString
-
getR
Gets the value of the r property.- Returns:
- possible object is
String
-
setR
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
Sets the value of the vm property.- Parameters:
value- allowed object isLong
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-