public class CTSdtRepeatedSection extends java.lang.Object implements Child
Java class for CT_SdtRepeatedSection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SdtRepeatedSection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sectionTitle" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_String" minOccurs="0"/>
<element name="doNotAllowInsertDeleteSection" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BooleanDefaultTrue |
doNotAllowInsertDeleteSection |
protected CTString |
sectionTitle |
| Constructor and Description |
|---|
CTSdtRepeatedSection() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
BooleanDefaultTrue |
getDoNotAllowInsertDeleteSection()
Gets the value of the doNotAllowInsertDeleteSection property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTString |
getSectionTitle()
Gets the value of the sectionTitle property.
|
void |
setDoNotAllowInsertDeleteSection(BooleanDefaultTrue value)
Sets the value of the doNotAllowInsertDeleteSection property.
|
void |
setParent(java.lang.Object parent) |
void |
setSectionTitle(CTString value)
Sets the value of the sectionTitle property.
|
protected CTString sectionTitle
protected BooleanDefaultTrue doNotAllowInsertDeleteSection
public CTString getSectionTitle()
CTStringpublic void setSectionTitle(CTString value)
value - allowed object is
CTStringpublic BooleanDefaultTrue getDoNotAllowInsertDeleteSection()
BooleanDefaultTruepublic void setDoNotAllowInsertDeleteSection(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.