public class UserList extends Base implements Serializable
| Constructor and Description |
|---|
UserList() |
UserList(long id,
String name,
String description,
int estimatedUserCount,
Calendar modifiedTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description value for this UserList.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getEstimatedUserCount()
Gets the estimatedUserCount value for this UserList.
|
Calendar |
getModifiedTimestamp()
Gets the modifiedTimestamp value for this UserList.
|
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
|
int |
hashCode() |
void |
setDescription(String description)
Sets the description value for this UserList.
|
void |
setEstimatedUserCount(int estimatedUserCount)
Sets the estimatedUserCount value for this UserList.
|
void |
setModifiedTimestamp(Calendar modifiedTimestamp)
Sets the modifiedTimestamp value for this UserList.
|
public String getDescription()
public void setDescription(String description)
description - public int getEstimatedUserCount()
public void setEstimatedUserCount(int estimatedUserCount)
estimatedUserCount - public Calendar getModifiedTimestamp()
public void setModifiedTimestamp(Calendar modifiedTimestamp)
modifiedTimestamp - public 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.