hudson.plugins.mantis.soap
クラス CustomFieldValueForIssueData

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

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

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

コンストラクタの概要
CustomFieldValueForIssueData()
           
CustomFieldValueForIssueData(ObjectRef field, java.lang.String value)
           
 
メソッドの概要
 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
 ObjectRef getField()
          Gets the field value for this CustomFieldValueForIssueData.
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)
 java.lang.String getValue()
          Gets the value value for this CustomFieldValueForIssueData.
 int hashCode()
           
 void setField(ObjectRef field)
          Sets the field value for this CustomFieldValueForIssueData.
 void setValue(java.lang.String value)
          Sets the value value for this CustomFieldValueForIssueData.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CustomFieldValueForIssueData

public CustomFieldValueForIssueData()

CustomFieldValueForIssueData

public CustomFieldValueForIssueData(ObjectRef field,
                                    java.lang.String value)
メソッドの詳細

getField

public ObjectRef getField()
Gets the field value for this CustomFieldValueForIssueData.

戻り値:
field

setField

public void setField(ObjectRef field)
Sets the field value for this CustomFieldValueForIssueData.

パラメータ:
field -

getValue

public java.lang.String getValue()
Gets the value value for this CustomFieldValueForIssueData.

戻り値:
value

setValue

public void setValue(java.lang.String value)
Sets the value value for this CustomFieldValueForIssueData.

パラメータ:
value -

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.