public class

RemoteScheme

extends Object
implements Serializable
java.lang.Object
   ↳ com.atlassian.jira.rpc.soap.beans.RemoteScheme
Known Direct Subclasses

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String description
private Long id
private String name
private String type
private static TypeDesc typeDesc
Public Constructors
RemoteScheme()
RemoteScheme(String description, Long id, String name, String type)
Public Methods
synchronized boolean equals(Object obj)
String getDescription()
Gets the description value for this RemoteScheme.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
Long getId()
Gets the id value for this RemoteScheme.
String getName()
Gets the name value for this RemoteScheme.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getType()
Gets the type value for this RemoteScheme.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setDescription(String description)
Sets the description value for this RemoteScheme.
void setId(Long id)
Sets the id value for this RemoteScheme.
void setName(String name)
Sets the name value for this RemoteScheme.
void setType(String type)
Sets the type value for this RemoteScheme.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String description

private Long id

private String name

private String type

private static TypeDesc typeDesc

Public Constructors

public RemoteScheme ()

public RemoteScheme (String description, Long id, String name, String type)

Parameters
description
id
name
type

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getDescription ()

Gets the description value for this RemoteScheme.

Returns
  • description

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public Long getId ()

Gets the id value for this RemoteScheme.

Returns
  • id

public String getName ()

Gets the name value for this RemoteScheme.

Returns
  • name

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getType ()

Gets the type value for this RemoteScheme.

Returns
  • type

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setDescription (String description)

Sets the description value for this RemoteScheme.

Parameters
description

public void setId (Long id)

Sets the id value for this RemoteScheme.

Parameters
id

public void setName (String name)

Sets the name value for this RemoteScheme.

Parameters
name

public void setType (String type)

Sets the type value for this RemoteScheme.

Parameters
type