|
|||||||||
| 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/managed). 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 | |
|---|---|
void |
addDestination(java.lang.String destination)
Appends the value as the last "Destination" element |
org.apache.xmlbeans.XmlString |
addNewDestination()
Appends and returns a new empty value (as xml) as the last "Destination" element |
java.lang.String[] |
getDestinationArray()
Gets array of all "Destination" elements |
java.lang.String |
getDestinationArray(int i)
Gets ith "Destination" element |
void |
insertDestination(int i,
java.lang.String destination)
Inserts the value as the ith "Destination" element |
org.apache.xmlbeans.XmlString |
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(int i,
java.lang.String destination)
Sets ith "Destination" element |
void |
setDestinationArray(java.lang.String[] destinationArray)
Sets array of all "Destination" element |
int |
sizeOfDestinationArray()
Returns number of "Destination" element |
org.apache.xmlbeans.XmlString[] |
xgetDestinationArray()
Gets (as xml) array of all "Destination" elements |
org.apache.xmlbeans.XmlString |
xgetDestinationArray(int i)
Gets (as xml) ith "Destination" element |
void |
xsetDestinationArray(int i,
org.apache.xmlbeans.XmlString destination)
Sets (as xml) ith "Destination" element |
void |
xsetDestinationArray(org.apache.xmlbeans.XmlString[] destinationArray)
Sets (as xml) array of all "Destination" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String[] getDestinationArray()
java.lang.String getDestinationArray(int i)
org.apache.xmlbeans.XmlString[] xgetDestinationArray()
org.apache.xmlbeans.XmlString xgetDestinationArray(int i)
int sizeOfDestinationArray()
void setDestinationArray(java.lang.String[] destinationArray)
void setDestinationArray(int i,
java.lang.String destination)
void xsetDestinationArray(org.apache.xmlbeans.XmlString[] destinationArray)
void xsetDestinationArray(int i,
org.apache.xmlbeans.XmlString destination)
void insertDestination(int i,
java.lang.String destination)
void addDestination(java.lang.String destination)
org.apache.xmlbeans.XmlString insertNewDestination(int i)
org.apache.xmlbeans.XmlString addNewDestination()
void removeDestination(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||