public class

RemoteRoleActors

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private RemoteProjectRole projectRole
private RemoteRoleActor[] roleActors
private static TypeDesc typeDesc
private RemoteUser[] users
Public Constructors
RemoteRoleActors()
RemoteRoleActors(RemoteProjectRole projectRole, RemoteRoleActor[] roleActors, RemoteUser[] users)
Public Methods
synchronized boolean equals(Object obj)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
RemoteProjectRole getProjectRole()
Gets the projectRole value for this RemoteRoleActors.
RemoteRoleActor[] getRoleActors()
Gets the roleActors value for this RemoteRoleActors.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
RemoteUser[] getUsers()
Gets the users value for this RemoteRoleActors.
synchronized int hashCode()
void setProjectRole(RemoteProjectRole projectRole)
Sets the projectRole value for this RemoteRoleActors.
void setRoleActors(RemoteRoleActor[] roleActors)
Sets the roleActors value for this RemoteRoleActors.
void setUsers(RemoteUser[] users)
Sets the users value for this RemoteRoleActors.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private RemoteProjectRole projectRole

private RemoteRoleActor[] roleActors

private static TypeDesc typeDesc

private RemoteUser[] users

Public Constructors

public RemoteRoleActors ()

public RemoteRoleActors (RemoteProjectRole projectRole, RemoteRoleActor[] roleActors, RemoteUser[] users)

Parameters
projectRole
roleActors
users

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 RemoteProjectRole getProjectRole ()

Gets the projectRole value for this RemoteRoleActors.

Returns
  • projectRole

public RemoteRoleActor[] getRoleActors ()

Gets the roleActors value for this RemoteRoleActors.

Returns
  • roleActors

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 RemoteUser[] getUsers ()

Gets the users value for this RemoteRoleActors.

Returns
  • users

public synchronized int hashCode ()

public void setProjectRole (RemoteProjectRole projectRole)

Sets the projectRole value for this RemoteRoleActors.

Parameters
projectRole

public void setRoleActors (RemoteRoleActor[] roleActors)

Sets the roleActors value for this RemoteRoleActors.

Parameters
roleActors

public void setUsers (RemoteUser[] users)

Sets the users value for this RemoteRoleActors.

Parameters
users