|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.EmailOptions
public class EmailOptions
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 |
---|
public 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 |
---|
public boolean isAttachInvoice()
public void setAttachInvoice(boolean attachInvoice)
attachInvoice
- public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- public boolean isCreateInvoice()
public void setCreateInvoice(boolean createInvoice)
createInvoice
- public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- public java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- public java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- public NameValue[] getCustomAttrs()
public void setCustomAttrs(NameValue[] customAttrs)
customAttrs
- public int getCustomInt1()
public void setCustomInt1(int customInt1)
customInt1
- public int getCustomInt2()
public void setCustomInt2(int customInt2)
customInt2
- public boolean isDeleteAttachmentAfterSend()
public void setDeleteAttachmentAfterSend(boolean deleteAttachmentAfterSend)
deleteAttachmentAfterSend
- public java.lang.String getFriendlyAttachmentName()
public void setFriendlyAttachmentName(java.lang.String friendlyAttachmentName)
friendlyAttachmentName
- public java.lang.String getFullAttachmentFilename()
public void setFullAttachmentFilename(java.lang.String fullAttachmentFilename)
fullAttachmentFilename
- public java.lang.String getTemplateName()
public void setTemplateName(java.lang.String templateName)
templateName
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |