public class GiftMessageEntity extends Object implements Serializable
| Constructor and Description |
|---|
GiftMessageEntity() |
GiftMessageEntity(String from,
String to,
String message) |
| 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 |
getFrom()
Gets the from value for this GiftMessageEntity.
|
String |
getMessage()
Gets the message value for this GiftMessageEntity.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTo()
Gets the to value for this GiftMessageEntity.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setFrom(String from)
Sets the from value for this GiftMessageEntity.
|
void |
setMessage(String message)
Sets the message value for this GiftMessageEntity.
|
void |
setTo(String to)
Sets the to value for this GiftMessageEntity.
|
public String getFrom()
public void setFrom(String from)
from - public String getTo()
public void setTo(String to)
to - public String getMessage()
public void setMessage(String message)
message - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020 Imixs Software Solutions GmbH. All rights reserved.