Package org.docx4j.wml
Class FooterReference
java.lang.Object
org.docx4j.wml.CTRel
org.docx4j.wml.FooterReference
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getType()Gets the value of the type property.voidSets the value of the type property.
-
Field Details
-
type
-
-
Constructor Details
-
FooterReference
public FooterReference()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
HdrFtrRef
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isHdrFtrRef
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Overrides:
afterUnmarshalin classCTRel- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-