com.businessobjects.enterprise.infoobject
Interface DestinationsOnSuccess


public interface DestinationsOnSuccess

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


Nested Class Summary
static class DestinationsOnSuccess.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 Destination addNewDestinationOnSuccess()
          Appends and returns a new empty value (as xml) as the last "DestinationOnSuccess" element
 Destination[] getDestinationOnSuccessArray()
          Gets array of all "DestinationOnSuccess" elements
 Destination getDestinationOnSuccessArray(int i)
          Gets ith "DestinationOnSuccess" element
 Destination insertNewDestinationOnSuccess(int i)
          Inserts and returns a new empty value (as xml) as the ith "DestinationOnSuccess" element
 void removeDestinationOnSuccess(int i)
          Removes the ith "DestinationOnSuccess" element
 void setDestinationOnSuccessArray(Destination[] destinationOnSuccessArray)
          Sets array of all "DestinationOnSuccess" element
 void setDestinationOnSuccessArray(int i, Destination destinationOnSuccess)
          Sets ith "DestinationOnSuccess" element
 int sizeOfDestinationOnSuccessArray()
          Returns number of "DestinationOnSuccess" element
 

Field Detail

type

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

getDestinationOnSuccessArray

Destination[] getDestinationOnSuccessArray()
Gets array of all "DestinationOnSuccess" elements


getDestinationOnSuccessArray

Destination getDestinationOnSuccessArray(int i)
Gets ith "DestinationOnSuccess" element


sizeOfDestinationOnSuccessArray

int sizeOfDestinationOnSuccessArray()
Returns number of "DestinationOnSuccess" element


setDestinationOnSuccessArray

void setDestinationOnSuccessArray(Destination[] destinationOnSuccessArray)
Sets array of all "DestinationOnSuccess" element


setDestinationOnSuccessArray

void setDestinationOnSuccessArray(int i,
                                  Destination destinationOnSuccess)
Sets ith "DestinationOnSuccess" element


insertNewDestinationOnSuccess

Destination insertNewDestinationOnSuccess(int i)
Inserts and returns a new empty value (as xml) as the ith "DestinationOnSuccess" element


addNewDestinationOnSuccess

Destination addNewDestinationOnSuccess()
Appends and returns a new empty value (as xml) as the last "DestinationOnSuccess" element


removeDestinationOnSuccess

void removeDestinationOnSuccess(int i)
Removes the ith "DestinationOnSuccess" element