com.businessobjects.enterprise.event
Interface FileEventProperties


public interface FileEventProperties

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


Nested Class Summary
static class FileEventProperties.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 java.lang.String getFileName()
          Gets the "FileName" element
 boolean isSetFileName()
          True if has "FileName" element
 void setFileName(java.lang.String fileName)
          Sets the "FileName" element
 void unsetFileName()
          Unsets the "FileName" element
 org.apache.xmlbeans.XmlString xgetFileName()
          Gets (as xml) the "FileName" element
 void xsetFileName(org.apache.xmlbeans.XmlString fileName)
          Sets (as xml) the "FileName" element
 

Field Detail

type

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

getFileName

java.lang.String getFileName()
Gets the "FileName" element


xgetFileName

org.apache.xmlbeans.XmlString xgetFileName()
Gets (as xml) the "FileName" element


isSetFileName

boolean isSetFileName()
True if has "FileName" element


setFileName

void setFileName(java.lang.String fileName)
Sets the "FileName" element


xsetFileName

void xsetFileName(org.apache.xmlbeans.XmlString fileName)
Sets (as xml) the "FileName" element


unsetFileName

void unsetFileName()
Unsets the "FileName" element