Class HeaderReference

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

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

  • Constructor Details

    • HeaderReference

      public HeaderReference()
  • 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, 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.