com.businessobjects.enterprise.infoobject
Interface DestinationPluginFormat


public interface DestinationPluginFormat

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


Nested Class Summary
static class DestinationPluginFormat.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 DistributionModeEnum.Enum getDistributionMode()
          Gets the "DistributionMode" element
 java.lang.String getFormatName()
          Gets the "FormatName" element
 boolean isSetDistributionMode()
          True if has "DistributionMode" element
 boolean isSetFormatName()
          True if has "FormatName" element
 void setDistributionMode(DistributionModeEnum.Enum distributionMode)
          Sets the "DistributionMode" element
 void setFormatName(java.lang.String formatName)
          Sets the "FormatName" element
 void unsetDistributionMode()
          Unsets the "DistributionMode" element
 void unsetFormatName()
          Unsets the "FormatName" element
 DistributionModeEnum xgetDistributionMode()
          Gets (as xml) the "DistributionMode" element
 org.apache.xmlbeans.XmlString xgetFormatName()
          Gets (as xml) the "FormatName" element
 void xsetDistributionMode(DistributionModeEnum distributionMode)
          Sets (as xml) the "DistributionMode" element
 void xsetFormatName(org.apache.xmlbeans.XmlString formatName)
          Sets (as xml) the "FormatName" element
 

Field Detail

type

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

getFormatName

java.lang.String getFormatName()
Gets the "FormatName" element


xgetFormatName

org.apache.xmlbeans.XmlString xgetFormatName()
Gets (as xml) the "FormatName" element


isSetFormatName

boolean isSetFormatName()
True if has "FormatName" element


setFormatName

void setFormatName(java.lang.String formatName)
Sets the "FormatName" element


xsetFormatName

void xsetFormatName(org.apache.xmlbeans.XmlString formatName)
Sets (as xml) the "FormatName" element


unsetFormatName

void unsetFormatName()
Unsets the "FormatName" element


getDistributionMode

DistributionModeEnum.Enum getDistributionMode()
Gets the "DistributionMode" element


xgetDistributionMode

DistributionModeEnum xgetDistributionMode()
Gets (as xml) the "DistributionMode" element


isSetDistributionMode

boolean isSetDistributionMode()
True if has "DistributionMode" element


setDistributionMode

void setDistributionMode(DistributionModeEnum.Enum distributionMode)
Sets the "DistributionMode" element


xsetDistributionMode

void xsetDistributionMode(DistributionModeEnum distributionMode)
Sets (as xml) the "DistributionMode" element


unsetDistributionMode

void unsetDistributionMode()
Unsets the "DistributionMode" element