cgl.axis.services.uddi.uddi_schema
Class Get_authToken

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.Get_authToken
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Get_authToken()
           
Get_authToken(java.lang.String cred, java.lang.String userID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCred()
          Gets the cred value for this Get_authToken.
 java.lang.String getUserID()
          Gets the userID value for this Get_authToken.
 int hashCode()
           
 void setCred(java.lang.String cred)
          Sets the cred value for this Get_authToken.
 void setUserID(java.lang.String userID)
          Sets the userID value for this Get_authToken.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Get_authToken

public Get_authToken()

Get_authToken

public Get_authToken(java.lang.String cred,
                     java.lang.String userID)
Method Detail

getCred

public java.lang.String getCred()
Gets the cred value for this Get_authToken.

Returns:
cred

setCred

public void setCred(java.lang.String cred)
Sets the cred value for this Get_authToken.

Parameters:
cred -

getUserID

public java.lang.String getUserID()
Gets the userID value for this Get_authToken.

Returns:
userID

setUserID

public void setUserID(java.lang.String userID)
Sets the userID value for this Get_authToken.

Parameters:
userID -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()