public class CTTableFormula extends Object implements Child
Java class for CT_TableFormula complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TableFormula"> <simpleContent> <extension base="<http://schemas.openxmlformats.org/spreadsheetml/2006/main>ST_Formula"> <attribute name="array" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
array |
protected String |
value |
Constructor and Description |
---|
CTTableFormula() |
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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isArray()
Gets the value of the array property.
|
void |
setArray(Boolean value)
Sets the value of the array property.
|
void |
setParent(Object parent) |
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public boolean isArray()
Boolean
public void setArray(Boolean value)
value
- allowed object is
Boolean
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-2018. All Rights Reserved.