com.businessobjects.dsws.reportengine
Interface ModifyDrillBar


public interface ModifyDrillBar

ModifyDrillBar interface is used to modify existing drill bar objects. You can add or remove drill bar objects from the drill bar.

Since:
12.0
See Also:
DrillInfo.getDrillBar(), DrillBar, DrillBarObject, DrillDimension

Nested Class Summary
static class ModifyDrillBar.Factory
          A class with methods for creating instances of the ModifyDrillBar type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only
 
Method Summary
 java.lang.String getAdd()
          Internal Use Only
 java.lang.String getRemove()
          Internal Use Only
 boolean isSetAdd()
          Internal Use Only
 boolean isSetRemove()
          Internal Use Only
 void setAdd(java.lang.String add)
          You can add drill bar objects to the drill bar.
 void setRemove(java.lang.String remove)
          You can remove drill bar objects from the drill bar.
 void unsetAdd()
          Internal Use Only
 void unsetRemove()
          Internal Use Only
 org.apache.xmlbeans.XmlString xgetAdd()
          Internal Use Only
 org.apache.xmlbeans.XmlString xgetRemove()
          Internal Use Only
 void xsetAdd(org.apache.xmlbeans.XmlString add)
          Internal Use Only
 void xsetRemove(org.apache.xmlbeans.XmlString remove)
          Internal Use Only
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only

Method Detail

getAdd

java.lang.String getAdd()
Internal Use Only


xgetAdd

org.apache.xmlbeans.XmlString xgetAdd()
Internal Use Only


isSetAdd

boolean isSetAdd()
Internal Use Only


setAdd

void setAdd(java.lang.String add)
You can add drill bar objects to the drill bar.

See Also:
DrillBarObject, DrillDimension.getID()

xsetAdd

void xsetAdd(org.apache.xmlbeans.XmlString add)
Internal Use Only


unsetAdd

void unsetAdd()
Internal Use Only


getRemove

java.lang.String getRemove()
Internal Use Only


xgetRemove

org.apache.xmlbeans.XmlString xgetRemove()
Internal Use Only


isSetRemove

boolean isSetRemove()
Internal Use Only


setRemove

void setRemove(java.lang.String remove)
You can remove drill bar objects from the drill bar.

See Also:
DrillBarObject, DrillDimension.getID()

xsetRemove

void xsetRemove(org.apache.xmlbeans.XmlString remove)
Internal Use Only


unsetRemove

void unsetRemove()
Internal Use Only