public class CTTrackChange extends CTMarkup
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
author |
protected XMLGregorianCalendar |
date |
| Constructor and Description |
|---|
CTTrackChange() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getAuthor()
Gets the value of the author property.
|
XMLGregorianCalendar |
getDate()
Gets the value of the date property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setDate(XMLGregorianCalendar value)
Sets the value of the date property.
|
protected String author
protected XMLGregorianCalendar date
public String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
afterUnmarshal in class CTMarkupparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.