public class CTPlaceholder extends Object implements Child
Java class for CT_Placeholder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Placeholder">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="docPart">
<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>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CTPlaceholder.DocPart
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CTPlaceholder.DocPart |
docPart |
| Constructor and Description |
|---|
CTPlaceholder() |
| 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.
|
CTPlaceholder.DocPart |
getDocPart()
Gets the value of the docPart property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setDocPart(CTPlaceholder.DocPart value)
Sets the value of the docPart property.
|
void |
setParent(Object parent) |
protected CTPlaceholder.DocPart docPart
public CTPlaceholder.DocPart getDocPart()
CTPlaceholder.DocPartpublic void setDocPart(CTPlaceholder.DocPart value)
value - allowed object is
CTPlaceholder.DocPartpublic 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-2020. All Rights Reserved.