com.businessobjects.dsws.session
Interface ServerInfoDetails

All Superinterfaces:
ServerInfo

public interface ServerInfoDetails
extends ServerInfo

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.
 
Methods inherited from interface com.businessobjects.dsws.session.ServerInfo
addAvailableAuthentications, addNewAvailableAuthentications, getAvailableAuthenticationsArray, getAvailableAuthenticationsArray, getClustered, getVersion, insertAvailableAuthentications, insertNewAvailableAuthentications, isNilAvailableAuthenticationsArray, removeAvailableAuthentications, setAvailableAuthenticationsArray, setAvailableAuthenticationsArray, setClustered, setNilAvailableAuthenticationsArray, setVersion, sizeOfAvailableAuthenticationsArray, xgetAvailableAuthenticationsArray, xgetAvailableAuthenticationsArray, xgetClustered, xgetVersion, xsetAvailableAuthenticationsArray, xsetAvailableAuthenticationsArray, xsetClustered, xsetVersion
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only.

Method Detail

getAuthenticationsDescriptionArray

java.lang.String[] getAuthenticationsDescriptionArray()

Returns the array of authentication modes supported by the Web Services server.

Returns:
The array of authentication modes supported by the Web Services server.

getAuthenticationsDescriptionArray

java.lang.String getAuthenticationsDescriptionArray(int i)
Returns the AuthenticationsDescription element at the spcified index position.

Parameters:
i - The index position.
Returns:
the AuthenticationsDescription element at the spcified index position.

xgetAuthenticationsDescriptionArray

org.apache.xmlbeans.XmlString[] xgetAuthenticationsDescriptionArray()
Internal Use Only.


xgetAuthenticationsDescriptionArray

org.apache.xmlbeans.XmlString xgetAuthenticationsDescriptionArray(int i)
Internal Use Only.


isNilAuthenticationsDescriptionArray

boolean isNilAuthenticationsDescriptionArray(int i)
Checks if the value of the AuthenticationsDescriptions is set to nil at a specified indexed position.

Parameters:
i - The index position.
Returns:
true if the AuthenticationsDescriptions element has been set,otherwise false.

sizeOfAuthenticationsDescriptionArray

int sizeOfAuthenticationsDescriptionArray()
Returns size of the AuthenticationsDescription Array.

Returns:
size of the AuthenticationsDescription Array.

setAuthenticationsDescriptionArray

void setAuthenticationsDescriptionArray(java.lang.String[] authenticationsDescriptionArray)

Sets the array of authentication modes supported by the Web Services server.

Parameters:
authenticationsDescriptionArray - The array of authentication modes supported by the Web Services server.

setAuthenticationsDescriptionArray

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.

Parameters:
i - The index position.
authenticationsDescription - The array of authentication modes supported by the Web Services server.

xsetAuthenticationsDescriptionArray

void xsetAuthenticationsDescriptionArray(org.apache.xmlbeans.XmlString[] authenticationsDescriptionArray)
Internal Use Only.


xsetAuthenticationsDescriptionArray

void xsetAuthenticationsDescriptionArray(int i,
                                         org.apache.xmlbeans.XmlString authenticationsDescription)
Internal Use Only.


setNilAuthenticationsDescriptionArray

void setNilAuthenticationsDescriptionArray(int i)
Nils the AuthenticationsDescription element at the specified index position.

Parameters:
i - The index position.

insertAuthenticationsDescription

void insertAuthenticationsDescription(int i,
                                      java.lang.String authenticationsDescription)
Inserts the value of the AuthenticationsDescription element at the specified index position.

Parameters:
i - The index position.
authenticationsDescription -

addAuthenticationsDescription

void addAuthenticationsDescription(java.lang.String authenticationsDescription)
Appends the value as the last AuthenticationsDescription element.

Parameters:
authenticationsDescription. -

insertNewAuthenticationsDescription

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.

Parameters:
i - The index position.
Returns:
a new empty value (as xml) of the AuthenticationsDescription element at the specified index position.

addNewAuthenticationsDescription

org.apache.xmlbeans.XmlString addNewAuthenticationsDescription()
Appends and returns a new empty value (as xml) as the last AuthenticationsDescription element.

Returns:
new empty value (as xml) as the last AuthenticationsDescription element.

removeAuthenticationsDescription

void removeAuthenticationsDescription(int i)
Removes the AuthenticationsDescription element at the specified index position.

Parameters:
i - The index position.