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

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

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

See Also:
Serialized Form

Constructor Summary
SendFaxRequest()
           
SendFaxRequest(java.lang.String emailAddress, java.lang.String password, java.lang.String destination, java.lang.String accountCode, java.lang.String userCode, FaxDataFiles faxDataFiles, java.lang.String TSI, java.lang.String alternateDeliveryNotice, java.lang.String deliveryNoticeType, java.lang.String faxResolution, java.lang.String to, java.lang.String from)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccountCode()
          Gets the accountCode value for this SendFaxRequest.
 java.lang.String getAlternateDeliveryNotice()
          Gets the alternateDeliveryNotice value for this SendFaxRequest.
 java.lang.String getDeliveryNoticeType()
          Gets the deliveryNoticeType value for this SendFaxRequest.
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 SendFaxRequest.
 java.lang.String getEmailAddress()
          Gets the emailAddress value for this SendFaxRequest.
 FaxDataFiles getFaxDataFiles()
          Gets the faxDataFiles value for this SendFaxRequest.
 java.lang.String getFaxResolution()
          Gets the faxResolution value for this SendFaxRequest.
 java.lang.String getFrom()
          Gets the from value for this SendFaxRequest.
 java.lang.String getPassword()
          Gets the password value for this SendFaxRequest.
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 getTo()
          Gets the to value for this SendFaxRequest.
 java.lang.String getTSI()
          Gets the TSI value for this SendFaxRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserCode()
          Gets the userCode value for this SendFaxRequest.
 int hashCode()
           
 void setAccountCode(java.lang.String accountCode)
          Sets the accountCode value for this SendFaxRequest.
 void setAlternateDeliveryNotice(java.lang.String alternateDeliveryNotice)
          Sets the alternateDeliveryNotice value for this SendFaxRequest.
 void setDeliveryNoticeType(java.lang.String deliveryNoticeType)
          Sets the deliveryNoticeType value for this SendFaxRequest.
 void setDestination(java.lang.String destination)
          Sets the destination value for this SendFaxRequest.
 void setEmailAddress(java.lang.String emailAddress)
          Sets the emailAddress value for this SendFaxRequest.
 void setFaxDataFiles(FaxDataFiles faxDataFiles)
          Sets the faxDataFiles value for this SendFaxRequest.
 void setFaxResolution(java.lang.String faxResolution)
          Sets the faxResolution value for this SendFaxRequest.
 void setFrom(java.lang.String from)
          Sets the from value for this SendFaxRequest.
 void setPassword(java.lang.String password)
          Sets the password value for this SendFaxRequest.
 void setTo(java.lang.String to)
          Sets the to value for this SendFaxRequest.
 void setTSI(java.lang.String TSI)
          Sets the TSI value for this SendFaxRequest.
 void setUserCode(java.lang.String userCode)
          Sets the userCode value for this SendFaxRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendFaxRequest

public SendFaxRequest()

SendFaxRequest

public SendFaxRequest(java.lang.String emailAddress,
                      java.lang.String password,
                      java.lang.String destination,
                      java.lang.String accountCode,
                      java.lang.String userCode,
                      FaxDataFiles faxDataFiles,
                      java.lang.String TSI,
                      java.lang.String alternateDeliveryNotice,
                      java.lang.String deliveryNoticeType,
                      java.lang.String faxResolution,
                      java.lang.String to,
                      java.lang.String from)
Method Detail

getEmailAddress

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

Returns:
emailAddress

setEmailAddress

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

Parameters:
emailAddress -

getPassword

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

Returns:
password

setPassword

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

Parameters:
password -

getDestination

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

Returns:
destination

setDestination

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

Parameters:
destination -

getAccountCode

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

Returns:
accountCode

setAccountCode

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

Parameters:
accountCode -

getUserCode

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

Returns:
userCode

setUserCode

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

Parameters:
userCode -

getFaxDataFiles

public FaxDataFiles getFaxDataFiles()
Gets the faxDataFiles value for this SendFaxRequest.

Returns:
faxDataFiles

setFaxDataFiles

public void setFaxDataFiles(FaxDataFiles faxDataFiles)
Sets the faxDataFiles value for this SendFaxRequest.

Parameters:
faxDataFiles -

getTSI

public java.lang.String getTSI()
Gets the TSI value for this SendFaxRequest.

Returns:
TSI

setTSI

public void setTSI(java.lang.String TSI)
Sets the TSI value for this SendFaxRequest.

Parameters:
TSI -

getAlternateDeliveryNotice

public java.lang.String getAlternateDeliveryNotice()
Gets the alternateDeliveryNotice value for this SendFaxRequest.

Returns:
alternateDeliveryNotice

setAlternateDeliveryNotice

public void setAlternateDeliveryNotice(java.lang.String alternateDeliveryNotice)
Sets the alternateDeliveryNotice value for this SendFaxRequest.

Parameters:
alternateDeliveryNotice -

getDeliveryNoticeType

public java.lang.String getDeliveryNoticeType()
Gets the deliveryNoticeType value for this SendFaxRequest.

Returns:
deliveryNoticeType

setDeliveryNoticeType

public void setDeliveryNoticeType(java.lang.String deliveryNoticeType)
Sets the deliveryNoticeType value for this SendFaxRequest.

Parameters:
deliveryNoticeType -

getFaxResolution

public java.lang.String getFaxResolution()
Gets the faxResolution value for this SendFaxRequest.

Returns:
faxResolution

setFaxResolution

public void setFaxResolution(java.lang.String faxResolution)
Sets the faxResolution value for this SendFaxRequest.

Parameters:
faxResolution -

getTo

public java.lang.String getTo()
Gets the to value for this SendFaxRequest.

Returns:
to

setTo

public void setTo(java.lang.String to)
Sets the to value for this SendFaxRequest.

Parameters:
to -

getFrom

public java.lang.String getFrom()
Gets the from value for this SendFaxRequest.

Returns:
from

setFrom

public void setFrom(java.lang.String from)
Sets the from value for this SendFaxRequest.

Parameters:
from -

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