|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.avalara.avatax.services.address.Message
public class Message
Message class used in results and exceptions.
Example: [Java] Message[] messages = result.getMessages().getMessage(); int numMessages = (messages == null ? 0 : messages.length); for (int i = 0; i < numMessages; i++) { Message message = messages[i]; System.out.println("Message " + i + ":" + message.getName()); }
Constructor Summary | |
---|---|
Message()
Initializes a new instance of the class. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified Object is equal to the current Object. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code. |
java.lang.String |
getDetails()
Gets the details of the message. |
java.lang.String |
getHelpLink()
Gets the URL to help page for this message. |
java.lang.String |
getName()
Gets the name of the message. |
java.lang.String |
getRefersTo()
Gets the item the message refers to, if applicable; Used to indicate a missing or incorrect value. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code. |
SeverityLevel |
getSeverity()
Gets the Severity Level of the message. |
java.lang.String |
getSource()
Gets the source of the message. |
java.lang.String |
getSummary()
Gets the concise summary of the message. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code. |
int |
hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
void |
setDetails(java.lang.String details)
Sets the details of the message. |
void |
setHelpLink(java.lang.String helpLink)
Sets the URL to help page for this message. |
void |
setName(java.lang.String name)
Gets the name of the message. |
void |
setRefersTo(java.lang.String refersTo)
Sets the item the message refers to, if applicable; Used to indicate a missing or incorrect value. |
void |
setSeverity(SeverityLevel severity)
Sets the Severity Level of the message. |
void |
setSource(java.lang.String source)
Sets the source of the message. |
void |
setSummary(java.lang.String summary)
Sets the concise summary of the message. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Message()
Method Detail |
---|
public java.lang.String getSummary()
public void setSummary(java.lang.String summary)
summary
- public java.lang.String getDetails()
public void setDetails(java.lang.String details)
details
- public java.lang.String getHelpLink()
public void setHelpLink(java.lang.String helpLink)
helpLink
- public java.lang.String getRefersTo()
public void setRefersTo(java.lang.String refersTo)
refersTo
- public SeverityLevel getSeverity()
public void setSeverity(SeverityLevel severity)
severity
- public java.lang.String getSource()
public void setSource(java.lang.String source)
source
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
-
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
mechType
- _javaType
- _xmlType
-
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
mechType
- _javaType
- _xmlType
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |