hudson.plugins.mantis.soap.mantis120
クラス CustomFieldDefinitionData

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

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

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

コンストラクタの概要
CustomFieldDefinitionData()
           
CustomFieldDefinitionData(ObjectRef field, java.math.BigInteger type, java.lang.String possible_values, java.lang.String default_value, java.lang.String valid_regexp, java.math.BigInteger access_level_r, java.math.BigInteger access_level_rw, java.math.BigInteger length_min, java.math.BigInteger length_max, java.lang.Boolean advanced, java.lang.Boolean display_report, java.lang.Boolean display_update, java.lang.Boolean display_resolved, java.lang.Boolean display_closed, java.lang.Boolean require_report, java.lang.Boolean require_update, java.lang.Boolean require_resolved, java.lang.Boolean require_closed)
           
 
メソッドの概要
 boolean equals(java.lang.Object obj)
           
 java.math.BigInteger getAccess_level_r()
          Gets the access_level_r value for this CustomFieldDefinitionData.
 java.math.BigInteger getAccess_level_rw()
          Gets the access_level_rw value for this CustomFieldDefinitionData.
 java.lang.Boolean getAdvanced()
          Gets the advanced value for this CustomFieldDefinitionData.
 java.lang.String getDefault_value()
          Gets the default_value value for this CustomFieldDefinitionData.
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.Boolean getDisplay_closed()
          Gets the display_closed value for this CustomFieldDefinitionData.
 java.lang.Boolean getDisplay_report()
          Gets the display_report value for this CustomFieldDefinitionData.
 java.lang.Boolean getDisplay_resolved()
          Gets the display_resolved value for this CustomFieldDefinitionData.
 java.lang.Boolean getDisplay_update()
          Gets the display_update value for this CustomFieldDefinitionData.
 ObjectRef getField()
          Gets the field value for this CustomFieldDefinitionData.
 java.math.BigInteger getLength_max()
          Gets the length_max value for this CustomFieldDefinitionData.
 java.math.BigInteger getLength_min()
          Gets the length_min value for this CustomFieldDefinitionData.
 java.lang.String getPossible_values()
          Gets the possible_values value for this CustomFieldDefinitionData.
 java.lang.Boolean getRequire_closed()
          Gets the require_closed value for this CustomFieldDefinitionData.
 java.lang.Boolean getRequire_report()
          Gets the require_report value for this CustomFieldDefinitionData.
 java.lang.Boolean getRequire_resolved()
          Gets the require_resolved value for this CustomFieldDefinitionData.
 java.lang.Boolean getRequire_update()
          Gets the require_update value for this CustomFieldDefinitionData.
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 getType()
          Gets the type value for this CustomFieldDefinitionData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
 java.lang.String getValid_regexp()
          Gets the valid_regexp value for this CustomFieldDefinitionData.
 int hashCode()
           
 void setAccess_level_r(java.math.BigInteger access_level_r)
          Sets the access_level_r value for this CustomFieldDefinitionData.
 void setAccess_level_rw(java.math.BigInteger access_level_rw)
          Sets the access_level_rw value for this CustomFieldDefinitionData.
 void setAdvanced(java.lang.Boolean advanced)
          Sets the advanced value for this CustomFieldDefinitionData.
 void setDefault_value(java.lang.String default_value)
          Sets the default_value value for this CustomFieldDefinitionData.
 void setDisplay_closed(java.lang.Boolean display_closed)
          Sets the display_closed value for this CustomFieldDefinitionData.
 void setDisplay_report(java.lang.Boolean display_report)
          Sets the display_report value for this CustomFieldDefinitionData.
 void setDisplay_resolved(java.lang.Boolean display_resolved)
          Sets the display_resolved value for this CustomFieldDefinitionData.
 void setDisplay_update(java.lang.Boolean display_update)
          Sets the display_update value for this CustomFieldDefinitionData.
 void setField(ObjectRef field)
          Sets the field value for this CustomFieldDefinitionData.
 void setLength_max(java.math.BigInteger length_max)
          Sets the length_max value for this CustomFieldDefinitionData.
 void setLength_min(java.math.BigInteger length_min)
          Sets the length_min value for this CustomFieldDefinitionData.
 void setPossible_values(java.lang.String possible_values)
          Sets the possible_values value for this CustomFieldDefinitionData.
 void setRequire_closed(java.lang.Boolean require_closed)
          Sets the require_closed value for this CustomFieldDefinitionData.
 void setRequire_report(java.lang.Boolean require_report)
          Sets the require_report value for this CustomFieldDefinitionData.
 void setRequire_resolved(java.lang.Boolean require_resolved)
          Sets the require_resolved value for this CustomFieldDefinitionData.
 void setRequire_update(java.lang.Boolean require_update)
          Sets the require_update value for this CustomFieldDefinitionData.
 void setType(java.math.BigInteger type)
          Sets the type value for this CustomFieldDefinitionData.
 void setValid_regexp(java.lang.String valid_regexp)
          Sets the valid_regexp value for this CustomFieldDefinitionData.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CustomFieldDefinitionData

