com.konakart.wsapp
Class EmailOptions

java.lang.Object
  extended by com.konakart.wsapp.EmailOptions
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
EmailOptions()
           
EmailOptions(boolean attachInvoice, java.lang.String countryCode, boolean createInvoice, java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, NameValue[] customAttrs, int customInt1, int customInt2, boolean deleteAttachmentAfterSend, java.lang.String friendlyAttachmentName, java.lang.String fullAttachmentFilename, java.lang.String templateName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCountryCode()
          Gets the countryCode value for this EmailOptions.
 java.lang.String getCustom1()
          Gets the custom1 value for this EmailOptions.
 java.lang.String getCustom2()
          Gets the custom2 value for this EmailOptions.
 java.lang.String getCustom3()
          Gets the custom3 value for this EmailOptions.
 NameValue[] getCustomAttrs()
          Gets the customAttrs value for this EmailOptions.
 int getCustomInt1()
          Gets the customInt1 value for this EmailOptions.
 int getCustomInt2()
          Gets the customInt2 value for this EmailOptions.
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 getFriendlyAttachmentName()
          Gets the friendlyAttachmentName value for this EmailOptions.
 java.lang.String getFullAttachmentFilename()
          Gets the fullAttachmentFilename value for this EmailOptions.
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 getTemplateName()
          Gets the templateName value for this EmailOptions.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isAttachInvoice()
          Gets the attachInvoice value for this EmailOptions.
 boolean isCreateInvoice()
          Gets the createInvoice value for this EmailOptions.
 boolean isDeleteAttachmentAfterSend()
          Gets the deleteAttachmentAfterSend value for this EmailOptions.
 void setAttachInvoice(boolean attachInvoice)
          Sets the attachInvoice value for this EmailOptions.
 void setCountryCode(java.lang.String countryCode)
          Sets the countryCode value for this EmailOptions.
 void setCreateInvoice(boolean createInvoice)
          Sets the createInvoice value for this EmailOptions.
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this EmailOptions.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this EmailOptions.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this EmailOptions.
 void setCustomAttrs(NameValue[] customAttrs)
          Sets the customAttrs value for this EmailOptions.
 void setCustomInt1(int customInt1)
          Sets the customInt1 value for this EmailOptions.
 void setCustomInt2(int customInt2)
          Sets the customInt2 value for this EmailOptions.
 void setDeleteAttachmentAfterSend(boolean deleteAttachmentAfterSend)
          Sets the deleteAttachmentAfterSend value for this EmailOptions.
 void setFriendlyAttachmentName(java.lang.String friendlyAttachmentName)
          Sets the friendlyAttachmentName value for this EmailOptions.
 void setFullAttachmentFilename(java.lang.String fullAttachmentFilename)
          Sets the fullAttachmentFilename value for this EmailOptions.
 void setTemplateName(java.lang.String templateName)
          Sets the templateName value for this EmailOptions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailOptions

public EmailOptions()

EmailOptions

public EmailOptions(boolean attachInvoice,
                    java.lang.String countryCode,
                    boolean createInvoice,
                    java.lang.String custom1,
                    java.lang.String custom2,
                    java.lang.String custom3,
                    NameValue[] customAttrs,
                    int customInt1,
                    int customInt2,
                    boolean deleteAttachmentAfterSend,
                    java.lang.String friendlyAttachmentName,
                    java.lang.String fullAttachmentFilename,
                    java.lang.String templateName)
Method Detail

isAttachInvoice

public boolean isAttachInvoice()
Gets the attachInvoice value for this EmailOptions.

Returns:
attachInvoice

setAttachInvoice

public void setAttachInvoice(boolean attachInvoice)
Sets the attachInvoice value for this EmailOptions.

Parameters:
attachInvoice -

getCountryCode

public java.lang.String getCountryCode()
Gets the countryCode value for this EmailOptions.

Returns:
countryCode

setCountryCode

public void setCountryCode(java.lang.String countryCode)
Sets the countryCode value for this EmailOptions.

Parameters:
countryCode -

isCreateInvoice

public boolean isCreateInvoice()
Gets the createInvoice value for this EmailOptions.

Returns:
createInvoice

setCreateInvoice

public void setCreateInvoice(boolean createInvoice)
Sets the createInvoice value for this EmailOptions.

Parameters:
createInvoice -

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this EmailOptions.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this EmailOptions.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this EmailOptions.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this EmailOptions.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this EmailOptions.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this EmailOptions.

Parameters:
custom3 -

getCustomAttrs

public NameValue[] getCustomAttrs()
Gets the customAttrs value for this EmailOptions.

Returns:
customAttrs

setCustomAttrs

public void setCustomAttrs(NameValue[] customAttrs)
Sets the customAttrs value for this EmailOptions.

Parameters:
customAttrs -

getCustomInt1

public int getCustomInt1()
Gets the customInt1 value for this EmailOptions.

Returns:
customInt1

setCustomInt1

public void setCustomInt1(int customInt1)
Sets the customInt1 value for this EmailOptions.

Parameters:
customInt1 -

getCustomInt2

public int getCustomInt2()
Gets the customInt2 value for this EmailOptions.

Returns:
customInt2

setCustomInt2

public void setCustomInt2(int customInt2)
Sets the customInt2 value for this EmailOptions.

Parameters:
customInt2 -

isDeleteAttachmentAfterSend

public boolean isDeleteAttachmentAfterSend()
Gets the deleteAttachmentAfterSend value for this EmailOptions.

Returns:
deleteAttachmentAfterSend

setDeleteAttachmentAfterSend

public void setDeleteAttachmentAfterSend(boolean deleteAttachmentAfterSend)
Sets the deleteAttachmentAfterSend value for this EmailOptions.

Parameters:
deleteAttachmentAfterSend -

getFriendlyAttachmentName

public java.lang.String getFriendlyAttachmentName()
Gets the friendlyAttachmentName value for this EmailOptions.

Returns:
friendlyAttachmentName

setFriendlyAttachmentName

public void setFriendlyAttachmentName(java.lang.String friendlyAttachmentName)
Sets the friendlyAttachmentName value for this EmailOptions.

Parameters:
friendlyAttachmentName -

getFullAttachmentFilename

public java.lang.String getFullAttachmentFilename()
Gets the fullAttachmentFilename value for this EmailOptions.

Returns:
fullAttachmentFilename

setFullAttachmentFilename

public void setFullAttachmentFilename(java.lang.String fullAttachmentFilename)
Sets the fullAttachmentFilename value for this EmailOptions.

Parameters:
fullAttachmentFilename -

getTemplateName

public java.lang.String getTemplateName()
Gets the templateName value for this EmailOptions.

Returns:
templateName

setTemplateName

public void setTemplateName(java.lang.String templateName)
Sets the templateName value for this EmailOptions.

Parameters:
templateName -

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



Copyright © 2011 DS Data Systems UK Ltd.