|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BusinessViews
A collection of BusinessView IDs that have been assigned to this report.
| Nested Class Summary | |
|---|---|
static class |
BusinessViews.Factory
A class with methods for creating instances of the BusinessViews type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
void |
addBusinessView(java.lang.String businessView)
Adds a new BusinessView ID to last element of the array. |
org.apache.xmlbeans.XmlString |
addNewBusinessView()
Internal Use Only. |
java.lang.String[] |
getBusinessViewArray()
Returns the array of BusinessView IDs. |
java.lang.String |
getBusinessViewArray(int i)
Returns the BusinessView ID at the specified index position. |
void |
insertBusinessView(int i,
java.lang.String businessView)
Inserts a new empty BusinessView ID at a specified index. |
org.apache.xmlbeans.XmlString |
insertNewBusinessView(int i)
Internal Use Only. |
void |
removeBusinessView(int i)
Removes the BusinessView ID at the specified index position. |
void |
setBusinessViewArray(int i,
java.lang.String businessView)
Sets the BusinessView ID at the specified index position. |
void |
setBusinessViewArray(java.lang.String[] businessViewArray)
Sets the array of BusinessView IDs. |
int |
sizeOfBusinessViewArray()
Returns the Size of the BusinessViewArray. |
org.apache.xmlbeans.XmlString[] |
xgetBusinessViewArray()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetBusinessViewArray(int i)
Internal Use Only. |
void |
xsetBusinessViewArray(int i,
org.apache.xmlbeans.XmlString businessView)
Internal Use Only. |
void |
xsetBusinessViewArray(org.apache.xmlbeans.XmlString[] businessViewArray)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String[] getBusinessViewArray()
Returns the array of BusinessView IDs.
java.lang.String getBusinessViewArray(int i)
Returns the BusinessView ID at the specified index position.
i - The index position.
org.apache.xmlbeans.XmlString[] xgetBusinessViewArray()
org.apache.xmlbeans.XmlString xgetBusinessViewArray(int i)
int sizeOfBusinessViewArray()
BusinessViewArray.
void setBusinessViewArray(java.lang.String[] businessViewArray)
Sets the array of BusinessView IDs.
businessViewArray - The array of BusinessView IDs.
void setBusinessViewArray(int i,
java.lang.String businessView)
Sets the BusinessView ID at the specified index position.
i - The index position.businessView - The BusinessView ID to be set.void xsetBusinessViewArray(org.apache.xmlbeans.XmlString[] businessViewArray)
void xsetBusinessViewArray(int i,
org.apache.xmlbeans.XmlString businessView)
void insertBusinessView(int i,
java.lang.String businessView)
i - The index position to insert the object.businessView - The new BusinessView ID.void addBusinessView(java.lang.String businessView)
businessView - A new BusinessView ID.org.apache.xmlbeans.XmlString insertNewBusinessView(int i)
org.apache.xmlbeans.XmlString addNewBusinessView()
void removeBusinessView(int i)
i - The index position to remove the BusinessView ID.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||