com.businessobjects.dsws.biplatform
Interface FileOptions


public interface FileOptions

An XML FileOptions(@http://biplatform.dsws.businessobjects.com/2007/06/01). This is a complex type.


Nested Class Summary
static class FileOptions.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 boolean getUseSource()
          Gets the "UseSource" element
 boolean isSetUseSource()
          True if has "UseSource" element
 void setUseSource(boolean useSource)
          Sets the "UseSource" element
 void unsetUseSource()
          Unsets the "UseSource" element
 org.apache.xmlbeans.XmlBoolean xgetUseSource()
          Gets (as xml) the "UseSource" element
 void xsetUseSource(org.apache.xmlbeans.XmlBoolean useSource)
          Sets (as xml) the "UseSource" element
 

Field Detail

type

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

getUseSource

boolean getUseSource()
Gets the "UseSource" element


xgetUseSource

org.apache.xmlbeans.XmlBoolean xgetUseSource()
Gets (as xml) the "UseSource" element


isSetUseSource

boolean isSetUseSource()
True if has "UseSource" element


setUseSource

void setUseSource(boolean useSource)
Sets the "UseSource" element


xsetUseSource

void xsetUseSource(org.apache.xmlbeans.XmlBoolean useSource)
Sets (as xml) the "UseSource" element


unsetUseSource

void unsetUseSource()
Unsets the "UseSource" element