com.businessobjects.enterprise.publication
Interface OnReadRecipientsEventHandler


public interface OnReadRecipientsEventHandler

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


Nested Class Summary
static class OnReadRecipientsEventHandler.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 getObjectCUID()
          Gets the "ObjectCUID" element
 boolean isSetClassName()
          True if has "ClassName" element
 boolean isSetCustomProperties()
          True if has "CustomProperties" element
 boolean isSetObjectCUID()
          True if has "ObjectCUID" element
 void setClassName(java.lang.String className)
          Sets the "ClassName" element
 void setCustomProperties(CustomProperties customProperties)
          Sets the "CustomProperties" element
 void setObjectCUID(java.lang.String objectCUID)
          Sets the "ObjectCUID" element
 void unsetClassName()
          Unsets the "ClassName" element
 void unsetCustomProperties()
          Unsets the "CustomProperties" element
 void unsetObjectCUID()
          Unsets the "ObjectCUID" element
 org.apache.xmlbeans.XmlString xgetClassName()
          Gets (as xml) the "ClassName" element
 org.apache.xmlbeans.XmlString xgetObjectCUID()
          Gets (as xml) the "ObjectCUID" element
 void xsetClassName(org.apache.xmlbeans.XmlString className)
          Sets (as xml) the "ClassName" element
 void xsetObjectCUID(org.apache.xmlbeans.XmlString objectCUID)
          Sets (as xml) the "ObjectCUID" element
 

Field Detail

type

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

getObjectCUID

java.lang.String getObjectCUID()
Gets the "ObjectCUID" element


xgetObjectCUID

org.apache.xmlbeans.XmlString xgetObjectCUID()
Gets (as xml) the "ObjectCUID" element


isSetObjectCUID

boolean isSetObjectCUID()
True if has "ObjectCUID" element


setObjectCUID

void setObjectCUID(java.lang.String objectCUID)
Sets the "ObjectCUID" element


xsetObjectCUID

void xsetObjectCUID(org.apache.xmlbeans.XmlString objectCUID)
Sets (as xml) the "ObjectCUID" element


unsetObjectCUID

void unsetObjectCUID()
Unsets the "ObjectCUID" 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