public class RoleGroupSoapRow extends Object implements Serializable
| Constructor and Description |
|---|
RoleGroupSoapRow() |
RoleGroupSoapRow(String groupId,
String projectId,
String roleId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getGroupId()
Gets the groupId value for this RoleGroupSoapRow.
|
String |
getProjectId()
Gets the projectId value for this RoleGroupSoapRow.
|
String |
getRoleId()
Gets the roleId value for this RoleGroupSoapRow.
|
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
|
int |
hashCode() |
void |
setGroupId(String groupId)
Sets the groupId value for this RoleGroupSoapRow.
|
void |
setProjectId(String projectId)
Sets the projectId value for this RoleGroupSoapRow.
|
void |
setRoleId(String roleId)
Sets the roleId value for this RoleGroupSoapRow.
|
public String getGroupId()
public void setGroupId(String groupId)
groupId - public String getProjectId()
public void setProjectId(String projectId)
projectId - public String getRoleId()
public void setRoleId(String roleId)
roleId - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2014 Hudson. All Rights Reserved.