|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String[] getPVLocaleArray()
java.lang.String getPVLocaleArray(int i)
i - The index position.
org.apache.xmlbeans.XmlString[] xgetPVLocaleArray()
org.apache.xmlbeans.XmlString xgetPVLocaleArray(int i)
boolean isNilPVLocaleArray(int i)
i - The index position.
true if the PVLocale element has been set,otherwise false.int sizeOfPVLocaleArray()
void setPVLocaleArray(java.lang.String[] pvLocaleArray)
pvLocaleArray -
void setPVLocaleArray(int i,
java.lang.String pvLocale)
i - The Index position.pvLocale - String pvLocale.void xsetPVLocaleArray(org.apache.xmlbeans.XmlString[] pvLocaleArray)
void xsetPVLocaleArray(int i,
org.apache.xmlbeans.XmlString pvLocale)
void setNilPVLocaleArray(int i)
i - The index position.
void insertPVLocale(int i,
java.lang.String pvLocale)
i - The index position.pvLocale - void addPVLocale(java.lang.String pvLocale)
pvLocale - org.apache.xmlbeans.XmlString insertNewPVLocale(int i)
i - The index position.
org.apache.xmlbeans.XmlString addNewPVLocale()
void removePVLocale(int i)
i - The index position.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||