com.businessobjects.enterprise.usergroup
Class Users

java.lang.Object
  extended bycom.businessobjects.enterprise.usergroup.Users
All Implemented Interfaces:
java.io.Serializable

public class Users
extends java.lang.Object
implements java.io.Serializable

A collection of the users that are members of the group.

See Also:
Serialized Form

Constructor Summary
Users()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Internal Use Only.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Internal Use Only.
 java.lang.String[] getUserIDs()
          Returns the array of user IDs.
 java.lang.String getUserIDs(int i)
          Returns the user ID at the specified index position.
 int hashCode()
          Internal Use Only.
 void setUserIDs(int i, java.lang.String value)
          Sets the user ID at the specified index position.
 void setUserIDs(java.lang.String[] userIDs)
          Sets the array of user IDs.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Users

public Users()
Method Detail

getUserIDs

public java.lang.String[] getUserIDs()

Returns the array of user IDs.

Returns:
The array of user IDs.

setUserIDs

public void setUserIDs(java.lang.String[] userIDs)

Sets the array of user IDs.

Parameters:
userIDs - The array of user IDs.

getUserIDs

public java.lang.String getUserIDs(int i)

Returns the user ID at the specified index position.

Parameters:
i - The index position.
Returns:
The user ID.

setUserIDs

public void setUserIDs(int i,
                       java.lang.String value)

Sets the user ID at the specified index position.

Parameters:
i - The index position.
value - The user ID.

equals

public boolean equals(java.lang.Object obj)
Internal Use Only.


hashCode

public int hashCode()
Internal Use Only.


getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Internal Use Only.


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Internal Use Only.


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Internal Use Only.