public class CTCellSmartTag extends Object implements Child
Java class for CT_CellSmartTag complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CellSmartTag">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cellSmartTagPr" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CellSmartTagPr" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="deleted" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="xmlBased" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CTCellSmartTagPr> |
cellSmartTagPr |
protected Boolean |
deleted |
protected long |
type |
protected Boolean |
xmlBased |
| Constructor and Description |
|---|
CTCellSmartTag() |
| 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.
|
List<CTCellSmartTagPr> |
getCellSmartTagPr()
Gets the value of the cellSmartTagPr property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getType()
Gets the value of the type property.
|
boolean |
isDeleted()
Gets the value of the deleted property.
|
boolean |
isXmlBased()
Gets the value of the xmlBased property.
|
void |
setDeleted(Boolean value)
Sets the value of the deleted property.
|
void |
setParent(Object parent) |
void |
setType(long value)
Sets the value of the type property.
|
void |
setXmlBased(Boolean value)
Sets the value of the xmlBased property.
|
protected List<CTCellSmartTagPr> cellSmartTagPr
protected long type
protected Boolean deleted
protected Boolean xmlBased
public List<CTCellSmartTagPr> getCellSmartTagPr()
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 cellSmartTagPr property.
For example, to add a new item, do as follows:
getCellSmartTagPr().add(newItem);
Objects of the following type(s) are allowed in the list
CTCellSmartTagPr
public long getType()
public void setType(long value)
public boolean isDeleted()
Booleanpublic void setDeleted(Boolean value)
value - allowed object is
Booleanpublic boolean isXmlBased()
Booleanpublic void setXmlBased(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-2019. All Rights Reserved.