public class

RemoteCustomFieldValue

extends Object
implements Serializable
java.lang.Object
   ↳ com.atlassian.jira.rpc.soap.beans.RemoteCustomFieldValue

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String customfieldId
private String key
private static TypeDesc typeDesc
private String[] values
Public Constructors
RemoteCustomFieldValue()
RemoteCustomFieldValue(String customfieldId, String key, String[] values)
Public Methods
synchronized boolean equals(Object obj)
String getCustomfieldId()
Gets the customfieldId value for this RemoteCustomFieldValue.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getKey()
Gets the key value for this RemoteCustomFieldValue.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
String[] getValues()
Gets the values value for this RemoteCustomFieldValue.
synchronized int hashCode()
void setCustomfieldId(String customfieldId)
Sets the customfieldId value for this RemoteCustomFieldValue.
void setKey(String key)
Sets the key value for this RemoteCustomFieldValue.
void setValues(String[] values)
Sets the values value for this RemoteCustomFieldValue.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String customfieldId

private String key

private static TypeDesc typeDesc

private String[] values

Public Constructors

public RemoteCustomFieldValue ()

public RemoteCustomFieldValue (String customfieldId, String key, String[] values)

Parameters
customfieldId
key
values

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getCustomfieldId ()

Gets the customfieldId value for this RemoteCustomFieldValue.

Returns
  • customfieldId

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getKey ()

Gets the key value for this RemoteCustomFieldValue.

Returns
  • key

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public static TypeDesc getTypeDesc ()

Return type metadata object

public String[] getValues ()

Gets the values value for this RemoteCustomFieldValue.

Returns
  • values

public synchronized int hashCode ()

public void setCustomfieldId (String customfieldId)

Sets the customfieldId value for this RemoteCustomFieldValue.

Parameters
customfieldId

public void setKey (String key)

Sets the key value for this RemoteCustomFieldValue.

Parameters
key

public void setValues (String[] values)

Sets the values value for this RemoteCustomFieldValue.

Parameters
values