public class CTSingleXmlCell extends Object implements Child
Java class for CT_SingleXmlCell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SingleXmlCell"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="xmlCellPr" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_XmlCellPr"/> <element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="r" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellRef" /> <attribute name="connectionId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
connectionId |
protected CTExtensionList |
extLst |
protected long |
id |
protected String |
r |
protected CTXmlCellPr |
xmlCellPr |
Constructor and Description |
---|
CTSingleXmlCell() |
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.
|
long |
getConnectionId()
Gets the value of the connectionId property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
long |
getId()
Gets the value of the id property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getR()
Gets the value of the r property.
|
CTXmlCellPr |
getXmlCellPr()
Gets the value of the xmlCellPr property.
|
void |
setConnectionId(long value)
Sets the value of the connectionId property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setParent(Object parent) |
void |
setR(String value)
Sets the value of the r property.
|
void |
setXmlCellPr(CTXmlCellPr value)
Sets the value of the xmlCellPr property.
|
protected CTXmlCellPr xmlCellPr
protected CTExtensionList extLst
protected long id
protected String r
protected long connectionId
public CTXmlCellPr getXmlCellPr()
CTXmlCellPr
public void setXmlCellPr(CTXmlCellPr value)
value
- allowed object is
CTXmlCellPr
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public long getId()
public void setId(long value)
public void setR(String value)
value
- allowed object is
String
public long getConnectionId()
public void setConnectionId(long value)
public 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-2019. All Rights Reserved.