hudson.plugins.mantis.soap.mantis110
クラス AccountData

java.lang.Object
  上位を拡張 hudson.plugins.mantis.soap.mantis110.AccountData
すべての実装されたインタフェース:
java.io.Serializable

public class AccountData
extends java.lang.Object
implements java.io.Serializable

関連項目:
直列化された形式

コンストラクタの概要
AccountData()
           
AccountData(java.math.BigInteger id, java.lang.String name, java.lang.String real_name, java.lang.String email)
           
 
メソッドの概要
 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()
          メタデータオブジェクトの型を返却 / [en]-(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.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AccountData

public AccountData()

AccountData

public AccountData(java.math.BigInteger id,
                   java.lang.String name,
                   java.lang.String real_name,
                   java.lang.String email)
メソッドの詳細

getId

public java.math.BigInteger getId()
Gets the id value for this AccountData.

戻り値:
id

setId

public void setId(java.math.BigInteger id)
Sets the id value for this AccountData.

パラメータ:
id -

getName

public java.lang.String getName()
Gets the name value for this AccountData.

戻り値:
name

setName

public void setName(java.lang.String name)
Sets the name value for this AccountData.

パラメータ:
name -

getReal_name

public java.lang.String getReal_name()
Gets the real_name value for this AccountData.

戻り値:
real_name

setReal_name

public void setReal_name(java.lang.String real_name)
Sets the real_name value for this AccountData.

パラメータ:
real_name -

getEmail

public java.lang.String getEmail()
Gets the email value for this AccountData.

戻り値:
email

setEmail

public void setEmail(java.lang.String email)
Sets the email value for this AccountData.

パラメータ:
email -

equals

public boolean equals(java.lang.Object obj)
オーバーライド:
クラス java.lang.Object 内の equals

hashCode

public int hashCode()
オーバーライド:
クラス java.lang.Object 内の hashCode

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2010. All Rights Reserved.