org.squashtest.csp.core.bugtracker.mantis.binding
public class UserData extends Object implements Serializable
| Constructor and Description |
|---|
UserData() |
UserData(AccountData account_data,
BigInteger access_level,
String timezone) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BigInteger |
getAccess_level()
Gets the access_level value for this UserData.
|
AccountData |
getAccount_data()
Gets the account_data value for this UserData.
|
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
|
String |
getTimezone()
Gets the timezone value for this UserData.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAccess_level(BigInteger access_level)
Sets the access_level value for this UserData.
|
void |
setAccount_data(AccountData account_data)
Sets the account_data value for this UserData.
|
void |
setTimezone(String timezone)
Sets the timezone value for this UserData.
|
public UserData()
public UserData(AccountData account_data, BigInteger access_level, String timezone)
public AccountData getAccount_data()
public void setAccount_data(AccountData account_data)
account_data - public BigInteger getAccess_level()
public void setAccess_level(BigInteger access_level)
access_level - public String getTimezone()
public void setTimezone(String timezone)
timezone - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.