public class AccountData extends Object implements Serializable
コンストラクタと説明 |
---|
AccountData() |
AccountData(BigInteger id,
String name,
String real_name,
String email) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getEmail()
Gets the email value for this AccountData.
|
BigInteger |
getId()
Gets the id value for this AccountData.
|
String |
getName()
Gets the name value for this AccountData.
|
String |
getReal_name()
Gets the real_name value for this AccountData.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
int |
hashCode() |
void |
setEmail(String email)
Sets the email value for this AccountData.
|
void |
setId(BigInteger id)
Sets the id value for this AccountData.
|
void |
setName(String name)
Sets the name value for this AccountData.
|
void |
setReal_name(String real_name)
Sets the real_name value for this AccountData.
|
public AccountData()
public AccountData(BigInteger id, String name, String real_name, String email)
public BigInteger getId()
public void setId(BigInteger id)
id
- public String getName()
public void setName(String name)
name
- public String getReal_name()
public void setReal_name(String real_name)
real_name
- public String getEmail()
public void setEmail(String email)
email
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2015. All Rights Reserved.