public class CTFFCheckBox extends Object implements Child
Java class for CT_FFCheckBox complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_FFCheckBox">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="size" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_HpsMeasure"/>
<element name="sizeAuto" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue"/>
</choice>
<element name="default" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="checked" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BooleanDefaultTrue |
_default |
protected BooleanDefaultTrue |
checked |
protected HpsMeasure |
size |
protected BooleanDefaultTrue |
sizeAuto |
| Constructor and Description |
|---|
CTFFCheckBox() |
| 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.
|
BooleanDefaultTrue |
getChecked()
Gets the value of the checked property.
|
BooleanDefaultTrue |
getDefault()
Gets the value of the default property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
HpsMeasure |
getSize()
Gets the value of the size property.
|
BooleanDefaultTrue |
getSizeAuto()
Gets the value of the sizeAuto property.
|
void |
setChecked(BooleanDefaultTrue value)
Sets the value of the checked property.
|
void |
setDefault(BooleanDefaultTrue value)
Sets the value of the default property.
|
void |
setParent(Object parent) |
void |
setSize(HpsMeasure value)
Sets the value of the size property.
|
void |
setSizeAuto(BooleanDefaultTrue value)
Sets the value of the sizeAuto property.
|
protected HpsMeasure size
protected BooleanDefaultTrue sizeAuto
protected BooleanDefaultTrue _default
protected BooleanDefaultTrue checked
public HpsMeasure getSize()
HpsMeasurepublic void setSize(HpsMeasure value)
value - allowed object is
HpsMeasurepublic BooleanDefaultTrue getSizeAuto()
BooleanDefaultTruepublic void setSizeAuto(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getDefault()
BooleanDefaultTruepublic void setDefault(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getChecked()
BooleanDefaultTruepublic void setChecked(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic 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.