Class CTDocEvents
java.lang.Object
org.docx4j.com.microsoft.schemas.office.word.x2006.wordml.CTDocEvents
- All Implemented Interfaces:
Child
public class CTDocEvents extends java.lang.Object implements Child
Java class for CT_DocEvents complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DocEvents">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="eventDocNew" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="eventDocOpen" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="eventDocClose" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="eventDocSync" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="eventDocXmlAfterInsert" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="eventDocXmlBeforeDelete" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="eventDocContentControlAfterInsert" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="eventDocContentControlBeforeDelete" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="eventDocContentControlOnExit" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="eventDocContentControlOnEnter" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="eventDocStoreUpdate" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="eventDocContentControlContentUpdate" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="eventDocBuildingBlockAfterInsert" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.ObjecteventDocBuildingBlockAfterInsertprotected java.lang.ObjecteventDocCloseprotected java.lang.ObjecteventDocContentControlAfterInsertprotected java.lang.ObjecteventDocContentControlBeforeDeleteprotected java.lang.ObjecteventDocContentControlContentUpdateprotected java.lang.ObjecteventDocContentControlOnEnterprotected java.lang.ObjecteventDocContentControlOnExitprotected java.lang.ObjecteventDocNewprotected java.lang.ObjecteventDocOpenprotected java.lang.ObjecteventDocStoreUpdateprotected java.lang.ObjecteventDocSyncprotected java.lang.ObjecteventDocXmlAfterInsertprotected java.lang.ObjecteventDocXmlBeforeDelete -
Constructor Summary
Constructors Constructor Description CTDocEvents() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.ObjectgetEventDocBuildingBlockAfterInsert()Gets the value of the eventDocBuildingBlockAfterInsert property.java.lang.ObjectgetEventDocClose()Gets the value of the eventDocClose property.java.lang.ObjectgetEventDocContentControlAfterInsert()Gets the value of the eventDocContentControlAfterInsert property.java.lang.ObjectgetEventDocContentControlBeforeDelete()Gets the value of the eventDocContentControlBeforeDelete property.java.lang.ObjectgetEventDocContentControlContentUpdate()Gets the value of the eventDocContentControlContentUpdate property.java.lang.ObjectgetEventDocContentControlOnEnter()Gets the value of the eventDocContentControlOnEnter property.java.lang.ObjectgetEventDocContentControlOnExit()Gets the value of the eventDocContentControlOnExit property.java.lang.ObjectgetEventDocNew()Gets the value of the eventDocNew property.java.lang.ObjectgetEventDocOpen()Gets the value of the eventDocOpen property.java.lang.ObjectgetEventDocStoreUpdate()Gets the value of the eventDocStoreUpdate property.java.lang.ObjectgetEventDocSync()Gets the value of the eventDocSync property.java.lang.ObjectgetEventDocXmlAfterInsert()Gets the value of the eventDocXmlAfterInsert property.java.lang.ObjectgetEventDocXmlBeforeDelete()Gets the value of the eventDocXmlBeforeDelete property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.voidsetEventDocBuildingBlockAfterInsert(java.lang.Object value)Sets the value of the eventDocBuildingBlockAfterInsert property.voidsetEventDocClose(java.lang.Object value)Sets the value of the eventDocClose property.voidsetEventDocContentControlAfterInsert(java.lang.Object value)Sets the value of the eventDocContentControlAfterInsert property.voidsetEventDocContentControlBeforeDelete(java.lang.Object value)Sets the value of the eventDocContentControlBeforeDelete property.voidsetEventDocContentControlContentUpdate(java.lang.Object value)Sets the value of the eventDocContentControlContentUpdate property.voidsetEventDocContentControlOnEnter(java.lang.Object value)Sets the value of the eventDocContentControlOnEnter property.voidsetEventDocContentControlOnExit(java.lang.Object value)Sets the value of the eventDocContentControlOnExit property.voidsetEventDocNew(java.lang.Object value)Sets the value of the eventDocNew property.voidsetEventDocOpen(java.lang.Object value)Sets the value of the eventDocOpen property.voidsetEventDocStoreUpdate(java.lang.Object value)Sets the value of the eventDocStoreUpdate property.voidsetEventDocSync(java.lang.Object value)Sets the value of the eventDocSync property.voidsetEventDocXmlAfterInsert(java.lang.Object value)Sets the value of the eventDocXmlAfterInsert property.voidsetEventDocXmlBeforeDelete(java.lang.Object value)Sets the value of the eventDocXmlBeforeDelete property.voidsetParent(java.lang.Object parent)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
eventDocNew
protected java.lang.Object eventDocNew -
eventDocOpen
protected java.lang.Object eventDocOpen -
eventDocClose
protected java.lang.Object eventDocClose -
eventDocSync
protected java.lang.Object eventDocSync -
eventDocXmlAfterInsert
protected java.lang.Object eventDocXmlAfterInsert -
eventDocXmlBeforeDelete
protected java.lang.Object eventDocXmlBeforeDelete -
eventDocContentControlAfterInsert
protected java.lang.Object eventDocContentControlAfterInsert -
eventDocContentControlBeforeDelete
protected java.lang.Object eventDocContentControlBeforeDelete -
eventDocContentControlOnExit
protected java.lang.Object eventDocContentControlOnExit -
eventDocContentControlOnEnter
protected java.lang.Object eventDocContentControlOnEnter -
eventDocStoreUpdate
protected java.lang.Object eventDocStoreUpdate -
eventDocContentControlContentUpdate
protected java.lang.Object eventDocContentControlContentUpdate -
eventDocBuildingBlockAfterInsert
protected java.lang.Object eventDocBuildingBlockAfterInsert
-
-
Constructor Details
-
CTDocEvents
public CTDocEvents()
-
-
Method Details
-
getEventDocNew
public java.lang.Object getEventDocNew()Gets the value of the eventDocNew property.- Returns:
- possible object is
Object
-
setEventDocNew
public void setEventDocNew(java.lang.Object value)Sets the value of the eventDocNew property.- Parameters:
value- allowed object isObject
-
getEventDocOpen
public java.lang.Object getEventDocOpen()Gets the value of the eventDocOpen property.- Returns:
- possible object is
Object
-
setEventDocOpen
public void setEventDocOpen(java.lang.Object value)Sets the value of the eventDocOpen property.- Parameters:
value- allowed object isObject
-
getEventDocClose
public java.lang.Object getEventDocClose()Gets the value of the eventDocClose property.- Returns:
- possible object is
Object
-
setEventDocClose
public void setEventDocClose(java.lang.Object value)Sets the value of the eventDocClose property.- Parameters:
value- allowed object isObject
-
getEventDocSync
public java.lang.Object getEventDocSync()Gets the value of the eventDocSync property.- Returns:
- possible object is
Object
-
setEventDocSync
public void setEventDocSync(java.lang.Object value)Sets the value of the eventDocSync property.- Parameters:
value- allowed object isObject
-
getEventDocXmlAfterInsert
public java.lang.Object getEventDocXmlAfterInsert()Gets the value of the eventDocXmlAfterInsert property.- Returns:
- possible object is
Object
-
setEventDocXmlAfterInsert
public void setEventDocXmlAfterInsert(java.lang.Object value)Sets the value of the eventDocXmlAfterInsert property.- Parameters:
value- allowed object isObject
-
getEventDocXmlBeforeDelete
public java.lang.Object getEventDocXmlBeforeDelete()Gets the value of the eventDocXmlBeforeDelete property.- Returns:
- possible object is
Object
-
setEventDocXmlBeforeDelete
public void setEventDocXmlBeforeDelete(java.lang.Object value)Sets the value of the eventDocXmlBeforeDelete property.- Parameters:
value- allowed object isObject
-
getEventDocContentControlAfterInsert
public java.lang.Object getEventDocContentControlAfterInsert()Gets the value of the eventDocContentControlAfterInsert property.- Returns:
- possible object is
Object
-
setEventDocContentControlAfterInsert
public void setEventDocContentControlAfterInsert(java.lang.Object value)Sets the value of the eventDocContentControlAfterInsert property.- Parameters:
value- allowed object isObject
-
getEventDocContentControlBeforeDelete
public java.lang.Object getEventDocContentControlBeforeDelete()Gets the value of the eventDocContentControlBeforeDelete property.- Returns:
- possible object is
Object
-
setEventDocContentControlBeforeDelete
public void setEventDocContentControlBeforeDelete(java.lang.Object value)Sets the value of the eventDocContentControlBeforeDelete property.- Parameters:
value- allowed object isObject
-
getEventDocContentControlOnExit
public java.lang.Object getEventDocContentControlOnExit()Gets the value of the eventDocContentControlOnExit property.- Returns:
- possible object is
Object
-
setEventDocContentControlOnExit
public void setEventDocContentControlOnExit(java.lang.Object value)Sets the value of the eventDocContentControlOnExit property.- Parameters:
value- allowed object isObject
-
getEventDocContentControlOnEnter
public java.lang.Object getEventDocContentControlOnEnter()Gets the value of the eventDocContentControlOnEnter property.- Returns:
- possible object is
Object
-
setEventDocContentControlOnEnter
public void setEventDocContentControlOnEnter(java.lang.Object value)Sets the value of the eventDocContentControlOnEnter property.- Parameters:
value- allowed object isObject
-
getEventDocStoreUpdate
public java.lang.Object getEventDocStoreUpdate()Gets the value of the eventDocStoreUpdate property.- Returns:
- possible object is
Object
-
setEventDocStoreUpdate
public void setEventDocStoreUpdate(java.lang.Object value)Sets the value of the eventDocStoreUpdate property.- Parameters:
value- allowed object isObject
-
getEventDocContentControlContentUpdate
public java.lang.Object getEventDocContentControlContentUpdate()Gets the value of the eventDocContentControlContentUpdate property.- Returns:
- possible object is
Object
-
setEventDocContentControlContentUpdate
public void setEventDocContentControlContentUpdate(java.lang.Object value)Sets the value of the eventDocContentControlContentUpdate property.- Parameters:
value- allowed object isObject
-
getEventDocBuildingBlockAfterInsert
public java.lang.Object getEventDocBuildingBlockAfterInsert()Gets the value of the eventDocBuildingBlockAfterInsert property.- Returns:
- possible object is
Object
-
setEventDocBuildingBlockAfterInsert
public void setEventDocBuildingBlockAfterInsert(java.lang.Object value)Sets the value of the eventDocBuildingBlockAfterInsert property.- Parameters:
value- allowed object isObject
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-