public CustomFieldDefinitionData()

CustomFieldDefinitionData

public CustomFieldDefinitionData(ObjectRef field,
                                 java.math.BigInteger type,
                                 java.lang.String possible_values,
                                 java.lang.String default_value,
                                 java.lang.String valid_regexp,
                                 java.math.BigInteger access_level_r,
                                 java.math.BigInteger access_level_rw,
                                 java.math.BigInteger length_min,
                                 java.math.BigInteger length_max,
                                 java.lang.Boolean advanced,
                                 java.lang.Boolean display_report,
                                 java.lang.Boolean display_update,
                                 java.lang.Boolean display_resolved,
                                 java.lang.Boolean display_closed,
                                 java.lang.Boolean require_report,
                                 java.lang.Boolean require_update,
                                 java.lang.Boolean require_resolved,
                                 java.lang.Boolean require_closed)
メソッドの詳細

getField

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

戻り値:
field

setField

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

パラメータ:
field -

getType

public java.math.BigInteger getType()
Gets the type value for this CustomFieldDefinitionData.

戻り値:
type

setType

public void setType(java.math.BigInteger type)
Sets the type value for this CustomFieldDefinitionData.

パラメータ:
type -

getPossible_values

public java.lang.String getPossible_values()
Gets the possible_values value for this CustomFieldDefinitionData.

戻り値:
possible_values

setPossible_values

public void setPossible_values(java.lang.String possible_values)
Sets the possible_values value for this CustomFieldDefinitionData.

パラメータ:
possible_values -

getDefault_value

public java.lang.String getDefault_value()
Gets the default_value value for this CustomFieldDefinitionData.

戻り値:
default_value

setDefault_value

public void setDefault_value(java.lang.String default_value)
Sets the default_value value for this CustomFieldDefinitionData.

パラメータ:
default_value -

getValid_regexp

public java.lang.String getValid_regexp()
Gets the valid_regexp value for this CustomFieldDefinitionData.

戻り値:
valid_regexp

setValid_regexp

public void setValid_regexp(java.lang.String valid_regexp)
Sets the valid_regexp value for this CustomFieldDefinitionData.

パラメータ:
valid_regexp -

getAccess_level_r

public java.math.BigInteger getAccess_level_r()
Gets the access_level_r value for this CustomFieldDefinitionData.

戻り値:
access_level_r

setAccess_level_r

public void setAccess_level_r(java.math.BigInteger access_level_r)
Sets the access_level_r value for this CustomFieldDefinitionData.

パラメータ:
access_level_r -

getAccess_level_rw

public java.math.BigInteger getAccess_level_rw()
Gets the access_level_rw value for this CustomFieldDefinitionData.

