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>
| Modifier and Type | Field and Description |
|---|---|
protected STRwColActionType |
action |
protected java.lang.Boolean |
edge |
protected java.lang.Boolean |
eol |
protected java.lang.Boolean |
ra |
protected java.lang.String |
ref |
protected long |
rId |
protected long |
sId |
protected java.lang.Boolean |
ua |
protected java.util.List<java.lang.Object> |
undoOrRccOrRfmt |
| Constructor and Description |
|---|
CTRevisionRowColumn() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
STRwColActionType |
getAction()
Gets the value of the action property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getRef()
Gets the value of the ref property.
|
long |
getRId()
Gets the value of the rId property.
|
long |
getSId()
Gets the value of the sId property.
|
java.util.List<java.lang.Object> |
getUndoOrRccOrRfmt()
Gets the value of the undoOrRccOrRfmt property.
|
boolean |
isEdge()
Gets the value of the edge property.
|
boolean |
isEol()
Gets the value of the eol property.
|
boolean |
isRa()
Gets the value of the ra property.
|
boolean |
isUa()
Gets the value of the ua property.
|
void |
setAction(STRwColActionType value)
Sets the value of the action property.
|
void |
setEdge(java.lang.Boolean value)
Sets the value of the edge property.
|
void |
setEol(java.lang.Boolean value)
Sets the value of the eol property.
|
void |
setParent(java.lang.Object parent) |
void |
setRa(java.lang.Boolean value)
Sets the value of the ra property.
|
void |
setRef(java.lang.String value)
Sets the value of the ref property.
|
void |
setRId(long value)
Sets the value of the rId property.
|
void |
setSId(long value)
Sets the value of the sId property.
|
void |
setUa(java.lang.Boolean value)
Sets the value of the ua property.
|
protected java.util.List<java.lang.Object> undoOrRccOrRfmt
protected long sId
protected java.lang.Boolean eol
protected java.lang.String ref
protected STRwColActionType action
protected java.lang.Boolean edge
protected long rId
protected java.lang.Boolean ua
protected java.lang.Boolean ra
public java.util.List<java.lang.Object> getUndoOrRccOrRfmt()
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 set method 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
CTUndoInfo
CTRevisionCellChange
CTRevisionFormatting
public long getSId()
public void setSId(long value)
public boolean isEol()
Booleanpublic void setEol(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getRef()
Stringpublic void setRef(java.lang.String value)
value - allowed object is
Stringpublic STRwColActionType getAction()
STRwColActionTypepublic void setAction(STRwColActionType value)
value - allowed object is
STRwColActionTypepublic boolean isEdge()
Booleanpublic void setEdge(java.lang.Boolean value)
value - allowed object is
Booleanpublic long getRId()
public void setRId(long value)
public boolean isUa()
Booleanpublic void setUa(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isRa()
Booleanpublic void setRa(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.