public class StatusNotificationMessageType extends Object implements Serializable
| Constructor and Description |
|---|
StatusNotificationMessageType() |
StatusNotificationMessageType(String status) |
| 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
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStatus()
Gets the status value for this StatusNotificationMessageType.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setStatus(String status)
Sets the status value for this StatusNotificationMessageType.
|
public StatusNotificationMessageType()
public StatusNotificationMessageType(String status)
public String getStatus()
public void setStatus(String status)
status - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.