hudson.plugins.mantis.soap
クラス ObjectRef

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

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

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

コンストラクタの概要
ObjectRef()
           
ObjectRef(java.math.BigInteger id, java.lang.String name)
           
 
メソッドの概要
 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 ObjectRef.
 java.lang.String getName()
          Gets the name value for this ObjectRef.
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 setId(java.math.BigInteger id)
          Sets the id value for this ObjectRef.
 void setName(java.lang.String name)
          Sets the name value for this ObjectRef.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ObjectRef

public ObjectRef()

ObjectRef

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

getId

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

戻り値:
id

setId

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

パラメータ:
id -

getName

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

戻り値:
name

setName

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

パラメータ:
name -

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