com.businessobjects.dsws.session
Interface SupportedPVLs


public interface SupportedPVLs

Provides information on the supported Preferred Viewing Locales


Nested Class Summary
static class SupportedPVLs.Factory
          A class with methods for creating instances of the SupportedPVLs type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 org.apache.xmlbeans.XmlString addNewPVLocale()
          Appends and returns a new empty value (as xml) as the last PVLocale element.
 void addPVLocale(java.lang.String pvLocale)
          Appends the value as the last PVLocale element.
 java.lang.String[] getPVLocaleArray()
          Returns array of all PVLocale elements.
 java.lang.String getPVLocaleArray(int i)
          Returns the PVLocale element at the specified index position.
 org.apache.xmlbeans.XmlString insertNewPVLocale(int i)
          Inserts and returns a new empty value (as xml) of the PVLocale element at the specified index position.
 void insertPVLocale(int i, java.lang.String pvLocale)
          Inserts the value of the PVLocale element at the specified indexed position.
 boolean isNilPVLocaleArray(int i)
          Checks of the PVLocale element has been set to Nil at the specified index position.
 void removePVLocale(int i)
          Removes the VLocale element at the specified index position.
 void setNilPVLocaleArray(int i)
          Sets the PVLocale element to nil at the specified index position.
 void setPVLocaleArray(int i, java.lang.String pvLocale)
          Sets the PVLocale element at the specified indexed position.
 void setPVLocaleArray(java.lang.String[] pvLocaleArray)
          Sets array of all PVLocale element.
 int sizeOfPVLocaleArray()
          Returns the size of the PVLocaleArray.
 org.apache.xmlbeans.XmlString[] xgetPVLocaleArray()
          Internal Use Only.
 org.apache.xmlbeans.XmlString xgetPVLocaleArray(int i)
          Internal Use Only.
 void xsetPVLocaleArray(int i, org.apache.xmlbeans.XmlString pvLocale)
          Internal Use Only.
 void xsetPVLocaleArray(org.apache.xmlbeans.XmlString[] pvLocaleArray)
          Internal Use Only.
 

Field Detail

type

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

Method Detail

getPVLocaleArray

java.lang.String[] getPVLocaleArray()
Returns array of all PVLocale elements.

Returns:
array of all PVLocale elements.

getPVLocaleArray

java.lang.String getPVLocaleArray(int i)
Returns the PVLocale element at the specified index position.

Parameters:
i - The index position.
Returns:
the PVLocale element at the specified index position.

xgetPVLocaleArray

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


xgetPVLocaleArray

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


isNilPVLocaleArray

boolean isNilPVLocaleArray(int i)
Checks of the PVLocale element has been set to Nil at the specified index position.

Parameters:
i - The index position.
Returns:
true if the PVLocale element has been set,otherwise false.

sizeOfPVLocaleArray

int sizeOfPVLocaleArray()
Returns the size of the PVLocaleArray.

Returns:
the size of the PVLocaleArray.

setPVLocaleArray

void setPVLocaleArray(java.lang.String[] pvLocaleArray)
Sets array of all PVLocale element.

Parameters:
pvLocaleArray -

setPVLocaleArray

void setPVLocaleArray(int i,
                      java.lang.String pvLocale)
Sets the PVLocale element at the specified indexed position.

Parameters:
i - The Index position.
pvLocale - String pvLocale.

xsetPVLocaleArray

void xsetPVLocaleArray(org.apache.xmlbeans.XmlString[] pvLocaleArray)
Internal Use Only.


xsetPVLocaleArray

void xsetPVLocaleArray(int i,
                       org.apache.xmlbeans.XmlString pvLocale)
Internal Use Only.


setNilPVLocaleArray

void setNilPVLocaleArray(int i)
Sets the PVLocale element to nil at the specified index position.

Parameters:
i - The index position.

insertPVLocale

void insertPVLocale(int i,
                    java.lang.String pvLocale)
Inserts the value of the PVLocale element at the specified indexed position.

Parameters:
i - The index position.
pvLocale -

addPVLocale

void addPVLocale(java.lang.String pvLocale)
Appends the value as the last PVLocale element.

Parameters:
pvLocale -

insertNewPVLocale

org.apache.xmlbeans.XmlString insertNewPVLocale(int i)
Inserts and returns a new empty value (as xml) of the PVLocale element at the specified index position.

Parameters:
i - The index position.
Returns:
a new empty value (as xml) of the PVLocale element at the specified index position.

addNewPVLocale

org.apache.xmlbeans.XmlString addNewPVLocale()
Appends and returns a new empty value (as xml) as the last PVLocale element.

Returns:
a new empty value (as xml) as the last PVLocale element.

removePVLocale

void removePVLocale(int i)
Removes the VLocale element at the specified index position.

Parameters:
i - The index position.