public class UserInvitationEmailRequest extends Object implements Serializable
| Constructor and Description |
|---|
UserInvitationEmailRequest() |
UserInvitationEmailRequest(String emailMessage,
String emailSubject,
long id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getEmailMessage()
Gets the emailMessage value for this UserInvitationEmailRequest.
|
String |
getEmailSubject()
Gets the emailSubject value for this UserInvitationEmailRequest.
|
long |
getId()
Gets the id value for this UserInvitationEmailRequest.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setEmailMessage(String emailMessage)
Sets the emailMessage value for this UserInvitationEmailRequest.
|
void |
setEmailSubject(String emailSubject)
Sets the emailSubject value for this UserInvitationEmailRequest.
|
void |
setId(long id)
Sets the id value for this UserInvitationEmailRequest.
|
public String getEmailMessage()
public void setEmailMessage(String emailMessage)
emailMessage - public String getEmailSubject()
public void setEmailSubject(String emailSubject)
emailSubject - public long getId()
public void setId(long id)
id - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.