public class CTSdtRepeatedSection extends 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(Unmarshaller unmarshaller,
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.
|
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(Object parent) |
void |
setSectionTitle(CTString value)
Sets the value of the sectionTitle property.
|
protected CTString sectionTitle
protected BooleanDefaultTrue doNotAllowInsertDeleteSection
public CTString getSectionTitle()
CTString
public void setSectionTitle(CTString value)
value
- allowed object is
CTString
public BooleanDefaultTrue getDoNotAllowInsertDeleteSection()
BooleanDefaultTrue
public void setDoNotAllowInsertDeleteSection(BooleanDefaultTrue value)
value
- allowed object is
BooleanDefaultTrue
public 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.