public class FldChar extends Object implements Child
Java class for CT_FldChar complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_FldChar"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="fldData" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Text" minOccurs="0"/> <element name="ffData" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_FFData" minOccurs="0"/> <element name="numberingChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChangeNumbering" minOccurs="0"/> </choice> <attribute name="fldCharType" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_FldCharType" /> <attribute name="fldLock" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="dirty" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
dirty |
protected CTFFData |
ffData |
protected STFldCharType |
fldCharType |
protected Text |
fldData |
protected Boolean |
fldLock |
protected CTTrackChangeNumbering |
numberingChange |
Constructor and Description |
---|
FldChar() |
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.
|
CTFFData |
getFfData()
Gets the value of the ffData property.
|
STFldCharType |
getFldCharType()
Gets the value of the fldCharType property.
|
Text |
getFldData()
Gets the value of the fldData property.
|
CTTrackChangeNumbering |
getNumberingChange()
Gets the value of the numberingChange property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
boolean |
isDirty()
Gets the value of the dirty property.
|
boolean |
isFldLock()
Gets the value of the fldLock property.
|
void |
setDirty(Boolean value)
Sets the value of the dirty property.
|
void |
setFfData(CTFFData value)
Sets the value of the ffData property.
|
void |
setFldCharType(STFldCharType value)
Sets the value of the fldCharType property.
|
void |
setFldData(Text value)
Sets the value of the fldData property.
|
void |
setFldLock(Boolean value)
Sets the value of the fldLock property.
|
void |
setNumberingChange(CTTrackChangeNumbering value)
Sets the value of the numberingChange property.
|
void |
setParent(Object parent) |
protected Text fldData
protected CTFFData ffData
protected CTTrackChangeNumbering numberingChange
protected STFldCharType fldCharType
protected Boolean fldLock
protected Boolean dirty
public Text getFldData()
Text
public void setFldData(Text value)
value
- allowed object is
Text
public CTFFData getFfData()
CTFFData
public void setFfData(CTFFData value)
value
- allowed object is
CTFFData
public CTTrackChangeNumbering getNumberingChange()
CTTrackChangeNumbering
public void setNumberingChange(CTTrackChangeNumbering value)
value
- allowed object is
CTTrackChangeNumbering
public STFldCharType getFldCharType()
STFldCharType
public void setFldCharType(STFldCharType value)
value
- allowed object is
STFldCharType
public boolean isFldLock()
Boolean
public void setFldLock(Boolean value)
value
- allowed object is
Boolean
public boolean isDirty()
Boolean
public void setDirty(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.