com.businessobjects.enterprise.infoobject
Interface PluginInfo


public interface PluginInfo

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


Nested Class Summary
static class PluginInfo.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 com.businessobjects.enterprise.infoobject.PluginLimits addNewPluginLimits()
          Appends and returns a new empty "PluginLimits" element
 com.businessobjects.enterprise.infoobject.PluginRights addNewPluginRights()
          Appends and returns a new empty "PluginRights" element
 com.businessobjects.enterprise.infoobject.PluginRoles addNewPluginRoles()
          Appends and returns a new empty "PluginRoles" element
 com.businessobjects.enterprise.infoobject.PluginRootfolderCuids addNewPluginRootfolderCuids()
          Appends and returns a new empty "PluginRootfolderCuids" element
 byte[] getPluginClosedIcon()
          Gets the "PluginClosedIcon" element
 java.lang.String getPluginKind()
          Gets the "PluginKind" element
 com.businessobjects.enterprise.infoobject.PluginLimits getPluginLimits()
          Gets the "PluginLimits" element
 byte[] getPluginOpenIcon()
          Gets the "PluginOpenIcon" element
 com.businessobjects.enterprise.infoobject.PluginRights getPluginRights()
          Gets the "PluginRights" element
 com.businessobjects.enterprise.infoobject.PluginRoles getPluginRoles()
          Gets the "PluginRoles" element
 com.businessobjects.enterprise.infoobject.PluginRootfolderCuids getPluginRootfolderCuids()
          Gets the "PluginRootfolderCuids" element
 java.lang.String getPluginVersion()
          Gets the "PluginVersion" element
 boolean isSetPluginClosedIcon()
          True if has "PluginClosedIcon" element
 boolean isSetPluginKind()
          True if has "PluginKind" element
 boolean isSetPluginLimits()
          True if has "PluginLimits" element
 boolean isSetPluginOpenIcon()
          True if has "PluginOpenIcon" element
 boolean isSetPluginRights()
          True if has "PluginRights" element
 boolean isSetPluginRoles()
          True if has "PluginRoles" element
 boolean isSetPluginRootfolderCuids()
          True if has "PluginRootfolderCuids" element
 boolean isSetPluginVersion()
          True if has "PluginVersion" element
 void setPluginClosedIcon(byte[] pluginClosedIcon)
          Sets the "PluginClosedIcon" element
 void setPluginKind(java.lang.String pluginKind)
          Sets the "PluginKind" element
 void setPluginLimits(com.businessobjects.enterprise.infoobject.PluginLimits pluginLimits)
          Sets the "PluginLimits" element
 void setPluginOpenIcon(byte[] pluginOpenIcon)
          Sets the "PluginOpenIcon" element
 void setPluginRights(com.businessobjects.enterprise.infoobject.PluginRights pluginRights)
          Sets the "PluginRights" element
 void setPluginRoles(com.businessobjects.enterprise.infoobject.PluginRoles pluginRoles)
          Sets the "PluginRoles" element
 void setPluginRootfolderCuids(com.businessobjects.enterprise.infoobject.PluginRootfolderCuids pluginRootfolderCuids)
          Sets the "PluginRootfolderCuids" element
 void setPluginVersion(java.lang.String pluginVersion)
          Sets the "PluginVersion" element
 void unsetPluginClosedIcon()
          Unsets the "PluginClosedIcon" element
 void unsetPluginKind()
          Unsets the "PluginKind" element
 void unsetPluginLimits()
          Unsets the "PluginLimits" element
 void unsetPluginOpenIcon()
          Unsets the "PluginOpenIcon" element
 void unsetPluginRights()
          Unsets the "PluginRights" element
 void unsetPluginRoles()
          Unsets the "PluginRoles" element
 void unsetPluginRootfolderCuids()
          Unsets the "PluginRootfolderCuids" element
 void unsetPluginVersion()
          Unsets the "PluginVersion" element
 org.apache.xmlbeans.XmlBase64Binary xgetPluginClosedIcon()
          Gets (as xml) the "PluginClosedIcon" element
 org.apache.xmlbeans.XmlString xgetPluginKind()
          Gets (as xml) the "PluginKind" element
 org.apache.xmlbeans.XmlBase64Binary xgetPluginOpenIcon()
          Gets (as xml) the "PluginOpenIcon" element
 org.apache.xmlbeans.XmlString xgetPluginVersion()
          Gets (as xml) the "PluginVersion" element
 void xsetPluginClosedIcon(org.apache.xmlbeans.XmlBase64Binary pluginClosedIcon)
          Sets (as xml) the "PluginClosedIcon" element
 void xsetPluginKind(org.apache.xmlbeans.XmlString pluginKind)
          Sets (as xml) the "PluginKind" element
 void xsetPluginOpenIcon(org.apache.xmlbeans.XmlBase64Binary pluginOpenIcon)
          Sets (as xml) the "PluginOpenIcon" element
 void xsetPluginVersion(org.apache.xmlbeans.XmlString pluginVersion)
          Sets (as xml) the "PluginVersion" element
 

Field Detail

type

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

getPluginRootfolderCuids

com.businessobjects.enterprise.infoobject.PluginRootfolderCuids getPluginRootfolderCuids()
Gets the "PluginRootfolderCuids" element


isSetPluginRootfolderCuids

boolean isSetPluginRootfolderCuids()
True if has "PluginRootfolderCuids" element


setPluginRootfolderCuids

