public class CTMoveBookmark extends CTBookmark
Java class for CT_MoveBookmark complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_MoveBookmark"> <complexContent> <extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Bookmark"> <attribute name="author" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" /> <attribute name="date" use="required" 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 |
name
colFirst, colLast
displacedByCustomXml
Constructor and Description |
---|
CTMoveBookmark() |
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.
|
getName, setName
getColFirst, getColLast, setColFirst, setColLast
getDisplacedByCustomXml, setDisplacedByCustomXml
protected String author
protected XMLGregorianCalendar date
public String getAuthor()
String
public void setAuthor(String value)
value
- allowed object is
String
public XMLGregorianCalendar getDate()
XMLGregorianCalendar
public void setDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
afterUnmarshal
in class CTBookmark
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2018. All Rights Reserved.