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

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

public class RemoteGroup
extends RemoteEntity
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoteGroup()
           
RemoteGroup(String name, RemoteUser[] users)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getName()
          Gets the name value for this RemoteGroup.
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 RemoteGroup.
 int hashCode()
           
 void setName(String name)
          Sets the name value for this RemoteGroup.
 void setUsers(RemoteUser[] users)
          Sets the users value for this RemoteGroup.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteGroup

public RemoteGroup()

RemoteGroup

public RemoteGroup(String name,
                   RemoteUser[] users)
Method Detail

getName

public String getName()
Gets the name value for this RemoteGroup.

Returns:
name

setName

public void setName(String name)
Sets the name value for this RemoteGroup.

Parameters:
name -

getUsers

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

Returns:
users

setUsers

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

Parameters:
users -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class RemoteEntity

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.