com.businessobjects.enterprise.infoobject
Interface AlertDestination


public interface AlertDestination

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


Nested Class Summary
static class AlertDestination.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 DestinationScheduleOptions addNewDestinationScheduleOptions()
          Appends and returns a new empty "DestinationScheduleOptions" element
 DestinationScheduleOptions getDestinationScheduleOptions()
          Gets the "DestinationScheduleOptions" element
 java.lang.String getName()
          Gets the "Name" element
 boolean isSetDestinationScheduleOptions()
          True if has "DestinationScheduleOptions" element
 boolean isSetName()
          True if has "Name" element
 void setDestinationScheduleOptions(DestinationScheduleOptions destinationScheduleOptions)
          Sets the "DestinationScheduleOptions" element
 void setName(java.lang.String name)
          Sets the "Name" element
 void unsetDestinationScheduleOptions()
          Unsets the "DestinationScheduleOptions" element
 void unsetName()
          Unsets the "Name" element
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "Name" 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

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