void setPluginRootfolderCuids(com.businessobjects.enterprise.infoobject.PluginRootfolderCuids pluginRootfolderCuids)
Sets the "PluginRootfolderCuids" element


addNewPluginRootfolderCuids

com.businessobjects.enterprise.infoobject.PluginRootfolderCuids addNewPluginRootfolderCuids()
Appends and returns a new empty "PluginRootfolderCuids" element


unsetPluginRootfolderCuids

void unsetPluginRootfolderCuids()
Unsets the "PluginRootfolderCuids" element


getPluginKind

java.lang.String getPluginKind()
Gets the "PluginKind" element


xgetPluginKind

org.apache.xmlbeans.XmlString xgetPluginKind()
Gets (as xml) the "PluginKind" element


isSetPluginKind

boolean isSetPluginKind()
True if has "PluginKind" element


setPluginKind

void setPluginKind(java.lang.String pluginKind)
Sets the "PluginKind" element


xsetPluginKind

void xsetPluginKind(org.apache.xmlbeans.XmlString pluginKind)
Sets (as xml) the "PluginKind" element


unsetPluginKind

void unsetPluginKind()
Unsets the "PluginKind" element


getPluginVersion

java.lang.String getPluginVersion()
Gets the "PluginVersion" element


xgetPluginVersion

org.apache.xmlbeans.XmlString xgetPluginVersion()
Gets (as xml) the "PluginVersion" element


isSetPluginVersion

boolean isSetPluginVersion()
True if has "PluginVersion" element


setPluginVersion

void setPluginVersion(java.lang.String pluginVersion)
Sets the "PluginVersion" element


xsetPluginVersion

void xsetPluginVersion(org.apache.xmlbeans.XmlString pluginVersion)
Sets (as xml) the "PluginVersion" element


unsetPluginVersion

void unsetPluginVersion()
Unsets the "PluginVersion" element


getPluginRoles

com.businessobjects.enterprise.infoobject.PluginRoles getPluginRoles()
Gets the "PluginRoles" element


isSetPluginRoles

boolean isSetPluginRoles()
True if has "PluginRoles" element


setPluginRoles

void setPluginRoles(com.businessobjects.enterprise.infoobject.PluginRoles pluginRoles)
Sets the "PluginRoles" element


addNewPluginRoles

com.businessobjects.enterprise.infoobject.PluginRoles addNewPluginRoles()
Appends and returns a new empty "PluginRoles" element


unsetPluginRoles

void unsetPluginRoles()
Unsets the "PluginRoles" element


getPluginRights

com.businessobjects.enterprise.infoobject.PluginRights getPluginRights()
Gets the "PluginRights" element


isSetPluginRights

boolean isSetPluginRights()
True if has "PluginRights" element


setPluginRights

void setPluginRights(com.businessobjects.enterprise.infoobject.PluginRights pluginRights)
Sets the "PluginRights" element


addNewPluginRights

com.businessobjects.enterprise.infoobject.PluginRights addNewPluginRights()
Appends and returns a new empty "PluginRights" element


unsetPluginRights

void unsetPluginRights()
Unsets the "PluginRights" element


getPluginLimits

com.businessobjects.enterprise.infoobject.PluginLimits getPluginLimits()
Gets the "PluginLimits" element


isSetPluginLimits

boolean isSetPluginLimits()
True if has "PluginLimits" element


setPluginLimits

void setPluginLimits(com.businessobjects.enterprise.infoobject.PluginLimits pluginLimits)
Sets the "PluginLimits" element


addNewPluginLimits

com.businessobjects.enterprise.infoobject.PluginLimits addNewPluginLimits()
Appends and returns a new empty "PluginLimits" element


unsetPluginLimits

void unsetPluginLimits()
Unsets the "PluginLimits" element


getPluginClosedIcon

byte[] getPluginClosedIcon()
Gets the "PluginClosedIcon" element


xgetPluginClosedIcon

org.apache.xmlbeans.XmlBase64Binary xgetPluginClosedIcon()
Gets (as xml) the "PluginClosedIcon" element


isSetPluginClosedIcon

boolean isSetPluginClosedIcon()
True if has "PluginClosedIcon" element


setPluginClosedIcon

void setPluginClosedIcon(byte[] pluginClosedIcon)
Sets the "PluginClosedIcon" element


xsetPluginClosedIcon

void xsetPluginClosedIcon(org.apache.xmlbeans.XmlBase64Binary pluginClosedIcon)
Sets (as xml) the "PluginClosedIcon" element


unsetPluginClosedIcon

void unsetPluginClosedIcon()
Unsets the "PluginClosedIcon" element


getPluginOpenIcon

byte[] getPluginOpenIcon()
Gets the "PluginOpenIcon" element


xgetPluginOpenIcon

org.apache.xmlbeans.XmlBase64Binary xgetPluginOpenIcon()
Gets (as xml) the "PluginOpenIcon" element


isSetPluginOpenIcon

boolean isSetPluginOpenIcon()
True if has "PluginOpenIcon" element


setPluginOpenIcon

void setPluginOpenIcon(byte[] pluginOpenIcon)
Sets the "PluginOpenIcon" element


xsetPluginOpenIcon

void xsetPluginOpenIcon(org.apache.xmlbeans.XmlBase64Binary pluginOpenIcon)
Sets (as xml) the "PluginOpenIcon" element


unsetPluginOpenIcon

void unsetPluginOpenIcon()
Unsets the "PluginOpenIcon" element