com.businessobjects.enterprise.managed
Interface ManagedScheduleOptions

All Superinterfaces:
DestinationScheduleOptions

public interface ManagedScheduleOptions
extends DestinationScheduleOptions

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


Nested Class Summary
static class ManagedScheduleOptions.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 Destinations addNewDestinations()
          Appends and returns a new empty "Destinations" element
 SourceObjects addNewSourceObjects()
          Appends and returns a new empty "SourceObjects" element
 boolean getCreateNewObject()
          Gets the "CreateNewObject" element
 DestinationOptionEnum.Enum getDestinationOption()
          Gets the "DestinationOption" element
 Destinations getDestinations()
          Gets the "Destinations" element
 boolean getIncludeInstance()
          Gets the "IncludeInstance" element
 boolean getInstanceAsParent()
          Gets the "InstanceAsParent" element
 SendToOptionEnum.Enum getSendToOption()
          Gets the "SendToOption" element
 SourceObjects getSourceObjects()
          Gets the "SourceObjects" element
 java.lang.String getTargetObjectName()
          Gets the "TargetObjectName" element
 boolean isSetCreateNewObject()
          True if has "CreateNewObject" element
 boolean isSetDestinationOption()
          True if has "DestinationOption" element
 boolean isSetDestinations()
          True if has "Destinations" element
 boolean isSetIncludeInstance()
          True if has "IncludeInstance" element
 boolean isSetInstanceAsParent()
          True if has "InstanceAsParent" element
 boolean isSetSendToOption()
          True if has "SendToOption" element
 boolean isSetSourceObjects()
          True if has "SourceObjects" element
 boolean isSetTargetObjectName()
          True if has "TargetObjectName" element
 void setCreateNewObject(boolean createNewObject)
          Sets the "CreateNewObject" element
 void setDestinationOption(DestinationOptionEnum.Enum destinationOption)
          Sets the "DestinationOption" element
 void setDestinations(Destinations destinations)
          Sets the "Destinations" element
 void setIncludeInstance(boolean includeInstance)
          Sets the "IncludeInstance" element
 void setInstanceAsParent(boolean instanceAsParent)
          Sets the "InstanceAsParent" element
 void setSendToOption(SendToOptionEnum.Enum sendToOption)
          Sets the "SendToOption" element
 void setSourceObjects(SourceObjects sourceObjects)
          Sets the "SourceObjects" element
 void setTargetObjectName(java.lang.String targetObjectName)
          Sets the "TargetObjectName" element
 void unsetCreateNewObject()
          Unsets the "CreateNewObject" element
 void unsetDestinationOption()
          Unsets the "DestinationOption" element
 void unsetDestinations()
          Unsets the "Destinations" element
 void unsetIncludeInstance()
          Unsets the "IncludeInstance" element
 void unsetInstanceAsParent()
          Unsets the "InstanceAsParent" element
 void unsetSendToOption()
          Unsets the "SendToOption" element
 void unsetSourceObjects()
          Unsets the "SourceObjects" element
 void unsetTargetObjectName()
          Unsets the "TargetObjectName" element
 org.apache.xmlbeans.XmlBoolean xgetCreateNewObject()
          Gets (as xml) the "CreateNewObject" element
 DestinationOptionEnum xgetDestinationOption()
          Gets (as xml) the "DestinationOption" element
 org.apache.xmlbeans.XmlBoolean xgetIncludeInstance()
          Gets (as xml) the "IncludeInstance" element
 org.apache.xmlbeans.XmlBoolean xgetInstanceAsParent()
          Gets (as xml) the "InstanceAsParent" element
 SendToOptionEnum xgetSendToOption()
          Gets (as xml) the "SendToOption" element
 org.apache.xmlbeans.XmlString xgetTargetObjectName()
          Gets (as xml) the "TargetObjectName" element
 void xsetCreateNewObject(org.apache.xmlbeans.XmlBoolean createNewObject)
          Sets (as xml) the "CreateNewObject" element
 void xsetDestinationOption(DestinationOptionEnum destinationOption)
          Sets (as xml) the "DestinationOption" element
 void xsetIncludeInstance(org.apache.xmlbeans.XmlBoolean includeInstance)
          Sets (as xml) the "IncludeInstance" element
 void xsetInstanceAsParent(org.apache.xmlbeans.XmlBoolean instanceAsParent)
          Sets (as xml) the "InstanceAsParent" element
 void xsetSendToOption(SendToOptionEnum sendToOption)
          Sets (as xml) the "SendToOption" element
 void xsetTargetObjectName(org.apache.xmlbeans.XmlString targetObjectName)
          Sets (as xml) the "TargetObjectName" element
 

Field Detail

type

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

getTargetObjectName

java.lang.String getTargetObjectName()
Gets the "TargetObjectName" element


xgetTargetObjectName

org.apache.xmlbeans.XmlString xgetTargetObjectName()
Gets (as xml) the "TargetObjectName" element


isSetTargetObjectName

