|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.mantis.soap.mantis110.AccountData
public class AccountData
| Constructor Summary | |
|---|---|
AccountData()
|
|
AccountData(java.math.BigInteger id,
java.lang.String name,
java.lang.String real_name,
java.lang.String email)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getEmail()
Gets the email value for this AccountData. |
java.math.BigInteger |
getId()
Gets the id value for this AccountData. |
java.lang.String |
getName()
Gets the name value for this AccountData. |
java.lang.String |
getReal_name()
Gets the real_name value for this AccountData. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setEmail(java.lang.String email)
Sets the email value for this AccountData. |
void |
setId(java.math.BigInteger id)
Sets the id value for this AccountData. |
void |
setName(java.lang.String name)
Sets the name value for this AccountData. |
void |
setReal_name(java.lang.String real_name)
Sets the real_name value for this AccountData. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccountData()
public AccountData(java.math.BigInteger id,
java.lang.String name,
java.lang.String real_name,
java.lang.String email)
| Method Detail |
|---|
public java.math.BigInteger getId()
public void setId(java.math.BigInteger id)
id - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getReal_name()
public void setReal_name(java.lang.String real_name)
real_name - public java.lang.String getEmail()
public void setEmail(java.lang.String email)
email - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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 | |||||||||