hudson.plugins.sfee.webservice
Class RoleGroupSoapRow

java.lang.Object
  extended by hudson.plugins.sfee.webservice.RoleGroupSoapRow
All Implemented Interfaces:
java.io.Serializable

public class RoleGroupSoapRow
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RoleGroupSoapRow()
           
RoleGroupSoapRow(java.lang.String groupId, java.lang.String projectId, java.lang.String roleId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getGroupId()
          Gets the groupId value for this RoleGroupSoapRow.
 java.lang.String getProjectId()
          Gets the projectId value for this RoleGroupSoapRow.
 java.lang.String getRoleId()
          Gets the roleId value for this RoleGroupSoapRow.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setGroupId(java.lang.String groupId)
          Sets the groupId value for this RoleGroupSoapRow.
 void setProjectId(java.lang.String projectId)
          Sets the projectId value for this RoleGroupSoapRow.
 void setRoleId(java.lang.String roleId)
          Sets the roleId value for this RoleGroupSoapRow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleGroupSoapRow

public RoleGroupSoapRow()

RoleGroupSoapRow

public RoleGroupSoapRow(java.lang.String groupId,
                        java.lang.String projectId,
                        java.lang.String roleId)
Method Detail

getGroupId

public java.lang.String getGroupId()
Gets the groupId value for this RoleGroupSoapRow.

Returns:
groupId

setGroupId

public void setGroupId(java.lang.String groupId)
Sets the groupId value for this RoleGroupSoapRow.

Parameters:
groupId -

getProjectId

public java.lang.String getProjectId()
Gets the projectId value for this RoleGroupSoapRow.

Returns:
projectId

setProjectId

public void setProjectId(java.lang.String projectId)
Sets the projectId value for this RoleGroupSoapRow.

Parameters:
projectId -

getRoleId

public java.lang.String getRoleId()
Gets the roleId value for this RoleGroupSoapRow.

Returns:
roleId

setRoleId

public void setRoleId(java.lang.String roleId)
Sets the roleId value for this RoleGroupSoapRow.

Parameters:
roleId -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2010. All Rights Reserved.