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

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

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

See Also:
Serialized Form

Constructor Summary
BCeIDAccount()
           
BCeIDAccount(BCeIDString guid, BCeIDString luid, BCeIDString bceidLuid, BCeIDString userId, BCeIDString displayName, BCeIDAccountType type, BCeIDAccountState state, BCeIDAccountContact contact, BCeIDIndividualIdentity individualIdentity, BCeIDBusiness business, BCeIDInternalIdentity internalIdentity)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BCeIDString getBceidLuid()
          Gets the bceidLuid value for this BCeIDAccount.
 BCeIDBusiness getBusiness()
          Gets the business value for this BCeIDAccount.
 BCeIDAccountContact getContact()
          Gets the contact value for this BCeIDAccount.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 BCeIDString getDisplayName()
          Gets the displayName value for this BCeIDAccount.
 BCeIDString getGuid()
          Gets the guid value for this BCeIDAccount.
 BCeIDIndividualIdentity getIndividualIdentity()
          Gets the individualIdentity value for this BCeIDAccount.
 BCeIDInternalIdentity getInternalIdentity()
          Gets the internalIdentity value for this BCeIDAccount.
 BCeIDString getLuid()
          Gets the luid value for this BCeIDAccount.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 BCeIDAccountState getState()
          Gets the state value for this BCeIDAccount.
 BCeIDAccountType getType()
          Gets the type value for this BCeIDAccount.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 BCeIDString getUserId()
          Gets the userId value for this BCeIDAccount.
 int hashCode()
           
 void setBceidLuid(BCeIDString bceidLuid)
          Sets the bceidLuid value for this BCeIDAccount.
 void setBusiness(BCeIDBusiness business)
          Sets the business value for this BCeIDAccount.
 void setContact(BCeIDAccountContact contact)
          Sets the contact value for this BCeIDAccount.
 void setDisplayName(BCeIDString displayName)
          Sets the displayName value for this BCeIDAccount.
 void setGuid(BCeIDString guid)
          Sets the guid value for this BCeIDAccount.
 void setIndividualIdentity(BCeIDIndividualIdentity individualIdentity)
          Sets the individualIdentity value for this BCeIDAccount.
 void setInternalIdentity(BCeIDInternalIdentity internalIdentity)
          Sets the internalIdentity value for this BCeIDAccount.
 void setLuid(BCeIDString luid)
          Sets the luid value for this BCeIDAccount.
 void setState(BCeIDAccountState state)
          Sets the state value for this BCeIDAccount.
 void setType(BCeIDAccountType type)
          Sets the type value for this BCeIDAccount.
 void setUserId(BCeIDString userId)
          Sets the userId value for this BCeIDAccount.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCeIDAccount

public BCeIDAccount()

BCeIDAccount

public BCeIDAccount(BCeIDString guid,
                    BCeIDString luid,
                    BCeIDString bceidLuid,
                    BCeIDString userId,
                    BCeIDString displayName,
                    BCeIDAccountType type,
                    BCeIDAccountState state,
                    BCeIDAccountContact contact,
                    BCeIDIndividualIdentity individualIdentity,
                    BCeIDBusiness business,
                    BCeIDInternalIdentity internalIdentity)
Method Detail

getGuid

public BCeIDString getGuid()
Gets the guid value for this BCeIDAccount.

Returns:
guid

setGuid

public void setGuid(BCeIDString guid)
Sets the guid value for this BCeIDAccount.

Parameters:
guid -

getLuid

public BCeIDString getLuid()
Gets the luid value for this BCeIDAccount.

Returns:
luid

setLuid

public void setLuid(BCeIDString luid)
Sets the luid value for this BCeIDAccount.

Parameters:
luid -

getBceidLuid

public BCeIDString getBceidLuid()
Gets the bceidLuid value for this BCeIDAccount.

Returns:
bceidLuid

setBceidLuid

public void setBceidLuid(BCeIDString bceidLuid)
Sets the bceidLuid value for this BCeIDAccount.

Parameters:
bceidLuid -

getUserId

public BCeIDString getUserId()
Gets the userId value for this BCeIDAccount.

Returns:
userId

setUserId

public void setUserId(BCeIDString userId)
Sets the userId value for this BCeIDAccount.

Parameters:
userId -

getDisplayName

public BCeIDString getDisplayName()
Gets the displayName value for this BCeIDAccount.

Returns:
displayName

setDisplayName

public void setDisplayName(BCeIDString displayName)
Sets the displayName value for this BCeIDAccount.

Parameters:
displayName -

getType

public BCeIDAccountType getType()
Gets the type value for this BCeIDAccount.

Returns:
type

setType

public void setType(BCeIDAccountType type)
Sets the type value for this BCeIDAccount.

Parameters:
type -

getState

public BCeIDAccountState getState()
Gets the state value for this BCeIDAccount.

Returns:
state

setState

public void setState(BCeIDAccountState state)
Sets the state value for this BCeIDAccount.

Parameters:
state -

getContact

public BCeIDAccountContact getContact()
Gets the contact value for this BCeIDAccount.

Returns:
contact

setContact

public void setContact(BCeIDAccountContact contact)
Sets the contact value for this BCeIDAccount.

Parameters:
contact -

getIndividualIdentity

public BCeIDIndividualIdentity getIndividualIdentity()
Gets the individualIdentity value for this BCeIDAccount.

Returns:
individualIdentity

setIndividualIdentity

public void setIndividualIdentity(BCeIDIndividualIdentity individualIdentity)
Sets the individualIdentity value for this BCeIDAccount.

Parameters:
individualIdentity -

getBusiness

public BCeIDBusiness getBusiness()
Gets the business value for this BCeIDAccount.

Returns:
business

setBusiness

public void setBusiness(BCeIDBusiness business)
Sets the business value for this BCeIDAccount.

Parameters:
business -

getInternalIdentity

public BCeIDInternalIdentity getInternalIdentity()
Gets the internalIdentity value for this BCeIDAccount.

Returns:
internalIdentity

setInternalIdentity

public void setInternalIdentity(BCeIDInternalIdentity internalIdentity)
Sets the internalIdentity value for this BCeIDAccount.

Parameters:
internalIdentity -

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