public class

RemoteFieldValue

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String id
private static TypeDesc typeDesc
private String[] values
Public Constructors
RemoteFieldValue()
RemoteFieldValue(String id, String[] values)
Public Methods
synchronized boolean equals(Object obj)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getId()
Gets the id value for this RemoteFieldValue.
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 RemoteFieldValue.
synchronized int hashCode()
void setId(String id)
Sets the id value for this RemoteFieldValue.
void setValues(String[] values)
Sets the values value for this RemoteFieldValue.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String id

private static TypeDesc typeDesc

private String[] values

Public Constructors

public RemoteFieldValue ()

public RemoteFieldValue (String id, String[] values)

Parameters
id
values

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getId ()

Gets the id value for this RemoteFieldValue.

Returns
  • id

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 RemoteFieldValue.

Returns
  • values

public synchronized int hashCode ()

public void setId (String id)

Sets the id value for this RemoteFieldValue.

Parameters
id

public void setValues (String[] values)

Sets the values value for this RemoteFieldValue.

Parameters
values