ca.bc.gov.webade.user.provider.capws.v8
Class BCeIDInternalGroup

java.lang.Object
  extended byca.bc.gov.webade.user.provider.capws.v8.BCeIDInternalGroup
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
BCeIDInternalGroup()
           
BCeIDInternalGroup(BCeIDString groupName, BCeIDString groupGuid)
           
 
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
 BCeIDString getGroupGuid()
          Gets the groupGuid value for this BCeIDInternalGroup.
 BCeIDString getGroupName()
          Gets the groupName value for this BCeIDInternalGroup.
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 setGroupGuid(BCeIDString groupGuid)
          Sets the groupGuid value for this BCeIDInternalGroup.
 void setGroupName(BCeIDString groupName)
          Sets the groupName value for this BCeIDInternalGroup.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCeIDInternalGroup

public BCeIDInternalGroup()

BCeIDInternalGroup

public BCeIDInternalGroup(BCeIDString groupName,
                          BCeIDString groupGuid)
Method Detail

getGroupName

public BCeIDString getGroupName()
Gets the groupName value for this BCeIDInternalGroup.

Returns:
groupName

setGroupName

public void setGroupName(BCeIDString groupName)
Sets the groupName value for this BCeIDInternalGroup.

Parameters:
groupName -

getGroupGuid

public BCeIDString getGroupGuid()
Gets the groupGuid value for this BCeIDInternalGroup.

Returns:
groupGuid

setGroupGuid

public void setGroupGuid(BCeIDString groupGuid)
Sets the groupGuid value for this BCeIDInternalGroup.

Parameters:
groupGuid -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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