public class FooterReference extends CTRel
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Rel">
<attribute name="type" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}HdrFtrRef" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FooterReference() |
| 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.
|
HdrFtrRef |
getType()
Gets the value of the type property.
|
void |
setType(HdrFtrRef value)
Sets the value of the type property.
|
protected HdrFtrRef type
public HdrFtrRef getType()
HdrFtrRefpublic void setType(HdrFtrRef value)
value - allowed object is
HdrFtrRefpublic void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
afterUnmarshal in class CTRelparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.