public class DocDefaults extends Object implements Child
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rPrDefault" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_RPr" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="pPrDefault" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_PPr" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DocDefaults.PPrDefault
Java class for anonymous complex type.
|
static class |
DocDefaults.RPrDefault
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected DocDefaults.PPrDefault |
pPrDefault |
protected DocDefaults.RPrDefault |
rPrDefault |
| Constructor and Description |
|---|
DocDefaults() |
| 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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
DocDefaults.PPrDefault |
getPPrDefault()
Gets the value of the pPrDefault property.
|
DocDefaults.RPrDefault |
getRPrDefault()
Gets the value of the rPrDefault property.
|
void |
setParent(Object parent) |
void |
setPPrDefault(DocDefaults.PPrDefault value)
Sets the value of the pPrDefault property.
|
void |
setRPrDefault(DocDefaults.RPrDefault value)
Sets the value of the rPrDefault property.
|
protected DocDefaults.RPrDefault rPrDefault
protected DocDefaults.PPrDefault pPrDefault
public DocDefaults.RPrDefault getRPrDefault()
DocDefaults.RPrDefaultpublic void setRPrDefault(DocDefaults.RPrDefault value)
value - allowed object is
DocDefaults.RPrDefaultpublic DocDefaults.PPrDefault getPPrDefault()
DocDefaults.PPrDefaultpublic void setPPrDefault(DocDefaults.PPrDefault value)
value - allowed object is
DocDefaults.PPrDefaultpublic 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-2021. All Rights Reserved.