com.businessobjects.enterprise.webi
Interface FullClients


public interface FullClients

Represents a link to the FullClient document the WebI document was migrated from.


Nested Class Summary
static class FullClients.Factory
          A class with methods for creating instances of the FullClients type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 void addFullClient(java.lang.String fullClient)
          Appends a specified FullClient link as the last item of the array.
 org.apache.xmlbeans.XmlString addNewFullClient()
          Internal Use Only.
 java.lang.String[] getFullClientArray()
          Gets the array of links to FullClient documents.
 java.lang.String getFullClientArray(int i)
          Gets the link to the FullClient document at the specified index position.
 void insertFullClient(int i, java.lang.String fullClient)
          Inserts the FullClient link at the specified index position.
 org.apache.xmlbeans.XmlString insertNewFullClient(int i)
          Internal Use Only.
 void removeFullClient(int i)
          Removes the FullClient element at the specified index position.
 void setFullClientArray(int i, java.lang.String fullClient)
          Sets the link to the FullClient document at the specified index position.
 void setFullClientArray(java.lang.String[] fullClientArray)
          Sets the array of links to FullClient documents.
 int sizeOfFullClientArray()
          Returns the size of the FullClient array.
 org.apache.xmlbeans.XmlString[] xgetFullClientArray()
          Internal Use Only.
 org.apache.xmlbeans.XmlString xgetFullClientArray(int i)
          Internal Use Only.
 void xsetFullClientArray(int i, org.apache.xmlbeans.XmlString fullClient)
          Internal Use Only.
 void xsetFullClientArray(org.apache.xmlbeans.XmlString[] fullClientArray)
          Internal Use Only.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only.

Method Detail

getFullClientArray

java.lang.String[] getFullClientArray()
Gets the array of links to FullClient documents.

Returns:
The array of links to FullClient documents.

getFullClientArray

java.lang.String getFullClientArray(int i)
Gets the link to the FullClient document at the specified index position.

Parameters:
i - The index position.
Returns:
The link to the FullClient document at the specified index position.

xgetFullClientArray

org.apache.xmlbeans.XmlString[] xgetFullClientArray()
Internal Use Only.


xgetFullClientArray

org.apache.xmlbeans.XmlString xgetFullClientArray(int i)
Internal Use Only.


sizeOfFullClientArray

int sizeOfFullClientArray()
Returns the size of the FullClient array.

Returns:
the size of the FullClient array.

setFullClientArray

void setFullClientArray(java.lang.String[] fullClientArray)
Sets the array of links to FullClient documents.

Parameters:
fullClientArray - An array of links to the FullClient documents.

setFullClientArray

void setFullClientArray(int i,
                        java.lang.String fullClient)
Sets the link to the FullClient document at the specified index position.

Parameters:
i - The index position.
fullClient - The link to the FullClient document.

xsetFullClientArray

void xsetFullClientArray(org.apache.xmlbeans.XmlString[] fullClientArray)
Internal Use Only.


xsetFullClientArray

void xsetFullClientArray(int i,
                         org.apache.xmlbeans.XmlString fullClient)
Internal Use Only.


insertFullClient

void insertFullClient(int i,
                      java.lang.String fullClient)
Inserts the FullClient link at the specified index position.

Parameters:
i - The index position.
fullClient - The link to the FullClient document.

addFullClient

void addFullClient(java.lang.String fullClient)
Appends a specified FullClient link as the last item of the array.

Parameters:
fullClient - The link to add to the FullClient arrat.

insertNewFullClient

org.apache.xmlbeans.XmlString insertNewFullClient(int i)
Internal Use Only.


addNewFullClient

org.apache.xmlbeans.XmlString addNewFullClient()
Internal Use Only.


removeFullClient

void removeFullClient(int i)
Removes the FullClient element at the specified index position.

Parameters:
i - The index position.