Package org.docx4j.w14
Class CTSdtCheckbox
java.lang.Object
org.docx4j.w14.CTSdtCheckbox
- All Implemented Interfaces:
Child
public class CTSdtCheckbox extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected CTOnOffcheckedprotected CTSdtCheckboxSymbolcheckedStateprotected CTSdtCheckboxSymboluncheckedState -
Constructor Summary
Constructors Constructor Description CTSdtCheckbox() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTOnOffgetChecked()Gets the value of the checked property.CTSdtCheckboxSymbolgetCheckedState()Gets the value of the checkedState property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTSdtCheckboxSymbolgetUncheckedState()Gets the value of the uncheckedState property.voidsetChecked(CTOnOff value)Sets the value of the checked property.voidsetCheckedState(CTSdtCheckboxSymbol value)Sets the value of the checkedState property.voidsetParent(java.lang.Object parent)voidsetUncheckedState(CTSdtCheckboxSymbol value)Sets the value of the uncheckedState property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
checked
-
checkedState
-
uncheckedState
-
-
Constructor Details
-
CTSdtCheckbox
public CTSdtCheckbox()
-
-
Method Details
-
getChecked
Gets the value of the checked property.- Returns:
- possible object is
CTOnOff
-
setChecked
Sets the value of the checked property.- Parameters:
value- allowed object isCTOnOff
-
getCheckedState
Gets the value of the checkedState property.- Returns:
- possible object is
CTSdtCheckboxSymbol
-
setCheckedState
Sets the value of the checkedState property.- Parameters:
value- allowed object isCTSdtCheckboxSymbol
-
getUncheckedState
Gets the value of the uncheckedState property.- Returns:
- possible object is
CTSdtCheckboxSymbol
-
setUncheckedState
Sets the value of the uncheckedState property.- Parameters:
value- allowed object isCTSdtCheckboxSymbol
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-