public class CTF extends Object implements Child
Java class for CT_F complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_F">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fPr" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_FPr" minOccurs="0"/>
<element name="num" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OMathArg"/>
<element name="den" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OMathArg"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTOMathArg |
den |
protected CTFPr |
fPr |
protected CTOMathArg |
num |
| Constructor and Description |
|---|
CTF() |
| 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.
|
CTOMathArg |
getDen()
Gets the value of the den property.
|
CTFPr |
getFPr()
Gets the value of the fPr property.
|
CTOMathArg |
getNum()
Gets the value of the num property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setDen(CTOMathArg value)
Sets the value of the den property.
|
void |
setFPr(CTFPr value)
Sets the value of the fPr property.
|
void |
setNum(CTOMathArg value)
Sets the value of the num property.
|
void |
setParent(Object parent) |
protected CTFPr fPr
protected CTOMathArg num
protected CTOMathArg den
public void setFPr(CTFPr value)
value - allowed object is
CTFPrpublic CTOMathArg getNum()
CTOMathArgpublic void setNum(CTOMathArg value)
value - allowed object is
CTOMathArgpublic CTOMathArg getDen()
CTOMathArgpublic void setDen(CTOMathArg value)
value - allowed object is
CTOMathArgpublic 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.