|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Destinations
An XML Destinations(@http://enterprise.businessobjects.com/3.0/infoobject). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
Destinations.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
Destination |
addNewDestination()
Appends and returns a new empty value (as xml) as the last "Destination" element |
Destination[] |
getDestinationArray()
Gets array of all "Destination" elements |
Destination |
getDestinationArray(int i)
Gets ith "Destination" element |
Destination |
insertNewDestination(int i)
Inserts and returns a new empty value (as xml) as the ith "Destination" element |
void |
removeDestination(int i)
Removes the ith "Destination" element |
void |
setDestinationArray(Destination[] destinationArray)
Sets array of all "Destination" element |
void |
setDestinationArray(int i,
Destination destination)
Sets ith "Destination" element |
int |
sizeOfDestinationArray()
Returns number of "Destination" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
Destination[] getDestinationArray()
Destination getDestinationArray(int i)
int sizeOfDestinationArray()
void setDestinationArray(Destination[] destinationArray)
void setDestinationArray(int i,
Destination destination)
Destination insertNewDestination(int i)
Destination addNewDestination()
void removeDestination(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||