|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.businessobjects.enterprise.usergroup.Users
A collection of the users that are members of the group.
| 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 |
public Users()
| Method Detail |
public java.lang.String[] getUserIDs()
Returns the array of user IDs.
public void setUserIDs(java.lang.String[] userIDs)
Sets the array of user IDs.
userIDs - The array of user IDs.public java.lang.String getUserIDs(int i)
Returns the user ID at the specified index position.
i - The index position.
public void setUserIDs(int i,
java.lang.String value)
Sets the user ID at the specified index position.
i - The index position.value - The user ID.public boolean equals(java.lang.Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||