戻り値:
access_level_rw

setAccess_level_rw

public void setAccess_level_rw(java.math.BigInteger access_level_rw)
Sets the access_level_rw value for this CustomFieldDefinitionData.

パラメータ:
access_level_rw -

getLength_min

public java.math.BigInteger getLength_min()
Gets the length_min value for this CustomFieldDefinitionData.

戻り値:
length_min

setLength_min

public void setLength_min(java.math.BigInteger length_min)
Sets the length_min value for this CustomFieldDefinitionData.

パラメータ:
length_min -

getLength_max

public java.math.BigInteger getLength_max()
Gets the length_max value for this CustomFieldDefinitionData.

戻り値:
length_max

setLength_max

public void setLength_max(java.math.BigInteger length_max)
Sets the length_max value for this CustomFieldDefinitionData.

パラメータ:
length_max -

getAdvanced

public java.lang.Boolean getAdvanced()
Gets the advanced value for this CustomFieldDefinitionData.

戻り値:
advanced

setAdvanced

public void setAdvanced(java.lang.Boolean advanced)
Sets the advanced value for this CustomFieldDefinitionData.

パラメータ:
advanced -

getDisplay_report

public java.lang.Boolean getDisplay_report()
Gets the display_report value for this CustomFieldDefinitionData.

戻り値:
display_report

setDisplay_report

public void setDisplay_report(java.lang.Boolean display_report)
Sets the display_report value for this CustomFieldDefinitionData.

パラメータ:
display_report -

getDisplay_update

public java.lang.Boolean getDisplay_update()
Gets the display_update value for this CustomFieldDefinitionData.

戻り値:
display_update

setDisplay_update

public void setDisplay_update(java.lang.Boolean display_update)
Sets the display_update value for this CustomFieldDefinitionData.

パラメータ:
display_update -

getDisplay_resolved

public java.lang.Boolean getDisplay_resolved()
Gets the display_resolved value for this CustomFieldDefinitionData.

戻り値:
display_resolved

setDisplay_resolved

public void setDisplay_resolved(java.lang.Boolean display_resolved)
Sets the display_resolved value for this CustomFieldDefinitionData.

パラメータ:
display_resolved -

getDisplay_closed

public java.lang.Boolean getDisplay_closed()
Gets the display_closed value for this CustomFieldDefinitionData.

戻り値:
display_closed

setDisplay_closed

public void setDisplay_closed(java.lang.Boolean display_closed)
Sets the display_closed value for this CustomFieldDefinitionData.

パラメータ:
display_closed -

getRequire_report

public java.lang.Boolean getRequire_report()
Gets the require_report value for this CustomFieldDefinitionData.

戻り値:
require_report

setRequire_report

public void setRequire_report(java.lang.Boolean require_report)
Sets the require_report value for this CustomFieldDefinitionData.

パラメータ:
require_report -

getRequire_update

public java.lang.Boolean getRequire_update()
Gets the require_update value for this CustomFieldDefinitionData.

戻り値:
require_update

setRequire_update

public void setRequire_update(java.lang.Boolean require_update)
Sets the require_update value for this CustomFieldDefinitionData.

パラメータ:
require_update -

getRequire_resolved

public java.lang.Boolean getRequire_resolved()
Gets the require_resolved value for this CustomFieldDefinitionData.

戻り値:
require_resolved

setRequire_resolved

public void setRequire_resolved(java.lang.Boolean require_resolved)
Sets the require_resolved value for this CustomFieldDefinitionData.

パラメータ:
require_resolved -

getRequire_closed

public java.lang.Boolean getRequire_closed()
Gets the require_closed value for this CustomFieldDefinitionData.

戻り値:
require_closed

setRequire_closed

public void setRequire_closed(java.lang.Boolean require_closed)
Sets the require_closed value for this CustomFieldDefinitionData.

パラメータ:
require_closed -

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.