|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ManagedScheduleOptions
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getTargetObjectName()
org.apache.xmlbeans.XmlString xgetTargetObjectName()
boolean isSetTargetObjectName()
void setTargetObjectName(java.lang.String targetObjectName)
void xsetTargetObjectName(org.apache.xmlbeans.XmlString targetObjectName)
void unsetTargetObjectName()
DestinationOptionEnum.Enum getDestinationOption()
DestinationOptionEnum xgetDestinationOption()
boolean isSetDestinationOption()
void setDestinationOption(DestinationOptionEnum.Enum destinationOption)
void xsetDestinationOption(DestinationOptionEnum destinationOption)
void unsetDestinationOption()
SendToOptionEnum.Enum getSendToOption()
SendToOptionEnum xgetSendToOption()
boolean isSetSendToOption()
void setSendToOption(SendToOptionEnum.Enum sendToOption)
void xsetSendToOption(SendToOptionEnum sendToOption)
void unsetSendToOption()
boolean getCreateNewObject()
org.apache.xmlbeans.XmlBoolean xgetCreateNewObject()
boolean isSetCreateNewObject()
void setCreateNewObject(boolean createNewObject)
void xsetCreateNewObject(org.apache.xmlbeans.XmlBoolean createNewObject)
void unsetCreateNewObject()
boolean getIncludeInstance()
org.apache.xmlbeans.XmlBoolean xgetIncludeInstance()
boolean isSetIncludeInstance()
void setIncludeInstance(boolean includeInstance)
void xsetIncludeInstance(org.apache.xmlbeans.XmlBoolean includeInstance)
void unsetIncludeInstance()
boolean getInstanceAsParent()
org.apache.xmlbeans.XmlBoolean xgetInstanceAsParent()
boolean isSetInstanceAsParent()
void setInstanceAsParent(boolean instanceAsParent)
void xsetInstanceAsParent(org.apache.xmlbeans.XmlBoolean instanceAsParent)
void unsetInstanceAsParent()
Destinations getDestinations()
boolean isSetDestinations()
void setDestinations(Destinations destinations)
Destinations addNewDestinations()
void unsetDestinations()
SourceObjects getSourceObjects()
boolean isSetSourceObjects()
void setSourceObjects(SourceObjects sourceObjects)
SourceObjects addNewSourceObjects()
void unsetSourceObjects()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||