Class FooterReference

java.lang.Object
org.docx4j.wml.CTRel
org.docx4j.wml.FooterReference
All Implemented Interfaces:
Child

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>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected HdrFtrRef type  

    Fields inherited from class org.docx4j.wml.CTRel

    id
  • Constructor Summary

    Constructors
    Constructor Description
    FooterReference()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.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.

    Methods inherited from class org.docx4j.wml.CTRel

    getId, getParent, setId, setParent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • FooterReference

      public FooterReference()
  • Method Details

    • getType

      public HdrFtrRef getType()
      Gets the value of the type property.
      Returns:
      possible object is HdrFtrRef
    • setType

      public void setType​(HdrFtrRef value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is HdrFtrRef
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Overrides:
      afterUnmarshal in class CTRel
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.