com.businessobjects.enterprise.event
Interface EventProperties


public interface EventProperties

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


Nested Class Summary
static class EventProperties.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 FileEventProperties addNewFileEventProperties()
          Appends and returns a new empty "FileEventProperties" element
 FileEventProperties getFileEventProperties()
          Gets the "FileEventProperties" element
 DependencyTypeEnum.Enum getScheduleEventDependencyType()
          Gets the "ScheduleEventDependencyType" element
 java.lang.String getServerFriendlyName()
          Gets the "ServerFriendlyName" element
 boolean isSetFileEventProperties()
          True if has "FileEventProperties" element
 boolean isSetScheduleEventDependencyType()
          True if has "ScheduleEventDependencyType" element
 boolean isSetServerFriendlyName()
          True if has "ServerFriendlyName" element
 void setFileEventProperties(FileEventProperties fileEventProperties)
          Sets the "FileEventProperties" element
 void setScheduleEventDependencyType(DependencyTypeEnum.Enum scheduleEventDependencyType)
          Sets the "ScheduleEventDependencyType" element
 void setServerFriendlyName(java.lang.String serverFriendlyName)
          Sets the "ServerFriendlyName" element
 void unsetFileEventProperties()
          Unsets the "FileEventProperties" element
 void unsetScheduleEventDependencyType()
          Unsets the "ScheduleEventDependencyType" element
 void unsetServerFriendlyName()
          Unsets the "ServerFriendlyName" element
 DependencyTypeEnum xgetScheduleEventDependencyType()
          Gets (as xml) the "ScheduleEventDependencyType" element
 org.apache.xmlbeans.XmlString xgetServerFriendlyName()
          Gets (as xml) the "ServerFriendlyName" element
 void xsetScheduleEventDependencyType(DependencyTypeEnum scheduleEventDependencyType)
          Sets (as xml) the "ScheduleEventDependencyType" element
 void xsetServerFriendlyName(org.apache.xmlbeans.XmlString serverFriendlyName)
          Sets (as xml) the "ServerFriendlyName" element
 

Field Detail

type

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

getFileEventProperties

FileEventProperties getFileEventProperties()
Gets the "FileEventProperties" element


isSetFileEventProperties

boolean isSetFileEventProperties()
True if has "FileEventProperties" element


setFileEventProperties

void setFileEventProperties(FileEventProperties fileEventProperties)
Sets the "FileEventProperties" element


addNewFileEventProperties

FileEventProperties addNewFileEventProperties()
Appends and returns a new empty "FileEventProperties" element


unsetFileEventProperties

void unsetFileEventProperties()
Unsets the "FileEventProperties" element


getServerFriendlyName

java.lang.String getServerFriendlyName()
Gets the "ServerFriendlyName" element


xgetServerFriendlyName

org.apache.xmlbeans.XmlString xgetServerFriendlyName()
Gets (as xml) the "ServerFriendlyName" element


isSetServerFriendlyName

boolean isSetServerFriendlyName()
True if has "ServerFriendlyName" element


setServerFriendlyName

void setServerFriendlyName(java.lang.String serverFriendlyName)
Sets the "ServerFriendlyName" element


xsetServerFriendlyName

void xsetServerFriendlyName(org.apache.xmlbeans.XmlString serverFriendlyName)
Sets (as xml) the "ServerFriendlyName" element


unsetServerFriendlyName

void unsetServerFriendlyName()
Unsets the "ServerFriendlyName" element


getScheduleEventDependencyType

DependencyTypeEnum.Enum getScheduleEventDependencyType()
Gets the "ScheduleEventDependencyType" element


xgetScheduleEventDependencyType

DependencyTypeEnum xgetScheduleEventDependencyType()
Gets (as xml) the "ScheduleEventDependencyType" element


isSetScheduleEventDependencyType

boolean isSetScheduleEventDependencyType()
True if has "ScheduleEventDependencyType" element


setScheduleEventDependencyType

void setScheduleEventDependencyType(DependencyTypeEnum.Enum scheduleEventDependencyType)
Sets the "ScheduleEventDependencyType" element


xsetScheduleEventDependencyType

void xsetScheduleEventDependencyType(DependencyTypeEnum scheduleEventDependencyType)
Sets (as xml) the "ScheduleEventDependencyType" element


unsetScheduleEventDependencyType

void unsetScheduleEventDependencyType()
Unsets the "ScheduleEventDependencyType" element