|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Event
An XML Event(@http://enterprise.businessobjects.com/3.0/event). This is a complex type.
| Nested Class Summary | |
|---|---|
static interface |
Event.AlertNotifications
An XML AlertNotifications(@http://enterprise.businessobjects.com/3.0/event). |
static interface |
Event.AlertSubscriptions
An XML AlertSubscriptions(@http://enterprise.businessobjects.com/3.0/event). |
static interface |
Event.EventSource
An XML EventSource(@http://enterprise.businessobjects.com/3.0/event). |
static interface |
Event.ExcludedSubscribers
An XML ExcludedSubscribers(@http://enterprise.businessobjects.com/3.0/event). |
static class |
Event.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
com.businessobjects.enterprise.event.AlertDeliveryConfigurations |
addNewAlertDeliveryConfigurationsOverride()
Appends and returns a new empty "AlertDeliveryConfigurationsOverride" element |
Event.AlertNotifications |
addNewAlertNotifications()
Appends and returns a new empty "AlertNotifications" element |
Event.AlertSubscriptions |
addNewAlertSubscriptions()
Appends and returns a new empty "AlertSubscriptions" element |
CustomProperties |
addNewCustomProperties()
Appends and returns a new empty "CustomProperties" element |
EventProperties |
addNewEventProperties()
Appends and returns a new empty "EventProperties" element |
Event.EventSource |
addNewEventSource()
Appends and returns a new empty "EventSource" element |
Event.ExcludedSubscribers |
addNewExcludedSubscribers()
Appends and returns a new empty "ExcludedSubscribers" element |
com.businessobjects.enterprise.event.AlertDeliveryConfigurations |
getAlertDeliveryConfigurationsOverride()
Gets the "AlertDeliveryConfigurationsOverride" element |
boolean |
getAlertEnabled()
Gets the "AlertEnabled" element |
com.businessobjects.enterprise.event.AlertImportanceEnum.Enum |
getAlertImportance()
Gets the "AlertImportance" element |
Event.AlertNotifications |
getAlertNotifications()
Gets the "AlertNotifications" element |
Event.AlertSubscriptions |
getAlertSubscriptions()
Gets the "AlertSubscriptions" element |
CustomProperties |
getCustomProperties()
Gets the "CustomProperties" element |
EventProperties |
getEventProperties()
Gets the "EventProperties" element |
Event.EventSource |
getEventSource()
Gets the "EventSource" element |
EventTypeEnum.Enum |
getEventType()
Gets the "EventType" element |
Event.ExcludedSubscribers |
getExcludedSubscribers()
Gets the "ExcludedSubscribers" element |
boolean |
isSetAlertDeliveryConfigurationsOverride()
True if has "AlertDeliveryConfigurationsOverride" element |
boolean |
isSetAlertEnabled()
True if has "AlertEnabled" element |
boolean |
isSetAlertImportance()
True if has "AlertImportance" element |
boolean |
isSetAlertNotifications()
True if has "AlertNotifications" element |
boolean |
isSetAlertSubscriptions()
True if has "AlertSubscriptions" element |
boolean |
isSetCustomProperties()
True if has "CustomProperties" element |
boolean |
isSetEventProperties()
True if has "EventProperties" element |
boolean |
isSetEventSource()
True if has "EventSource" element |
boolean |
isSetEventType()
True if has "EventType" element |
boolean |
isSetExcludedSubscribers()
True if has "ExcludedSubscribers" element |
void |
setAlertDeliveryConfigurationsOverride(com.businessobjects.enterprise.event.AlertDeliveryConfigurations alertDeliveryConfigurationsOverride)
Sets the "AlertDeliveryConfigurationsOverride" element |
void |
setAlertEnabled(boolean alertEnabled)
Sets the "AlertEnabled" element |
void |
setAlertImportance(com.businessobjects.enterprise.event.AlertImportanceEnum.Enum alertImportance)
Sets the "AlertImportance" element |
void |
setAlertNotifications(Event.AlertNotifications alertNotifications)
Sets the "AlertNotifications" element |
void |
setAlertSubscriptions(Event.AlertSubscriptions alertSubscriptions)
Sets the "AlertSubscriptions" element |
void |
setCustomProperties(CustomProperties customProperties)
Sets the "CustomProperties" element |
void |
setEventProperties(EventProperties eventProperties)
Sets the "EventProperties" element |
void |
setEventSource(Event.EventSource eventSource)
Sets the "EventSource" element |
void |
setEventType(EventTypeEnum.Enum eventType)
Sets the "EventType" element |
void |
setExcludedSubscribers(Event.ExcludedSubscribers excludedSubscribers)
Sets the "ExcludedSubscribers" element |
void |
unsetAlertDeliveryConfigurationsOverride()
Unsets the "AlertDeliveryConfigurationsOverride" element |
void |
unsetAlertEnabled()
Unsets the "AlertEnabled" element |
void |
unsetAlertImportance()
Unsets the "AlertImportance" element |
void |
unsetAlertNotifications()
Unsets the "AlertNotifications" element |
void |
unsetAlertSubscriptions()
Unsets the "AlertSubscriptions" element |
void |
unsetCustomProperties()
Unsets the "CustomProperties" element |
void |
unsetEventProperties()
Unsets the "EventProperties" element |
void |
unsetEventSource()
Unsets the "EventSource" element |
void |
unsetEventType()
Unsets the "EventType" element |
void |
unsetExcludedSubscribers()
Unsets the "ExcludedSubscribers" element |
org.apache.xmlbeans.XmlBoolean |
xgetAlertEnabled()
Gets (as xml) the "AlertEnabled" element |
com.businessobjects.enterprise.event.AlertImportanceEnum |
xgetAlertImportance()
Gets (as xml) the "AlertImportance" element |
EventTypeEnum |
xgetEventType()
Gets (as xml) the "EventType" element |
void |
xsetAlertEnabled(org.apache.xmlbeans.XmlBoolean alertEnabled)
Sets (as xml) the "AlertEnabled" element |
void |
xsetAlertImportance(com.businessobjects.enterprise.event.AlertImportanceEnum alertImportance)
Sets (as xml) the "AlertImportance" element |
void |
xsetEventType(EventTypeEnum eventType)
Sets (as xml) the "EventType" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
EventTypeEnum.Enum getEventType()
EventTypeEnum xgetEventType()
boolean isSetEventType()
void setEventType(EventTypeEnum.Enum eventType)
void xsetEventType(EventTypeEnum eventType)
void unsetEventType()
EventProperties getEventProperties()
boolean isSetEventProperties()
void setEventProperties(EventProperties eventProperties)
EventProperties addNewEventProperties()
void unsetEventProperties()
boolean getAlertEnabled()
org.apache.xmlbeans.XmlBoolean xgetAlertEnabled()
boolean isSetAlertEnabled()
void setAlertEnabled(boolean alertEnabled)
void xsetAlertEnabled(org.apache.xmlbeans.XmlBoolean alertEnabled)
void unsetAlertEnabled()
com.businessobjects.enterprise.event.AlertImportanceEnum.Enum getAlertImportance()
com.businessobjects.enterprise.event.AlertImportanceEnum xgetAlertImportance()
boolean isSetAlertImportance()
void setAlertImportance(com.businessobjects.enterprise.event.AlertImportanceEnum.Enum alertImportance)
void xsetAlertImportance(com.businessobjects.enterprise.event.AlertImportanceEnum alertImportance)
void unsetAlertImportance()
com.businessobjects.enterprise.event.AlertDeliveryConfigurations getAlertDeliveryConfigurationsOverride()
boolean isSetAlertDeliveryConfigurationsOverride()
void setAlertDeliveryConfigurationsOverride(com.businessobjects.enterprise.event.AlertDeliveryConfigurations alertDeliveryConfigurationsOverride)
com.businessobjects.enterprise.event.AlertDeliveryConfigurations addNewAlertDeliveryConfigurationsOverride()
void unsetAlertDeliveryConfigurationsOverride()
Event.AlertSubscriptions getAlertSubscriptions()
boolean isSetAlertSubscriptions()
void setAlertSubscriptions(Event.AlertSubscriptions alertSubscriptions)
Event.AlertSubscriptions addNewAlertSubscriptions()
void unsetAlertSubscriptions()
Event.ExcludedSubscribers getExcludedSubscribers()
boolean isSetExcludedSubscribers()
void setExcludedSubscribers(Event.ExcludedSubscribers excludedSubscribers)
Event.ExcludedSubscribers addNewExcludedSubscribers()
void unsetExcludedSubscribers()
Event.AlertNotifications getAlertNotifications()
boolean isSetAlertNotifications()
void setAlertNotifications(Event.AlertNotifications alertNotifications)
Event.AlertNotifications addNewAlertNotifications()
void unsetAlertNotifications()
Event.EventSource getEventSource()
boolean isSetEventSource()
void setEventSource(Event.EventSource eventSource)
Event.EventSource addNewEventSource()
void unsetEventSource()
CustomProperties getCustomProperties()
boolean isSetCustomProperties()
void setCustomProperties(CustomProperties customProperties)
CustomProperties addNewCustomProperties()
void unsetCustomProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||