com.businessobjects.dsws.biplatform
Interface GetPluginInfoOptions


public interface GetPluginInfoOptions

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


Nested Class Summary
static class GetPluginInfoOptions.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 boolean getIncludeIcons()
          Gets the "IncludeIcons" element
 boolean isSetIncludeIcons()
          True if has "IncludeIcons" element
 void setIncludeIcons(boolean includeIcons)
          Sets the "IncludeIcons" element
 void unsetIncludeIcons()
          Unsets the "IncludeIcons" element
 org.apache.xmlbeans.XmlBoolean xgetIncludeIcons()
          Gets (as xml) the "IncludeIcons" element
 void xsetIncludeIcons(org.apache.xmlbeans.XmlBoolean includeIcons)
          Sets (as xml) the "IncludeIcons" element
 

Field Detail

type

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

getIncludeIcons

boolean getIncludeIcons()
Gets the "IncludeIcons" element


xgetIncludeIcons

org.apache.xmlbeans.XmlBoolean xgetIncludeIcons()
Gets (as xml) the "IncludeIcons" element


isSetIncludeIcons

boolean isSetIncludeIcons()
True if has "IncludeIcons" element


setIncludeIcons

void setIncludeIcons(boolean includeIcons)
Sets the "IncludeIcons" element


xsetIncludeIcons

void xsetIncludeIcons(org.apache.xmlbeans.XmlBoolean includeIcons)
Sets (as xml) the "IncludeIcons" element


unsetIncludeIcons

void unsetIncludeIcons()
Unsets the "IncludeIcons" element