Package org.docx4j.wml
Class CTTrackChange
java.lang.Object
org.docx4j.wml.CTMarkup
org.docx4j.wml.CTTrackChange
- All Implemented Interfaces:
Child
- Direct Known Subclasses:
Comments.Comment,CTCellMergeTrackChange,CTPPrChange,CTRPrChange,CTSectPrChange,CTTblPrChange,CTTblPrExChange,CTTcPrChange,CTTrackChangeNumbering,CTTrackChangeRange,CTTrPrChange,ParaRPrChange,RunDel,RunIns,RunTrackChange
Java class for CT_TrackChange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TrackChange">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Markup">
<attribute name="author" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="date" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DateTime" />
</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.Gets the value of the author property.getDate()Gets the value of the date property.voidSets the value of the author property.voidsetDate(XMLGregorianCalendar value) Sets the value of the date property.
-
Field Details
-
author
-
date
-
-
Constructor Details
-
CTTrackChange
public CTTrackChange()
-
-
Method Details
-
getAuthor
Gets the value of the author property.- Returns:
- possible object is
String
-
setAuthor
Sets the value of the author property.- Parameters:
value- allowed object isString
-
getDate
Gets the value of the date property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Overrides:
afterUnmarshalin classCTMarkup- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-