com.businessobjects.enterprise.infoobject
Interface DestinationFormats


public interface DestinationFormats

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


Nested Class Summary
static class DestinationFormats.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 DestinationFormat addNewDestinationFormat()
          Appends and returns a new empty value (as xml) as the last "DestinationFormat" element
 DestinationFormat[] getDestinationFormatArray()
          Gets array of all "DestinationFormat" elements
 DestinationFormat getDestinationFormatArray(int i)
          Gets ith "DestinationFormat" element
 DestinationFormat insertNewDestinationFormat(int i)
          Inserts and returns a new empty value (as xml) as the ith "DestinationFormat" element
 void removeDestinationFormat(int i)
          Removes the ith "DestinationFormat" element
 void setDestinationFormatArray(DestinationFormat[] destinationFormatArray)
          Sets array of all "DestinationFormat" element
 void setDestinationFormatArray(int i, DestinationFormat destinationFormat)
          Sets ith "DestinationFormat" element
 int sizeOfDestinationFormatArray()
          Returns number of "DestinationFormat" element
 

Field Detail

type

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

getDestinationFormatArray

DestinationFormat[] getDestinationFormatArray()
Gets array of all "DestinationFormat" elements


getDestinationFormatArray

DestinationFormat getDestinationFormatArray(int i)
Gets ith "DestinationFormat" element


sizeOfDestinationFormatArray

int sizeOfDestinationFormatArray()
Returns number of "DestinationFormat" element


setDestinationFormatArray

void setDestinationFormatArray(DestinationFormat[] destinationFormatArray)
Sets array of all "DestinationFormat" element


setDestinationFormatArray

void setDestinationFormatArray(int i,
                               DestinationFormat destinationFormat)
Sets ith "DestinationFormat" element


insertNewDestinationFormat

DestinationFormat insertNewDestinationFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "DestinationFormat" element


addNewDestinationFormat

DestinationFormat addNewDestinationFormat()
Appends and returns a new empty value (as xml) as the last "DestinationFormat" element


removeDestinationFormat

void removeDestinationFormat(int i)
Removes the ith "DestinationFormat" element