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 java.lang.String |
author |
protected javax.xml.datatype.XMLGregorianCalendar |
date |
namecolFirst, colLastdisplacedByCustomXml| Constructor and Description |
|---|
CTMoveBookmark() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getAuthor()
Gets the value of the author property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDate()
Gets the value of the date property.
|
void |
setAuthor(java.lang.String value)
Sets the value of the author property.
|
void |
setDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the date property.
|
getName, setNamegetColFirst, getColLast, setColFirst, setColLastgetDisplacedByCustomXml, setDisplacedByCustomXmlprotected java.lang.String author
protected javax.xml.datatype.XMLGregorianCalendar date
public java.lang.String getAuthor()
Stringpublic void setAuthor(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
afterUnmarshal in class CTBookmarkparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.