Package org.docx4j.w14
Class CTSdtCheckbox
java.lang.Object
org.docx4j.w14.CTSdtCheckbox
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTOnOffprotected CTSdtCheckboxSymbolprotected CTSdtCheckboxSymbol -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the checked property.Gets the value of the checkedState property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the uncheckedState property.voidsetChecked(CTOnOff value) Sets the value of the checked property.voidSets the value of the checkedState property.voidvoidSets the value of the uncheckedState property.
-
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-