|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PostProcessingEventHandlers
An XML PostProcessingEventHandlers(@http://enterprise.businessobjects.com/3.0/publication). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
PostProcessingEventHandlers.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
PostProcessingEventHandler |
addNewEventHandler()
Appends and returns a new empty value (as xml) as the last "EventHandler" element |
PostProcessingEventHandler[] |
getEventHandlerArray()
Gets array of all "EventHandler" elements |
PostProcessingEventHandler |
getEventHandlerArray(int i)
Gets ith "EventHandler" element |
PostProcessingEventHandler |
insertNewEventHandler(int i)
Inserts and returns a new empty value (as xml) as the ith "EventHandler" element |
void |
removeEventHandler(int i)
Removes the ith "EventHandler" element |
void |
setEventHandlerArray(int i,
PostProcessingEventHandler eventHandler)
Sets ith "EventHandler" element |
void |
setEventHandlerArray(PostProcessingEventHandler[] eventHandlerArray)
Sets array of all "EventHandler" element |
int |
sizeOfEventHandlerArray()
Returns number of "EventHandler" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
PostProcessingEventHandler[] getEventHandlerArray()
PostProcessingEventHandler getEventHandlerArray(int i)
int sizeOfEventHandlerArray()
void setEventHandlerArray(PostProcessingEventHandler[] eventHandlerArray)
void setEventHandlerArray(int i,
PostProcessingEventHandler eventHandler)
PostProcessingEventHandler insertNewEventHandler(int i)
PostProcessingEventHandler addNewEventHandler()
void removeEventHandler(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||