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

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

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

See Also:
Serialized Form

Constructor Summary
QueryFaxResponse()
           
QueryFaxResponse(java.lang.String emailAddress, java.lang.String destination, java.lang.String accountCode, java.lang.String userCode, java.lang.String status, java.lang.String failureReason, java.lang.String pagesSent, java.lang.String attemptNumber, java.lang.String CSI, java.util.Calendar lastDeliveryDate, java.lang.String transactionId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccountCode()
          Gets the accountCode value for this QueryFaxResponse.
 java.lang.String getAttemptNumber()
          Gets the attemptNumber value for this QueryFaxResponse.
 java.lang.String getCSI()
          Gets the CSI value for this QueryFaxResponse.
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 getDestination()
          Gets the destination value for this QueryFaxResponse.
 java.lang.String getEmailAddress()
          Gets the emailAddress value for this QueryFaxResponse.
 java.lang.String getFailureReason()
          Gets the failureReason value for this QueryFaxResponse.
 java.util.Calendar getLastDeliveryDate()
          Gets the lastDeliveryDate value for this QueryFaxResponse.
 java.lang.String getPagesSent()
          Gets the pagesSent value for this QueryFaxResponse.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStatus()
          Gets the status value for this QueryFaxResponse.
 java.lang.String getTransactionId()
          Gets the transactionId value for this QueryFaxResponse.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserCode()
          Gets the userCode value for this QueryFaxResponse.
 int hashCode()
           
 void setAccountCode(java.lang.String accountCode)
          Sets the accountCode value for this QueryFaxResponse.
 void setAttemptNumber(java.lang.String attemptNumber)
          Sets the attemptNumber value for this QueryFaxResponse.
 void setCSI(java.lang.String CSI)
          Sets the CSI value for this QueryFaxResponse.
 void setDestination(java.lang.String destination)
          Sets the destination value for this QueryFaxResponse.
 void setEmailAddress(java.lang.String emailAddress)
          Sets the emailAddress value for this QueryFaxResponse.
 void setFailureReason(java.lang.String failureReason)
          Sets the failureReason value for this QueryFaxResponse.
 void setLastDeliveryDate(java.util.Calendar lastDeliveryDate)
          Sets the lastDeliveryDate value for this QueryFaxResponse.
 void setPagesSent(java.lang.String pagesSent)
          Sets the pagesSent value for this QueryFaxResponse.
 void setStatus(java.lang.String status)
          Sets the status value for this QueryFaxResponse.
 void setTransactionId(java.lang.String transactionId)
          Sets the transactionId value for this QueryFaxResponse.
 void setUserCode(java.lang.String userCode)
          Sets the userCode value for this QueryFaxResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryFaxResponse

public QueryFaxResponse()

QueryFaxResponse

public QueryFaxResponse(java.lang.String emailAddress,
                        java.lang.String destination,
                        java.lang.String accountCode,
                        java.lang.String userCode,
                        java.lang.String status,
                        java.lang.String failureReason,
                        java.lang.String pagesSent,
                        java.lang.String attemptNumber,
                        java.lang.String CSI,
                        java.util.Calendar lastDeliveryDate,
                        java.lang.String transactionId)
Method Detail

getEmailAddress

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

Returns:
emailAddress

setEmailAddress

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

Parameters:
emailAddress -

getDestination

public java.lang.String getDestination()
Gets the destination value for this QueryFaxResponse.

Returns:
destination

setDestination

public void setDestination(java.lang.String destination)
Sets the destination value for this QueryFaxResponse.

Parameters:
destination -

getAccountCode

public java.lang.String getAccountCode()
Gets the accountCode value for this QueryFaxResponse.

Returns:
accountCode

setAccountCode

public void setAccountCode(java.lang.String accountCode)
Sets the accountCode value for this QueryFaxResponse.

Parameters:
accountCode -

getUserCode

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

Returns:
userCode

setUserCode

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

Parameters:
userCode -

getStatus

public java.lang.String getStatus()
Gets the status value for this QueryFaxResponse.

Returns:
status

setStatus

public void setStatus(java.lang.String status)
Sets the status value for this QueryFaxResponse.

Parameters:
status -

getFailureReason

public java.lang.String getFailureReason()
Gets the failureReason value for this QueryFaxResponse.

Returns:
failureReason

setFailureReason

public void setFailureReason(java.lang.String failureReason)
Sets the failureReason value for this QueryFaxResponse.

Parameters:
failureReason -

getPagesSent

public java.lang.String getPagesSent()
Gets the pagesSent value for this QueryFaxResponse.

Returns:
pagesSent

setPagesSent

public void setPagesSent(java.lang.String pagesSent)
Sets the pagesSent value for this QueryFaxResponse.

Parameters:
pagesSent -

getAttemptNumber

public java.lang.String getAttemptNumber()
Gets the attemptNumber value for this QueryFaxResponse.

Returns:
attemptNumber

setAttemptNumber

public void setAttemptNumber(java.lang.String attemptNumber)
Sets the attemptNumber value for this QueryFaxResponse.

Parameters:
attemptNumber -

getCSI

public java.lang.String getCSI()
Gets the CSI value for this QueryFaxResponse.

Returns:
CSI

setCSI

public void setCSI(java.lang.String CSI)
Sets the CSI value for this QueryFaxResponse.

Parameters:
CSI -

getLastDeliveryDate

public java.util.Calendar getLastDeliveryDate()
Gets the lastDeliveryDate value for this QueryFaxResponse.

Returns:
lastDeliveryDate

setLastDeliveryDate

public void setLastDeliveryDate(java.util.Calendar lastDeliveryDate)
Sets the lastDeliveryDate value for this QueryFaxResponse.

Parameters:
lastDeliveryDate -

getTransactionId

public java.lang.String getTransactionId()
Gets the transactionId value for this QueryFaxResponse.

Returns:
transactionId

setTransactionId

public void setTransactionId(java.lang.String transactionId)
Sets the transactionId value for this QueryFaxResponse.

Parameters:
transactionId -

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