com.businessobjects.enterprise.publication
Interface PostProcessingEventHandler


public interface PostProcessingEventHandler

An XML PostProcessingEventHandler(@http://enterprise.businessobjects.com/3.0/publication). This is a complex type.


Nested Class Summary
static class PostProcessingEventHandler.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 CustomProperties addNewCustomProperties()
          Appends and returns a new empty "CustomProperties" element
 java.lang.String getClassName()
          Gets the "ClassName" element
 CustomProperties getCustomProperties()
          Gets the "CustomProperties" element
 java.lang.String getName()
          Gets the "Name" element
 boolean isSetClassName()
          True if has "ClassName" element
 boolean isSetCustomProperties()
          True if has "CustomProperties" element
 boolean isSetName()
          True if has "Name" element
 void setClassName(java.lang.String className)
          Sets the "ClassName" element
 void setCustomProperties(CustomProperties customProperties)
          Sets the "CustomProperties" element
 void setName(java.lang.String name)
          Sets the "Name" element
 void unsetClassName()
          Unsets the "ClassName" element
 void unsetCustomProperties()
          Unsets the "CustomProperties" element
 void unsetName()
          Unsets the "Name" element
 org.apache.xmlbeans.XmlString xgetClassName()
          Gets (as xml) the "ClassName" element
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "Name" element
 void xsetClassName(org.apache.xmlbeans.XmlString className)
          Sets (as xml) the "ClassName" element
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "Name" element
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getName

java.lang.String getName()
Gets the "Name" element


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "Name" element


isSetName

boolean isSetName()
True if has "Name" element


setName

void setName(java.lang.String name)
Sets the "Name" element


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" element


unsetName

void unsetName()
Unsets the "Name" element


getClassName

java.lang.String getClassName()
Gets the "ClassName" element


xgetClassName

org.apache.xmlbeans.XmlString xgetClassName()
Gets (as xml) the "ClassName" element


isSetClassName

boolean isSetClassName()
True if has "ClassName" element


setClassName

void setClassName(java.lang.String className)
Sets the "ClassName" element


xsetClassName

void xsetClassName(org.apache.xmlbeans.XmlString className)
Sets (as xml) the "ClassName" element


unsetClassName

void unsetClassName()
Unsets the "ClassName" element


getCustomProperties

CustomProperties getCustomProperties()
Gets the "CustomProperties" element


isSetCustomProperties

boolean isSetCustomProperties()
True if has "CustomProperties" element


setCustomProperties

void setCustomProperties(CustomProperties customProperties)
Sets the "CustomProperties" element


addNewCustomProperties

CustomProperties addNewCustomProperties()
Appends and returns a new empty "CustomProperties" element


unsetCustomProperties

void unsetCustomProperties()
Unsets the "CustomProperties" element