com.trackstudio.soap.client
Class EmailTypeBean

java.lang.Object
  extended by com.trackstudio.soap.client.EmailTypeBean
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
EmailTypeBean()
           
EmailTypeBean(java.lang.String cc, java.lang.String contentTypeId, java.lang.String fromId, java.lang.String fromName, java.lang.String id, java.lang.String name, java.lang.String replyId, java.lang.String replyName, java.lang.String subject, java.lang.String userId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCc()
          Gets the cc value for this EmailTypeBean.
 java.lang.String getContentTypeId()
          Gets the contentTypeId value for this EmailTypeBean.
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 getFromId()
          Gets the fromId value for this EmailTypeBean.
 java.lang.String getFromName()
          Gets the fromName value for this EmailTypeBean.
 java.lang.String getId()
          Gets the id value for this EmailTypeBean.
 java.lang.String getName()
          Gets the name value for this EmailTypeBean.
 java.lang.String getReplyId()
          Gets the replyId value for this EmailTypeBean.
 java.lang.String getReplyName()
          Gets the replyName value for this EmailTypeBean.
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 EmailTypeBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserId()
          Gets the userId value for this EmailTypeBean.
 int hashCode()
           
 void setCc(java.lang.String cc)
          Sets the cc value for this EmailTypeBean.
 void setContentTypeId(java.lang.String contentTypeId)
          Sets the contentTypeId value for this EmailTypeBean.
 void setFromId(java.lang.String fromId)
          Sets the fromId value for this EmailTypeBean.
 void setFromName(java.lang.String fromName)
          Sets the fromName value for this EmailTypeBean.
 void setId(java.lang.String id)
          Sets the id value for this EmailTypeBean.
 void setName(java.lang.String name)
          Sets the name value for this EmailTypeBean.
 void setReplyId(java.lang.String replyId)
          Sets the replyId value for this EmailTypeBean.
 void setReplyName(java.lang.String replyName)
          Sets the replyName value for this EmailTypeBean.
 void setSubject(java.lang.String subject)
          Sets the subject value for this EmailTypeBean.
 void setUserId(java.lang.String userId)
          Sets the userId value for this EmailTypeBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailTypeBean

public EmailTypeBean()

EmailTypeBean

public EmailTypeBean(java.lang.String cc,
                     java.lang.String contentTypeId,
                     java.lang.String fromId,
                     java.lang.String fromName,
                     java.lang.String id,
                     java.lang.String name,
                     java.lang.String replyId,
                     java.lang.String replyName,
                     java.lang.String subject,
                     java.lang.String userId)
Method Detail

getCc

public java.lang.String getCc()
Gets the cc value for this EmailTypeBean.

Returns:
cc

setCc

public void setCc(java.lang.String cc)
Sets the cc value for this EmailTypeBean.

Parameters:
cc -

getContentTypeId

public java.lang.String getContentTypeId()
Gets the contentTypeId value for this EmailTypeBean.

Returns:
contentTypeId

setContentTypeId

public void setContentTypeId(java.lang.String contentTypeId)
Sets the contentTypeId value for this EmailTypeBean.

Parameters:
contentTypeId -

getFromId

public java.lang.String getFromId()
Gets the fromId value for this EmailTypeBean.

Returns:
fromId

setFromId

public void setFromId(java.lang.String fromId)
Sets the fromId value for this EmailTypeBean.

Parameters:
fromId -

getFromName

public java.lang.String getFromName()
Gets the fromName value for this EmailTypeBean.

Returns:
fromName

setFromName

public void setFromName(java.lang.String fromName)
Sets the fromName value for this EmailTypeBean.

Parameters:
fromName -

getId

public java.lang.String getId()
Gets the id value for this EmailTypeBean.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this EmailTypeBean.

Parameters:
id -

getName

public java.lang.String getName()
Gets the name value for this EmailTypeBean.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this EmailTypeBean.

Parameters:
name -

getReplyId

public java.lang.String getReplyId()
Gets the replyId value for this EmailTypeBean.

Returns:
replyId

setReplyId

public void setReplyId(java.lang.String replyId)
Sets the replyId value for this EmailTypeBean.

Parameters:
replyId -

getReplyName

public java.lang.String getReplyName()
Gets the replyName value for this EmailTypeBean.

Returns:
replyName

setReplyName

public void setReplyName(java.lang.String replyName)
Sets the replyName value for this EmailTypeBean.

Parameters:
replyName -

getSubject

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

Returns:
subject

setSubject

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

Parameters:
subject -

getUserId

public java.lang.String getUserId()
Gets the userId value for this EmailTypeBean.

Returns:
userId

setUserId

public void setUserId(java.lang.String userId)
Sets the userId value for this EmailTypeBean.

Parameters:
userId -

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 © 2002-2005 TrackStudio, Ltd. All Rights Reserved.