public class CTRevisionSheetRename extends Object implements Child
Java class for CT_RevisionSheetRename complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_RevisionSheetRename">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attGroup ref="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}AG_RevData"/>
<attribute name="sheetId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="oldName" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="newName" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTExtensionList |
extLst |
protected String |
newName |
protected String |
oldName |
protected Boolean |
ra |
protected long |
rId |
protected long |
sheetId |
protected Boolean |
ua |
| Constructor and Description |
|---|
CTRevisionSheetRename() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
String |
getNewName()
Gets the value of the newName property.
|
String |
getOldName()
Gets the value of the oldName property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getRId()
Gets the value of the rId property.
|
long |
getSheetId()
Gets the value of the sheetId property.
|
boolean |
isRa()
Gets the value of the ra property.
|
boolean |
isUa()
Gets the value of the ua property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setNewName(String value)
Sets the value of the newName property.
|
void |
setOldName(String value)
Sets the value of the oldName property.
|
void |
setParent(Object parent) |
void |
setRa(Boolean value)
Sets the value of the ra property.
|
void |
setRId(long value)
Sets the value of the rId property.
|
void |
setSheetId(long value)
Sets the value of the sheetId property.
|
void |
setUa(Boolean value)
Sets the value of the ua property.
|
protected CTExtensionList extLst
protected long sheetId
protected String oldName
protected String newName
protected long rId
protected Boolean ua
protected Boolean ra
public CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic long getSheetId()
public void setSheetId(long value)
public String getOldName()
Stringpublic void setOldName(String value)
value - allowed object is
Stringpublic String getNewName()
Stringpublic void setNewName(String value)
value - allowed object is
Stringpublic long getRId()
public void setRId(long value)
public boolean isUa()
Booleanpublic void setUa(Boolean value)
value - allowed object is
Booleanpublic boolean isRa()
Booleanpublic void setRa(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.