Class CTMoveBookmark

All Implemented Interfaces:
Child

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>
 
  • Field Details

  • Constructor Details

    • CTMoveBookmark

      public CTMoveBookmark()
  • Method Details

    • getAuthor

      public String getAuthor()
      Gets the value of the author property.
      Returns:
      possible object is String
    • setAuthor

      public void setAuthor(String value)
      Sets the value of the author property.
      Parameters:
      value - allowed object is String
    • getDate

      public XMLGregorianCalendar getDate()
      Gets the value of the date property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDate

      public void setDate(XMLGregorianCalendar value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Overrides:
      afterUnmarshal in class CTBookmark
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.