boolean isSetTargetObjectName()
True if has "TargetObjectName" element


setTargetObjectName

void setTargetObjectName(java.lang.String targetObjectName)
Sets the "TargetObjectName" element


xsetTargetObjectName

void xsetTargetObjectName(org.apache.xmlbeans.XmlString targetObjectName)
Sets (as xml) the "TargetObjectName" element


unsetTargetObjectName

void unsetTargetObjectName()
Unsets the "TargetObjectName" element


getDestinationOption

DestinationOptionEnum.Enum getDestinationOption()
Gets the "DestinationOption" element


xgetDestinationOption

DestinationOptionEnum xgetDestinationOption()
Gets (as xml) the "DestinationOption" element


isSetDestinationOption

boolean isSetDestinationOption()
True if has "DestinationOption" element


setDestinationOption

void setDestinationOption(DestinationOptionEnum.Enum destinationOption)
Sets the "DestinationOption" element


xsetDestinationOption

void xsetDestinationOption(DestinationOptionEnum destinationOption)
Sets (as xml) the "DestinationOption" element


unsetDestinationOption

void unsetDestinationOption()
Unsets the "DestinationOption" element


getSendToOption

SendToOptionEnum.Enum getSendToOption()
Gets the "SendToOption" element


xgetSendToOption

SendToOptionEnum xgetSendToOption()
Gets (as xml) the "SendToOption" element


isSetSendToOption

boolean isSetSendToOption()
True if has "SendToOption" element


setSendToOption

void setSendToOption(SendToOptionEnum.Enum sendToOption)
Sets the "SendToOption" element


xsetSendToOption

void xsetSendToOption(SendToOptionEnum sendToOption)
Sets (as xml) the "SendToOption" element


unsetSendToOption

void unsetSendToOption()
Unsets the "SendToOption" element


getCreateNewObject

boolean getCreateNewObject()
Gets the "CreateNewObject" element


xgetCreateNewObject

org.apache.xmlbeans.XmlBoolean xgetCreateNewObject()
Gets (as xml) the "CreateNewObject" element


isSetCreateNewObject

boolean isSetCreateNewObject()
True if has "CreateNewObject" element


setCreateNewObject

void setCreateNewObject(boolean createNewObject)
Sets the "CreateNewObject" element


xsetCreateNewObject

void xsetCreateNewObject(org.apache.xmlbeans.XmlBoolean createNewObject)
Sets (as xml) the "CreateNewObject" element


unsetCreateNewObject

void unsetCreateNewObject()
Unsets the "CreateNewObject" element


getIncludeInstance

boolean getIncludeInstance()
Gets the "IncludeInstance" element


xgetIncludeInstance

org.apache.xmlbeans.XmlBoolean xgetIncludeInstance()
Gets (as xml) the "IncludeInstance" element


isSetIncludeInstance

boolean isSetIncludeInstance()
True if has "IncludeInstance" element


setIncludeInstance

void setIncludeInstance(boolean includeInstance)
Sets the "IncludeInstance" element


xsetIncludeInstance

void xsetIncludeInstance(org.apache.xmlbeans.XmlBoolean includeInstance)
Sets (as xml) the "IncludeInstance" element


unsetIncludeInstance

void unsetIncludeInstance()
Unsets the "IncludeInstance" element


getInstanceAsParent

boolean getInstanceAsParent()
Gets the "InstanceAsParent" element


xgetInstanceAsParent

org.apache.xmlbeans.XmlBoolean xgetInstanceAsParent()
Gets (as xml) the "InstanceAsParent" element


isSetInstanceAsParent

boolean isSetInstanceAsParent()
True if has "InstanceAsParent" element


setInstanceAsParent

void setInstanceAsParent(boolean instanceAsParent)
Sets the "InstanceAsParent" element


xsetInstanceAsParent

void xsetInstanceAsParent(org.apache.xmlbeans.XmlBoolean instanceAsParent)
Sets (as xml) the "InstanceAsParent" element


unsetInstanceAsParent

void unsetInstanceAsParent()
Unsets the "InstanceAsParent" element


getDestinations

Destinations getDestinations()
Gets the "Destinations" element


isSetDestinations

boolean isSetDestinations()
True if has "Destinations" element


setDestinations

void setDestinations(Destinations destinations)
Sets the "Destinations" element


addNewDestinations

Destinations addNewDestinations()
Appends and returns a new empty "Destinations" element


unsetDestinations

void unsetDestinations()
Unsets the "Destinations" element


getSourceObjects

SourceObjects getSourceObjects()
Gets the "SourceObjects" element


isSetSourceObjects

boolean isSetSourceObjects()
True if has "SourceObjects" element


setSourceObjects

void setSourceObjects(SourceObjects sourceObjects)
Sets the "SourceObjects" element


addNewSourceObjects

SourceObjects addNewSourceObjects()
Appends and returns a new empty "SourceObjects" element


unsetSourceObjects

void unsetSourceObjects()
Unsets the "SourceObjects" element