Package org.docx4j.wml
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
-
Constructor Summary
Constructors Constructor Description FooterReference() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.HdrFtrRefgetType()Gets the value of the type property.voidsetType(HdrFtrRef value)Sets the value of the type property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
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:
afterUnmarshalin classCTRel- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-