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