hudson.plugins.mantis.soap.mantis110
Class CustomFieldDefinitionData

java.lang.Object
  extended by hudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
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)
           
 
Method Summary
 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()
          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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getField

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

Returns:
field

setField

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

Parameters:
field -

getType

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

Returns:
type

setType

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

Parameters:
type -

getPossible_values

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

Returns:
possible_values

setPossible_values

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

Parameters:
possible_values -

getDefault_value

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

Returns:
default_value

setDefault_value

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

Parameters:
default_value -

getValid_regexp

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

Returns:
valid_regexp

setValid_regexp

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

Parameters:
valid_regexp -

getAccess_level_r

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

Returns:
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.

Parameters:
access_level_r -

getAccess_level_rw

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

Returns:
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.

Parameters:
access_level_rw -

getLength_min

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

Returns:
length_min

setLength_min

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

Parameters:
length_min -

getLength_max

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

Returns:
length_max

setLength_max

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

Parameters:
length_max -

getAdvanced

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

Returns:
advanced

setAdvanced

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

Parameters:
advanced -

getDisplay_report

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

Returns:
display_report

setDisplay_report

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

Parameters:
display_report -

getDisplay_update

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

Returns:
display_update

setDisplay_update

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

Parameters:
display_update -

getDisplay_resolved

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

Returns:
display_resolved

setDisplay_resolved

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

Parameters:
display_resolved -

getDisplay_closed

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

Returns:
display_closed

setDisplay_closed

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

Parameters:
display_closed -

getRequire_report

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

Returns:
require_report

setRequire_report

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

Parameters:
require_report -

getRequire_update

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

Returns:
require_update

setRequire_update

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

Parameters:
require_update -

getRequire_resolved

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

Returns:
require_resolved

setRequire_resolved

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

Parameters:
require_resolved -

getRequire_closed

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

Returns:
require_closed

setRequire_closed

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

Parameters:
require_closed -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
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.