public class CTAltChunkPr extends Object implements Child
Java class for CT_AltChunkPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AltChunkPr"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="matchSrc" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BooleanDefaultTrue |
matchSrc |
Constructor and Description |
---|
CTAltChunkPr() |
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 |
getMatchSrc()
Gets the value of the matchSrc property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setMatchSrc(BooleanDefaultTrue value)
Sets the value of the matchSrc property.
|
void |
setParent(Object parent) |
protected BooleanDefaultTrue matchSrc
public BooleanDefaultTrue getMatchSrc()
BooleanDefaultTrue
public void setMatchSrc(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-2018. All Rights Reserved.