com.easylink.webtools.services.SendFaxManagement.Types
Class KillFaxRequest

java.lang.Object
  extended by com.easylink.webtools.services.SendFaxManagement.Types.KillFaxRequest
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
KillFaxRequest()
           
KillFaxRequest(java.lang.String emailAddress, java.lang.String password, java.lang.String userCode)
           
 
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 getEmailAddress()
          Gets the emailAddress value for this KillFaxRequest.
 java.lang.String getPassword()
          Gets the password value for this KillFaxRequest.
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
 java.lang.String getUserCode()
          Gets the userCode value for this KillFaxRequest.
 int hashCode()
           
 void setEmailAddress(java.lang.String emailAddress)
          Sets the emailAddress value for this KillFaxRequest.
 void setPassword(java.lang.String password)
          Sets the password value for this KillFaxRequest.
 void setUserCode(java.lang.String userCode)
          Sets the userCode value for this KillFaxRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KillFaxRequest

public KillFaxRequest()

KillFaxRequest

public KillFaxRequest(java.lang.String emailAddress,
                      java.lang.String password,
                      java.lang.String userCode)
Method Detail

getEmailAddress

public java.lang.String getEmailAddress()
Gets the emailAddress value for this KillFaxRequest.

Returns:
emailAddress

setEmailAddress

public void setEmailAddress(java.lang.String emailAddress)
Sets the emailAddress value for this KillFaxRequest.

Parameters:
emailAddress -

getPassword

public java.lang.String getPassword()
Gets the password value for this KillFaxRequest.

Returns:
password

setPassword

public void setPassword(java.lang.String password)
Sets the password value for this KillFaxRequest.

Parameters:
password -

getUserCode

public java.lang.String getUserCode()
Gets the userCode value for this KillFaxRequest.

Returns:
userCode

setUserCode

public void setUserCode(java.lang.String userCode)
Sets the userCode value for this KillFaxRequest.

Parameters:
userCode -

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