|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ObjectsOverload
A collection of universe objects that are restricted from the given universe.
| Nested Class Summary | |
|---|---|
static class |
ObjectsOverload.Factory
A class with methods for creating instances of the ObjectsOverload type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
ObjectOverload |
addNewObject()
Appends and returns a new empty ObjectOverload object as the last element of the array. |
ObjectOverload[] |
getObjectArray()
Returns the array of ObjectOverload objects. |
ObjectOverload |
getObjectArray(int i)
Returns the ObjectOverload object at the specified index position. |
ObjectOverload |
insertNewObject(int i)
Inserts and returns a new empty ObjectOverload object at a specified index. |
void |
removeObject(int i)
Removes the ith ObjectOverload object. |
void |
setObjectArray(int i,
ObjectOverload object)
Sets the ObjectOverload object at the specified index position. |
void |
setObjectArray(ObjectOverload[] objectArray)
Sets the array of ObjectOverload objects. |
int |
sizeOfObjectArray()
Returns the number of ObjectOverload objects in the array. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
ObjectOverload[] getObjectArray()
Returns the array of ObjectOverload objects.
ObjectOverload objects.ObjectOverload getObjectArray(int i)
Returns the ObjectOverload object at the specified index position.
i - The index position.
ObjectOverload object.int sizeOfObjectArray()
ObjectOverload objects in the array.
ObjectOverload array.void setObjectArray(ObjectOverload[] objectArray)
Sets the array of ObjectOverload objects.
objectArray - The array of ObjectOverload objects.
void setObjectArray(int i,
ObjectOverload object)
Sets the ObjectOverload object at the specified index position.
i - The index position.object - The ObjectOverload object.ObjectOverload insertNewObject(int i)
ObjectOverload object at a specified index.
i - The index position to insert the object.
ObjectOverload object.ObjectOverload addNewObject()
ObjectOverload object as the last element of the array.
ObjectOverload object.void removeObject(int i)
ObjectOverload object.
i - The index position for the object to be removed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||