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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
eventDocBuildingBlockAfterInsert |
protected java.lang.Object |
eventDocClose |
protected java.lang.Object |
eventDocContentControlAfterInsert |
protected java.lang.Object |
eventDocContentControlBeforeDelete |
protected java.lang.Object |
eventDocContentControlContentUpdate |
protected java.lang.Object |
eventDocContentControlOnEnter |
protected java.lang.Object |
eventDocContentControlOnExit |
protected java.lang.Object |
eventDocNew |
protected java.lang.Object |
eventDocOpen |
protected java.lang.Object |
eventDocStoreUpdate |
protected java.lang.Object |
eventDocSync |
protected java.lang.Object |
eventDocXmlAfterInsert |
protected java.lang.Object |
eventDocXmlBeforeDelete |
| Constructor and Description |
|---|
CTDocEvents() |
| 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.Object |
getEventDocBuildingBlockAfterInsert()
Gets the value of the eventDocBuildingBlockAfterInsert property.
|
java.lang.Object |
getEventDocClose()
Gets the value of the eventDocClose property.
|
java.lang.Object |
getEventDocContentControlAfterInsert()
Gets the value of the eventDocContentControlAfterInsert property.
|
java.lang.Object |
getEventDocContentControlBeforeDelete()
Gets the value of the eventDocContentControlBeforeDelete property.
|
java.lang.Object |
getEventDocContentControlContentUpdate()
Gets the value of the eventDocContentControlContentUpdate property.
|
java.lang.Object |
getEventDocContentControlOnEnter()
Gets the value of the eventDocContentControlOnEnter property.
|
java.lang.Object |
getEventDocContentControlOnExit()
Gets the value of the eventDocContentControlOnExit property.
|
java.lang.Object |
getEventDocNew()
Gets the value of the eventDocNew property.
|
java.lang.Object |
getEventDocOpen()
Gets the value of the eventDocOpen property.
|
java.lang.Object |
getEventDocStoreUpdate()
Gets the value of the eventDocStoreUpdate property.
|
java.lang.Object |
getEventDocSync()
Gets the value of the eventDocSync property.
|
java.lang.Object |
getEventDocXmlAfterInsert()
Gets the value of the eventDocXmlAfterInsert property.
|
java.lang.Object |
getEventDocXmlBeforeDelete()
Gets the value of the eventDocXmlBeforeDelete property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setEventDocBuildingBlockAfterInsert(java.lang.Object value)
Sets the value of the eventDocBuildingBlockAfterInsert property.
|
void |
setEventDocClose(java.lang.Object value)
Sets the value of the eventDocClose property.
|
void |
setEventDocContentControlAfterInsert(java.lang.Object value)
Sets the value of the eventDocContentControlAfterInsert property.
|
void |
setEventDocContentControlBeforeDelete(java.lang.Object value)
Sets the value of the eventDocContentControlBeforeDelete property.
|
void |
setEventDocContentControlContentUpdate(java.lang.Object value)
Sets the value of the eventDocContentControlContentUpdate property.
|
void |
setEventDocContentControlOnEnter(java.lang.Object value)
Sets the value of the eventDocContentControlOnEnter property.
|
void |
setEventDocContentControlOnExit(java.lang.Object value)
Sets the value of the eventDocContentControlOnExit property.
|
void |
setEventDocNew(java.lang.Object value)
Sets the value of the eventDocNew property.
|
void |
setEventDocOpen(java.lang.Object value)
Sets the value of the eventDocOpen property.
|
void |
setEventDocStoreUpdate(java.lang.Object value)
Sets the value of the eventDocStoreUpdate property.
|
void |
setEventDocSync(java.lang.Object value)
Sets the value of the eventDocSync property.
|
void |
setEventDocXmlAfterInsert(java.lang.Object value)
Sets the value of the eventDocXmlAfterInsert property.
|
void |
setEventDocXmlBeforeDelete(java.lang.Object value)
Sets the value of the eventDocXmlBeforeDelete property.
|
void |
setParent(java.lang.Object parent) |
protected java.lang.Object eventDocNew
protected java.lang.Object eventDocOpen
protected java.lang.Object eventDocClose
protected java.lang.Object eventDocSync
protected java.lang.Object eventDocXmlAfterInsert
protected java.lang.Object eventDocXmlBeforeDelete
protected java.lang.Object eventDocContentControlAfterInsert
protected java.lang.Object eventDocContentControlBeforeDelete
protected java.lang.Object eventDocContentControlOnExit
protected java.lang.Object eventDocContentControlOnEnter
protected java.lang.Object eventDocStoreUpdate
protected java.lang.Object eventDocContentControlContentUpdate
protected java.lang.Object eventDocBuildingBlockAfterInsert
public java.lang.Object getEventDocNew()
Objectpublic void setEventDocNew(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getEventDocOpen()
Objectpublic void setEventDocOpen(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getEventDocClose()
Objectpublic void setEventDocClose(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getEventDocSync()
Objectpublic void setEventDocSync(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getEventDocXmlAfterInsert()
Objectpublic void setEventDocXmlAfterInsert(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getEventDocXmlBeforeDelete()
Objectpublic void setEventDocXmlBeforeDelete(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getEventDocContentControlAfterInsert()
Objectpublic void setEventDocContentControlAfterInsert(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getEventDocContentControlBeforeDelete()
Objectpublic void setEventDocContentControlBeforeDelete(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getEventDocContentControlOnExit()
Objectpublic void setEventDocContentControlOnExit(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getEventDocContentControlOnEnter()
Objectpublic void setEventDocContentControlOnEnter(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getEventDocStoreUpdate()
Objectpublic void setEventDocStoreUpdate(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getEventDocContentControlContentUpdate()
Objectpublic void setEventDocContentControlContentUpdate(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getEventDocBuildingBlockAfterInsert()
Objectpublic void setEventDocBuildingBlockAfterInsert(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.