public class CTAltChunk extends Object implements Child
Java class for CT_AltChunk complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AltChunk"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="altChunkPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_AltChunkPr" minOccurs="0"/> </sequence> <attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTAltChunkPr |
altChunkPr |
protected String |
id |
Constructor and Description |
---|
CTAltChunk() |
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.
|
CTAltChunkPr |
getAltChunkPr()
Gets the value of the altChunkPr property.
|
String |
getId()
Relationship to Part
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setAltChunkPr(CTAltChunkPr value)
Sets the value of the altChunkPr property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setParent(Object parent) |
protected CTAltChunkPr altChunkPr
protected String id
public CTAltChunkPr getAltChunkPr()
CTAltChunkPr
public void setAltChunkPr(CTAltChunkPr value)
value
- allowed object is
CTAltChunkPr
public void setId(String value)
value
- allowed object is
String
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.