public class CTSdtDocPart extends Object implements Child
Java class for CT_SdtDocPart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SdtDocPart">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="docPartGallery" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="docPartCategory" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="docPartUnique" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CTSdtDocPart.DocPartCategory
Java class for anonymous complex type.
|
static class |
CTSdtDocPart.DocPartGallery
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CTSdtDocPart.DocPartCategory |
docPartCategory |
protected CTSdtDocPart.DocPartGallery |
docPartGallery |
protected BooleanDefaultTrue |
docPartUnique |
| Constructor and Description |
|---|
CTSdtDocPart() |
| 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.
|
CTSdtDocPart.DocPartCategory |
getDocPartCategory()
Gets the value of the docPartCategory property.
|
CTSdtDocPart.DocPartGallery |
getDocPartGallery()
Gets the value of the docPartGallery property.
|
BooleanDefaultTrue |
getDocPartUnique()
Gets the value of the docPartUnique property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setDocPartCategory(CTSdtDocPart.DocPartCategory value)
Sets the value of the docPartCategory property.
|
void |
setDocPartGallery(CTSdtDocPart.DocPartGallery value)
Sets the value of the docPartGallery property.
|
void |
setDocPartUnique(BooleanDefaultTrue value)
Sets the value of the docPartUnique property.
|
void |
setParent(Object parent) |
protected CTSdtDocPart.DocPartGallery docPartGallery
protected CTSdtDocPart.DocPartCategory docPartCategory
protected BooleanDefaultTrue docPartUnique
public CTSdtDocPart.DocPartGallery getDocPartGallery()
CTSdtDocPart.DocPartGallerypublic void setDocPartGallery(CTSdtDocPart.DocPartGallery value)
value - allowed object is
CTSdtDocPart.DocPartGallerypublic CTSdtDocPart.DocPartCategory getDocPartCategory()
CTSdtDocPart.DocPartCategorypublic void setDocPartCategory(CTSdtDocPart.DocPartCategory value)
value - allowed object is
CTSdtDocPart.DocPartCategorypublic BooleanDefaultTrue getDocPartUnique()
BooleanDefaultTruepublic void setDocPartUnique(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic 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.