com.konakart.wsapp
Class Email

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

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

See Also:
Serialized Form

Constructor Summary
Email()
           
Email(java.lang.String address, java.lang.String body, java.lang.String subject)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAddress()
          Gets the address value for this Email.
 java.lang.String getBody()
          Gets the body value for this Email.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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 getSubject()
          Gets the subject value for this Email.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAddress(java.lang.String address)
          Sets the address value for this Email.
 void setBody(java.lang.String body)
          Sets the body value for this Email.
 void setSubject(java.lang.String subject)
          Sets the subject value for this Email.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Email

public Email()

Email

public Email(java.lang.String address,
             java.lang.String body,
             java.lang.String subject)
Method Detail

getAddress

public java.lang.String getAddress()
Gets the address value for this Email.

Returns:
address

setAddress

public void setAddress(java.lang.String address)
Sets the address value for this Email.

Parameters:
address -

getBody

public java.lang.String getBody()
Gets the body value for this Email.

Returns:
body

setBody

public void setBody(java.lang.String body)
Sets the body value for this Email.

Parameters:
body -

getSubject

public java.lang.String getSubject()
Gets the subject value for this Email.

Returns:
subject

setSubject

public void setSubject(java.lang.String subject)
Sets the subject value for this Email.

Parameters:
subject -

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.