nz.co.econz.soap
Class ErrorBean

java.lang.Object
  extended by nz.co.econz.soap.ErrorBean
All Implemented Interfaces:
java.io.Serializable

public class ErrorBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ErrorBean()
           
ErrorBean(java.lang.String key, java.lang.String[] values)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getKey()
          Gets the key value for this ErrorBean.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String[] getValues()
          Gets the values value for this ErrorBean.
 int hashCode()
           
 void setKey(java.lang.String key)
          Sets the key value for this ErrorBean.
 void setValues(java.lang.String[] values)
          Sets the values value for this ErrorBean.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorBean

public ErrorBean()

ErrorBean

public ErrorBean(java.lang.String key,
                 java.lang.String[] values)
Method Detail

getKey

public java.lang.String getKey()
Gets the key value for this ErrorBean.

Returns:
key * the error encountered (usually a short name)

setKey

public void setKey(java.lang.String key)
Sets the key value for this ErrorBean.

Parameters:
key - * the error encountered (usually a short name)

getValues

public java.lang.String[] getValues()
Gets the values value for this ErrorBean.

Returns:
values * arguments to this error -- used with a string formatter and the appropriate description string

setValues

public void setValues(java.lang.String[] values)
Sets the values value for this ErrorBean.

Parameters:
values - * arguments to this error -- used with a string formatter and the appropriate description string

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2017 The Electronic Company of New Zealand (1971) Limited