Package org.xlsx4j.sml
Class CTRevisionRowColumn
java.lang.Object
org.xlsx4j.sml.CTRevisionRowColumn
- All Implemented Interfaces:
Child
public class CTRevisionRowColumn extends java.lang.Object implements Child
Java class for CT_RevisionRowColumn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_RevisionRowColumn">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="undo" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_UndoInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="rcc" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_RevisionCellChange" maxOccurs="unbounded" minOccurs="0"/>
<element name="rfmt" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_RevisionFormatting" maxOccurs="unbounded" minOccurs="0"/>
</choice>
<attGroup ref="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}AG_RevData"/>
<attribute name="sId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="eol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="ref" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Ref" />
<attribute name="action" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_rwColActionType" />
<attribute name="edge" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected STRwColActionTypeactionprotected java.lang.Booleanedgeprotected java.lang.Booleaneolprotected java.lang.Booleanraprotected java.lang.Stringrefprotected longrIdprotected longsIdprotected java.lang.Booleanuaprotected java.util.List<java.lang.Object>undoOrRccOrRfmt -
Constructor Summary
Constructors Constructor Description CTRevisionRowColumn() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.STRwColActionTypegetAction()Gets the value of the action property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetRef()Gets the value of the ref property.longgetRId()Gets the value of the rId property.longgetSId()Gets the value of the sId property.java.util.List<java.lang.Object>getUndoOrRccOrRfmt()Gets the value of the undoOrRccOrRfmt property.booleanisEdge()Gets the value of the edge property.booleanisEol()Gets the value of the eol property.booleanisRa()Gets the value of the ra property.booleanisUa()Gets the value of the ua property.voidsetAction(STRwColActionType value)Sets the value of the action property.voidsetEdge(java.lang.Boolean value)Sets the value of the edge property.voidsetEol(java.lang.Boolean value)Sets the value of the eol property.voidsetParent(java.lang.Object parent)voidsetRa(java.lang.Boolean value)Sets the value of the ra property.voidsetRef(java.lang.String value)Sets the value of the ref property.voidsetRId(long value)Sets the value of the rId property.voidsetSId(long value)Sets the value of the sId property.voidsetUa(java.lang.Boolean value)Sets the value of the ua property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
undoOrRccOrRfmt
protected java.util.List<java.lang.Object> undoOrRccOrRfmt -
sId
protected long sId -
eol
protected java.lang.Boolean eol -
ref
protected java.lang.String ref -
action
-
edge
protected java.lang.Boolean edge -
rId
protected long rId -
ua
protected java.lang.Boolean ua -
ra
protected java.lang.Boolean ra
-
-
Constructor Details
-
CTRevisionRowColumn
public CTRevisionRowColumn()
-
-
Method Details
-
getUndoOrRccOrRfmt
public java.util.List<java.lang.Object> getUndoOrRccOrRfmt()Gets the value of the undoOrRccOrRfmt property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the undoOrRccOrRfmt property.For example, to add a new item, do as follows:
getUndoOrRccOrRfmt().add(newItem);Objects of the following type(s) are allowed in the list
CTUndoInfoCTRevisionCellChangeCTRevisionFormatting -
getSId
public long getSId()Gets the value of the sId property. -
setSId
public void setSId(long value)Sets the value of the sId property. -
isEol
public boolean isEol()Gets the value of the eol property.- Returns:
- possible object is
Boolean
-
setEol
public void setEol(java.lang.Boolean value)Sets the value of the eol property.- Parameters:
value- allowed object isBoolean
-
getRef
public java.lang.String getRef()Gets the value of the ref property.- Returns:
- possible object is
String
-
setRef
public void setRef(java.lang.String value)Sets the value of the ref property.- Parameters:
value- allowed object isString
-
getAction
Gets the value of the action property.- Returns:
- possible object is
STRwColActionType
-
setAction
Sets the value of the action property.- Parameters:
value- allowed object isSTRwColActionType
-
isEdge
public boolean isEdge()Gets the value of the edge property.- Returns:
- possible object is
Boolean
-
setEdge
public void setEdge(java.lang.Boolean value)Sets the value of the edge property.- Parameters:
value- allowed object isBoolean
-
getRId
public long getRId()Gets the value of the rId property. -
setRId
public void setRId(long value)Sets the value of the rId property. -
isUa
public boolean isUa()Gets the value of the ua property.- Returns:
- possible object is
Boolean
-
setUa
public void setUa(java.lang.Boolean value)Sets the value of the ua property.- Parameters:
value- allowed object isBoolean
-
isRa
public boolean isRa()Gets the value of the ra property.- Returns:
- possible object is
Boolean
-
setRa
public void setRa(java.lang.Boolean value)Sets the value of the ra property.- Parameters:
value- allowed object isBoolean
-
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(jakarta.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.
-