|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ServerInfoDetails
Information about the available server.
| Nested Class Summary | |
|---|---|
static class |
ServerInfoDetails.Factory
A class with methods for creating instances of the ServerInfoDetails type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
void |
addAuthenticationsDescription(java.lang.String authenticationsDescription)
Appends the value as the last AuthenticationsDescription element. |
org.apache.xmlbeans.XmlString |
addNewAuthenticationsDescription()
Appends and returns a new empty value (as xml) as the last AuthenticationsDescription element. |
java.lang.String[] |
getAuthenticationsDescriptionArray()
Returns the array of authentication modes supported by the Web Services server. |
java.lang.String |
getAuthenticationsDescriptionArray(int i)
Returns the AuthenticationsDescription element at the spcified index position. |
void |
insertAuthenticationsDescription(int i,
java.lang.String authenticationsDescription)
Inserts the value of the AuthenticationsDescription element at the specified index position. |
org.apache.xmlbeans.XmlString |
insertNewAuthenticationsDescription(int i)
Inserts and returns a new empty value (as xml) of the AuthenticationsDescription element at the specified index position. |
boolean |
isNilAuthenticationsDescriptionArray(int i)
Checks if the value of the AuthenticationsDescriptions is set to nil at a specified indexed position. |
void |
removeAuthenticationsDescription(int i)
Removes the AuthenticationsDescription element at the specified index position. |
void |
setAuthenticationsDescriptionArray(int i,
java.lang.String authenticationsDescription)
Sets the array of authentication modes supported by the Web Services server at a specified indexed position. |
void |
setAuthenticationsDescriptionArray(java.lang.String[] authenticationsDescriptionArray)
Sets the array of authentication modes supported by the Web Services server. |
void |
setNilAuthenticationsDescriptionArray(int i)
Nils the AuthenticationsDescription element at the specified index position. |
int |
sizeOfAuthenticationsDescriptionArray()
Returns size of the AuthenticationsDescription Array. |
org.apache.xmlbeans.XmlString[] |
xgetAuthenticationsDescriptionArray()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetAuthenticationsDescriptionArray(int i)
Internal Use Only. |
void |
xsetAuthenticationsDescriptionArray(int i,
org.apache.xmlbeans.XmlString authenticationsDescription)
Internal Use Only. |
void |
xsetAuthenticationsDescriptionArray(org.apache.xmlbeans.XmlString[] authenticationsDescriptionArray)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String[] getAuthenticationsDescriptionArray()
Returns the array of authentication modes supported by the Web Services server.
java.lang.String getAuthenticationsDescriptionArray(int i)
AuthenticationsDescription element at the spcified index position.
i - The index position.
AuthenticationsDescription element at the spcified index position.org.apache.xmlbeans.XmlString[] xgetAuthenticationsDescriptionArray()
org.apache.xmlbeans.XmlString xgetAuthenticationsDescriptionArray(int i)
boolean isNilAuthenticationsDescriptionArray(int i)
i - The index position.
true if the AuthenticationsDescriptions element has been set,otherwise false.int sizeOfAuthenticationsDescriptionArray()
AuthenticationsDescription Array.
AuthenticationsDescription Array.void setAuthenticationsDescriptionArray(java.lang.String[] authenticationsDescriptionArray)
Sets the array of authentication modes supported by the Web Services server.
authenticationsDescriptionArray - The array of authentication modes supported by the Web Services server.
void setAuthenticationsDescriptionArray(int i,
java.lang.String authenticationsDescription)
Sets the array of authentication modes supported by the Web Services server at a specified indexed position.
i - The index position.authenticationsDescription - The array of authentication modes supported by the Web Services server.void xsetAuthenticationsDescriptionArray(org.apache.xmlbeans.XmlString[] authenticationsDescriptionArray)
void xsetAuthenticationsDescriptionArray(int i,
org.apache.xmlbeans.XmlString authenticationsDescription)
void setNilAuthenticationsDescriptionArray(int i)
i - The index position.
void insertAuthenticationsDescription(int i,
java.lang.String authenticationsDescription)
i - The index position.authenticationsDescription - void addAuthenticationsDescription(java.lang.String authenticationsDescription)
authenticationsDescription. - org.apache.xmlbeans.XmlString insertNewAuthenticationsDescription(int i)
i - The index position.
org.apache.xmlbeans.XmlString addNewAuthenticationsDescription()
void removeAuthenticationsDescription(int i)
i - The index position.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||