|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String[] getFullClientArray()
java.lang.String getFullClientArray(int i)
i - The index position.
org.apache.xmlbeans.XmlString[] xgetFullClientArray()
org.apache.xmlbeans.XmlString xgetFullClientArray(int i)
int sizeOfFullClientArray()
void setFullClientArray(java.lang.String[] fullClientArray)
fullClientArray - An array of links to the FullClient documents.
void setFullClientArray(int i,
java.lang.String fullClient)
i - The index position.fullClient - The link to the FullClient document.void xsetFullClientArray(org.apache.xmlbeans.XmlString[] fullClientArray)
void xsetFullClientArray(int i,
org.apache.xmlbeans.XmlString fullClient)
void insertFullClient(int i,
java.lang.String fullClient)
i - The index position.fullClient - The link to the FullClient document.void addFullClient(java.lang.String fullClient)
fullClient - The link to add to the FullClient arrat.org.apache.xmlbeans.XmlString insertNewFullClient(int i)
org.apache.xmlbeans.XmlString addNewFullClient()
void removeFullClient(int i)
i - The index position.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||