public class SMError extends SMResource implements Serializable
| 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 |
getMessage()
Gets the message value for this SMError.
|
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 |
setMessage(String message)
Sets the message value for this SMError.
|
getAlgorithm, getCreationDate, getDescription, getName, getOperationId, getPortalLogin, getProvenance, getResourceId, getResourceType, setAlgorithm, setCreationDate, setDescription, setName, setOperationId, setPortalLogin, setProvenance, setResourceId, setResourceTypepublic SMError()
public SMError(String message)
public String getMessage()
public void setMessage(String message)
message - public boolean equals(Object obj)
equals in class SMResourcepublic int hashCode()
hashCode in class SMResourcepublic 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.