public class UserRoleRecordSet extends PagedRecordSet implements Serializable
| Constructor and Description |
|---|
UserRoleRecordSet() |
UserRoleRecordSet(int pageNumber,
int totalNumberOfPages,
int totalNumberOfRecords,
UserRole[] userRoles) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
UserRole[] |
getUserRoles()
Gets the userRoles value for this UserRoleRecordSet.
|
int |
hashCode() |
void |
setUserRoles(UserRole[] userRoles)
Sets the userRoles value for this UserRoleRecordSet.
|
getPageNumber, getTotalNumberOfPages, getTotalNumberOfRecords, setPageNumber, setTotalNumberOfPages, setTotalNumberOfRecordspublic UserRoleRecordSet()
public UserRoleRecordSet(int pageNumber,
int totalNumberOfPages,
int totalNumberOfRecords,
UserRole[] userRoles)
public UserRole[] getUserRoles()
public void setUserRoles(UserRole[] userRoles)
userRoles - public boolean equals(Object obj)
equals in class PagedRecordSetpublic int hashCode()
hashCode in class PagedRecordSetpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.