|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.mantis.soap.mantis110.CustomFieldDefinitionData
public class CustomFieldDefinitionData
| 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 |
|---|
public 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 |
|---|
public ObjectRef getField()
public void setField(ObjectRef field)
field - public java.math.BigInteger getType()
public void setType(java.math.BigInteger type)
type - public java.lang.String getPossible_values()
public void setPossible_values(java.lang.String possible_values)
possible_values - public java.lang.String getDefault_value()
public void setDefault_value(java.lang.String default_value)
default_value - public java.lang.String getValid_regexp()
public void setValid_regexp(java.lang.String valid_regexp)
valid_regexp - public java.math.BigInteger getAccess_level_r()
public void setAccess_level_r(java.math.BigInteger access_level_r)
access_level_r - public java.math.BigInteger getAccess_level_rw()
public void setAccess_level_rw(java.math.BigInteger access_level_rw)
access_level_rw - public java.math.BigInteger getLength_min()
public void setLength_min(java.math.BigInteger length_min)
length_min - public java.math.BigInteger getLength_max()
public void setLength_max(java.math.BigInteger length_max)
length_max - public java.lang.Boolean getAdvanced()
public void setAdvanced(java.lang.Boolean advanced)
advanced - public java.lang.Boolean getDisplay_report()
public void setDisplay_report(java.lang.Boolean display_report)
display_report - public java.lang.Boolean getDisplay_update()
public void setDisplay_update(java.lang.Boolean display_update)
display_update - public java.lang.Boolean getDisplay_resolved()
public void setDisplay_resolved(java.lang.Boolean display_resolved)
display_resolved - public java.lang.Boolean getDisplay_closed()
public void setDisplay_closed(java.lang.Boolean display_closed)
display_closed - public java.lang.Boolean getRequire_report()
public void setRequire_report(java.lang.Boolean require_report)
require_report - public java.lang.Boolean getRequire_update()
public void setRequire_update(java.lang.Boolean require_update)
require_update - public java.lang.Boolean getRequire_resolved()
public void setRequire_resolved(java.lang.Boolean require_resolved)
require_resolved - public java.lang.Boolean getRequire_closed()
public void setRequire_closed(java.lang.Boolean require_closed)
require_closed - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||