com.businessobjects.enterprise.infoobject
Interface Destination


public interface Destination

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


Nested Class Summary
static class Destination.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 DestinationFormats addNewDestinationFormats()
          Appends and returns a new empty "DestinationFormats" element
 DestinationPluginFormats addNewDestinationPluginFormats()
          Appends and returns a new empty "DestinationPluginFormats" element
 DestinationScheduleOptions addNewDestinationScheduleOptions()
          Appends and returns a new empty "DestinationScheduleOptions" element
 DestinationStaticDocuments addNewDestinationStaticDocuments()
          Appends and returns a new empty "DestinationStaticDocuments" element
 boolean getDeliverPerUser()
          Gets the "DeliverPerUser" element
 DestinationFormats getDestinationFormats()
          Gets the "DestinationFormats" element
 DestinationPluginFormats getDestinationPluginFormats()
          Gets the "DestinationPluginFormats" element
 DestinationScheduleOptions getDestinationScheduleOptions()
          Gets the "DestinationScheduleOptions" element
 DestinationStaticDocuments getDestinationStaticDocuments()
          Gets the "DestinationStaticDocuments" element
 java.lang.String getName()
          Gets the "Name" element
 boolean isSetDeliverPerUser()
          True if has "DeliverPerUser" element
 boolean isSetDestinationFormats()
          True if has "DestinationFormats" element
 boolean isSetDestinationPluginFormats()
          True if has "DestinationPluginFormats" element
 boolean isSetDestinationScheduleOptions()
          True if has "DestinationScheduleOptions" element
 boolean isSetDestinationStaticDocuments()
          True if has "DestinationStaticDocuments" element
 boolean isSetName()
          True if has "Name" element
 void setDeliverPerUser(boolean deliverPerUser)
          Sets the "DeliverPerUser" element
 void setDestinationFormats(DestinationFormats destinationFormats)
          Sets the "DestinationFormats" element
 void setDestinationPluginFormats(DestinationPluginFormats destinationPluginFormats)
          Sets the "DestinationPluginFormats" element
 void setDestinationScheduleOptions(DestinationScheduleOptions destinationScheduleOptions)
          Sets the "DestinationScheduleOptions" element
 void setDestinationStaticDocuments(DestinationStaticDocuments destinationStaticDocuments)
          Sets the "DestinationStaticDocuments" element
 void setName(java.lang.String name)
          Sets the "Name" element
 void unsetDeliverPerUser()
          Unsets the "DeliverPerUser" element
 void unsetDestinationFormats()
          Unsets the "DestinationFormats" element
 void unsetDestinationPluginFormats()
          Unsets the "DestinationPluginFormats" element
 void unsetDestinationScheduleOptions()
          Unsets the "DestinationScheduleOptions" element
 void unsetDestinationStaticDocuments()
          Unsets the "DestinationStaticDocuments" element
 void unsetName()
          Unsets the "Name" element
 org.apache.xmlbeans.XmlBoolean xgetDeliverPerUser()
          Gets (as xml) the "DeliverPerUser" element
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "Name" element
 void xsetDeliverPerUser(org.apache.xmlbeans.XmlBoolean deliverPerUser)
          Sets (as xml) the "DeliverPerUser" element
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "Name" element
 

Field Detail

type

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

getDestinationFormats

DestinationFormats getDestinationFormats()
Gets the "DestinationFormats" element


isSetDestinationFormats

boolean isSetDestinationFormats()
True if has "DestinationFormats" element


setDestinationFormats

void setDestinationFormats(DestinationFormats destinationFormats)
Sets the "DestinationFormats" element


addNewDestinationFormats

DestinationFormats addNewDestinationFormats()
Appends and returns a new empty "DestinationFormats" element


unsetDestinationFormats

void unsetDestinationFormats()
Unsets the "DestinationFormats" element


getDestinationPluginFormats

DestinationPluginFormats getDestinationPluginFormats()
Gets the "DestinationPluginFormats" element


isSetDestinationPluginFormats

boolean isSetDestinationPluginFormats()
True if has "DestinationPluginFormats" element


setDestinationPluginFormats

void setDestinationPluginFormats(DestinationPluginFormats destinationPluginFormats)
Sets the "DestinationPluginFormats" element


addNewDestinationPluginFormats

DestinationPluginFormats addNewDestinationPluginFormats()
Appends and returns a new empty "DestinationPluginFormats" element


unsetDestinationPluginFormats

void unsetDestinationPluginFormats()
Unsets the "DestinationPluginFormats" element


getDestinationStaticDocuments

DestinationStaticDocuments getDestinationStaticDocuments()
Gets the "DestinationStaticDocuments" element


isSetDestinationStaticDocuments

boolean isSetDestinationStaticDocuments()
True if has "DestinationStaticDocuments" element


setDestinationStaticDocuments

void setDestinationStaticDocuments(DestinationStaticDocuments destinationStaticDocuments)
Sets the "DestinationStaticDocuments" element


addNewDestinationStaticDocuments

DestinationStaticDocuments addNewDestinationStaticDocuments()
Appends and returns a new empty "DestinationStaticDocuments" element


unsetDestinationStaticDocuments

void unsetDestinationStaticDocuments()
Unsets the "DestinationStaticDocuments" element


getDestinationScheduleOptions

DestinationScheduleOptions getDestinationScheduleOptions()
Gets the "DestinationScheduleOptions" element


isSetDestinationScheduleOptions

boolean isSetDestinationScheduleOptions()
True if has "DestinationScheduleOptions" element


setDestinationScheduleOptions

void setDestinationScheduleOptions(DestinationScheduleOptions destinationScheduleOptions)
Sets the "DestinationScheduleOptions" element


addNewDestinationScheduleOptions

DestinationScheduleOptions addNewDestinationScheduleOptions()
Appends and returns a new empty "DestinationScheduleOptions" element


unsetDestinationScheduleOptions

void unsetDestinationScheduleOptions()
Unsets the "DestinationScheduleOptions" element


getName

java.lang.String getName()
Gets the "Name" element


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "Name" element


isSetName

boolean isSetName()
True if has "Name" element


setName

void setName(java.lang.String name)
Sets the "Name" element


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" element


unsetName

void unsetName()
Unsets the "Name" element


getDeliverPerUser

boolean getDeliverPerUser()
Gets the "DeliverPerUser" element


xgetDeliverPerUser

org.apache.xmlbeans.XmlBoolean xgetDeliverPerUser()
Gets (as xml) the "DeliverPerUser" element


isSetDeliverPerUser

boolean isSetDeliverPerUser()
True if has "DeliverPerUser" element


setDeliverPerUser

void setDeliverPerUser(boolean deliverPerUser)
Sets the "DeliverPerUser" element


xsetDeliverPerUser

void xsetDeliverPerUser(org.apache.xmlbeans.XmlBoolean deliverPerUser)
Sets (as xml) the "DeliverPerUser" element


unsetDeliverPerUser

void unsetDeliverPerUser()
Unsets the "DeliverPerUser" element