com.businessobjects.enterprise.server
Interface Placeholders


public interface Placeholders

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


Nested Class Summary
static class Placeholders.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 NameValuePair addNewPlaceholder()
          Appends and returns a new empty value (as xml) as the last "Placeholder" element
 NameValuePair[] getPlaceholderArray()
          Gets array of all "Placeholder" elements
 NameValuePair getPlaceholderArray(int i)
          Gets ith "Placeholder" element
 NameValuePair insertNewPlaceholder(int i)
          Inserts and returns a new empty value (as xml) as the ith "Placeholder" element
 void removePlaceholder(int i)
          Removes the ith "Placeholder" element
 void setPlaceholderArray(int i, NameValuePair placeholder)
          Sets ith "Placeholder" element
 void setPlaceholderArray(NameValuePair[] placeholderArray)
          Sets array of all "Placeholder" element
 int sizeOfPlaceholderArray()
          Returns number of "Placeholder" element
 

Field Detail

type

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

getPlaceholderArray

NameValuePair[] getPlaceholderArray()
Gets array of all "Placeholder" elements


getPlaceholderArray

NameValuePair getPlaceholderArray(int i)
Gets ith "Placeholder" element


sizeOfPlaceholderArray

int sizeOfPlaceholderArray()
Returns number of "Placeholder" element


setPlaceholderArray

void setPlaceholderArray(NameValuePair[] placeholderArray)
Sets array of all "Placeholder" element


setPlaceholderArray

void setPlaceholderArray(int i,
                         NameValuePair placeholder)
Sets ith "Placeholder" element


insertNewPlaceholder

NameValuePair insertNewPlaceholder(int i)
Inserts and returns a new empty value (as xml) as the ith "Placeholder" element


addNewPlaceholder

NameValuePair addNewPlaceholder()
Appends and returns a new empty value (as xml) as the last "Placeholder" element


removePlaceholder

void removePlaceholder(int i)
Removes the ith "Placeholder" element