public class CTFtnProps extends Object implements Child
Java class for CT_FtnProps complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_FtnProps">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pos" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_FtnPos" minOccurs="0"/>
<element name="numFmt" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_NumFmt" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_FtnEdnNumProps" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NumFmt |
numFmt |
protected CTNumRestart |
numRestart |
protected CTEdnProps.NumStart |
numStart |
protected CTFtnPos |
pos |
| Constructor and Description |
|---|
CTFtnProps() |
| 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.
|
NumFmt |
getNumFmt()
Gets the value of the numFmt property.
|
CTNumRestart |
getNumRestart()
Gets the value of the numRestart property.
|
CTEdnProps.NumStart |
getNumStart()
Gets the value of the numStart property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTFtnPos |
getPos()
Gets the value of the pos property.
|
void |
setNumFmt(NumFmt value)
Sets the value of the numFmt property.
|
void |
setNumRestart(CTNumRestart value)
Sets the value of the numRestart property.
|
void |
setNumStart(CTEdnProps.NumStart value)
Sets the value of the numStart property.
|
void |
setParent(Object parent) |
void |
setPos(CTFtnPos value)
Sets the value of the pos property.
|
protected CTFtnPos pos
protected NumFmt numFmt
protected CTEdnProps.NumStart numStart
protected CTNumRestart numRestart
public CTFtnPos getPos()
CTFtnPospublic void setPos(CTFtnPos value)
value - allowed object is
CTFtnPospublic NumFmt getNumFmt()
NumFmtpublic void setNumFmt(NumFmt value)
value - allowed object is
NumFmtpublic CTEdnProps.NumStart getNumStart()
CTEdnProps.NumStartpublic void setNumStart(CTEdnProps.NumStart value)
value - allowed object is
CTEdnProps.NumStartpublic CTNumRestart getNumRestart()
CTNumRestartpublic void setNumRestart(CTNumRestart value)
value - allowed object is
CTNumRestartpublic 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-2020. All Rights Reserved.