public class CTSdtCheckbox extends Object implements Child
Java class for CT_SdtCheckbox complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SdtCheckbox">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="checked" type="{http://schemas.microsoft.com/office/word/2010/wordml}CT_OnOff" minOccurs="0"/>
<element name="checkedState" type="{http://schemas.microsoft.com/office/word/2010/wordml}CT_SdtCheckboxSymbol" minOccurs="0"/>
<element name="uncheckedState" type="{http://schemas.microsoft.com/office/word/2010/wordml}CT_SdtCheckboxSymbol" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTOnOff |
checked |
protected CTSdtCheckboxSymbol |
checkedState |
protected CTSdtCheckboxSymbol |
uncheckedState |
| Constructor and Description |
|---|
CTSdtCheckbox() |
| 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.
|
CTOnOff |
getChecked()
Gets the value of the checked property.
|
CTSdtCheckboxSymbol |
getCheckedState()
Gets the value of the checkedState property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTSdtCheckboxSymbol |
getUncheckedState()
Gets the value of the uncheckedState property.
|
void |
setChecked(CTOnOff value)
Sets the value of the checked property.
|
void |
setCheckedState(CTSdtCheckboxSymbol value)
Sets the value of the checkedState property.
|
void |
setParent(Object parent) |
void |
setUncheckedState(CTSdtCheckboxSymbol value)
Sets the value of the uncheckedState property.
|
protected CTOnOff checked
protected CTSdtCheckboxSymbol checkedState
protected CTSdtCheckboxSymbol uncheckedState
public CTOnOff getChecked()
CTOnOffpublic void setChecked(CTOnOff value)
value - allowed object is
CTOnOffpublic CTSdtCheckboxSymbol getCheckedState()
CTSdtCheckboxSymbolpublic void setCheckedState(CTSdtCheckboxSymbol value)
value - allowed object is
CTSdtCheckboxSymbolpublic CTSdtCheckboxSymbol getUncheckedState()
CTSdtCheckboxSymbolpublic void setUncheckedState(CTSdtCheckboxSymbol value)
value - allowed object is
CTSdtCheckboxSymbolpublic 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-2022. All Rights Reserved.