public class HeaderReference 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 |
---|
HeaderReference() |
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()
HdrFtrRef
public void setType(HdrFtrRef value)
value
- allowed object is
HdrFtrRef
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
afterUnmarshal
in class CTRel
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.