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

java.lang.Object
  extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteRoleActors
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RemoteProjectRoleActors

public class RemoteRoleActors
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoteRoleActors()
           
RemoteRoleActors(RemoteProjectRole projectRole, RemoteRoleActor[] roleActors, RemoteUser[] users)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.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 org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 RemoteUser[] getUsers()
          Gets the users value for this RemoteRoleActors.
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteRoleActors

public RemoteRoleActors()

RemoteRoleActors

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

getProjectRole

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

Returns:
projectRole

setProjectRole

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

Parameters:
projectRole -

getRoleActors

public RemoteRoleActor[] getRoleActors()
Gets the roleActors value for this RemoteRoleActors.

Returns:
roleActors

setRoleActors

public void setRoleActors(RemoteRoleActor[] roleActors)
Sets the roleActors value for this RemoteRoleActors.

Parameters:
roleActors -

getUsers

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

Returns:
users

setUsers

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

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.