org.apache.maven.plugins.patchtracker.tracking.jira.soap
Class RemoteRoleActor

java.lang.Object
  extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteRoleActor
All Implemented Interfaces:
Serializable

public class RemoteRoleActor
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoteRoleActor()
           
RemoteRoleActor(String descriptor, String parameter, RemoteProjectRole projectRole, String type, RemoteUser[] users)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescriptor()
          Gets the descriptor value for this RemoteRoleActor.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getParameter()
          Gets the parameter value for this RemoteRoleActor.
 RemoteProjectRole getProjectRole()
          Gets the projectRole value for this RemoteRoleActor.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getType()
          Gets the type value for this RemoteRoleActor.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 RemoteUser[] getUsers()
          Gets the users value for this RemoteRoleActor.
 int hashCode()
           
 void setDescriptor(String descriptor)
          Sets the descriptor value for this RemoteRoleActor.
 void setParameter(String parameter)
          Sets the parameter value for this RemoteRoleActor.
 void setProjectRole(RemoteProjectRole projectRole)
          Sets the projectRole value for this RemoteRoleActor.
 void setType(String type)
          Sets the type value for this RemoteRoleActor.
 void setUsers(RemoteUser[] users)
          Sets the users value for this RemoteRoleActor.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteRoleActor

public RemoteRoleActor()

RemoteRoleActor

public RemoteRoleActor(String descriptor,
                       String parameter,
                       RemoteProjectRole projectRole,
                       String type,
                       RemoteUser[] users)
Method Detail

getDescriptor

public String getDescriptor()
Gets the descriptor value for this RemoteRoleActor.

Returns:
descriptor

setDescriptor

public void setDescriptor(String descriptor)
Sets the descriptor value for this RemoteRoleActor.

Parameters:
descriptor -

getParameter

public String getParameter()
Gets the parameter value for this RemoteRoleActor.

Returns:
parameter

setParameter

public void setParameter(String parameter)
Sets the parameter value for this RemoteRoleActor.

Parameters:
parameter -

getProjectRole

public RemoteProjectRole getProjectRole()
Gets the projectRole value for this RemoteRoleActor.

Returns:
projectRole

setProjectRole

public void setProjectRole(RemoteProjectRole projectRole)
Sets the projectRole value for this RemoteRoleActor.

Parameters:
projectRole -

getType

public String getType()
Gets the type value for this RemoteRoleActor.

Returns:
type

setType

public void setType(String type)
Sets the type value for this RemoteRoleActor.

Parameters:
type -

getUsers

public RemoteUser[] getUsers()
Gets the users value for this RemoteRoleActor.

Returns:
users

setUsers

public void setUsers(RemoteUser[] users)
Sets the users value for this RemoteRoleActor.

Parameters:
users -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.