Package org.xlsx4j.sml
Class CTInputCells
java.lang.Object
org.xlsx4j.sml.CTInputCells
- All Implemented Interfaces:
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>
-
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 value of the numFmtId property.Gets the parent object in the object tree representing the unmarshalled xml document.getR()Gets the value of the r property.getVal()Gets the value of the val property.booleanGets the value of the deleted property.booleanisUndone()Gets the value of the undone property.voidsetDeleted(Boolean value) Sets the value of the deleted property.voidsetNumFmtId(Long value) Sets the value of the numFmtId property.voidvoidSets the value of the r property.voidSets the value of the undone property.voidSets the value of the val property.
-
Field Details
-
r
-
deleted
-
undone
-
val
-
numFmtId
-
-
Constructor Details
-
CTInputCells
public CTInputCells()
-
-
Method Details
-
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
-
isDeleted
public boolean isDeleted()Gets the value of the deleted property.- Returns:
- possible object is
Boolean
-
setDeleted
Sets the value of the deleted property.- Parameters:
value- allowed object isBoolean
-
isUndone
public boolean isUndone()Gets the value of the undone property.- Returns:
- possible object is
Boolean
-
setUndone
Sets the value of the undone property.- Parameters:
value- allowed object isBoolean
-
getVal
Gets the value of the val property.- Returns:
- possible object is
String
-
setVal
Sets the value of the val property.- Parameters:
value- allowed object isString
-
getNumFmtId
Gets the value of the numFmtId property.- Returns:
- possible object is
Long
-
setNumFmtId
Sets the value of the numFmtId 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.
-