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

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

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

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

コンストラクタの概要
RelationshipData()
           
RelationshipData(java.math.BigInteger id, ObjectRef type, java.math.BigInteger target_id)
           
 
メソッドの概要
 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.math.BigInteger getId()
          Gets the id value for this RelationshipData.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.math.BigInteger getTarget_id()
          Gets the target_id value for this RelationshipData.
 ObjectRef getType()
          Gets the type value for this RelationshipData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
 int hashCode()
           
 void setId(java.math.BigInteger id)
          Sets the id value for this RelationshipData.
 void setTarget_id(java.math.BigInteger target_id)
          Sets the target_id value for this RelationshipData.
 void setType(ObjectRef type)
          Sets the type value for this RelationshipData.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RelationshipData

public RelationshipData()

RelationshipData

public RelationshipData(java.math.BigInteger id,
                        ObjectRef type,
                        java.math.BigInteger target_id)
メソッドの詳細

getId

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

戻り値:
id

setId

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

パラメータ:
id -

getType

public ObjectRef getType()
Gets the type value for this RelationshipData.

戻り値:
type

setType

public void setType(ObjectRef type)
Sets the type value for this RelationshipData.

パラメータ:
type -

getTarget_id

public java.math.BigInteger getTarget_id()
Gets the target_id value for this RelationshipData.

戻り値:
target_id

setTarget_id

public void setTarget_id(java.math.BigInteger target_id)
Sets the target_id value for this RelationshipData.

パラメータ:
target_id -

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 © 2009. All Rights Reserved.