uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class ErrInfo

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.ErrInfo
All Implemented Interfaces:
Serializable, org.apache.axis.encoding.SimpleType

public class ErrInfo
extends Object
implements Serializable, org.apache.axis.encoding.SimpleType

See Also:
Serialized Form

Constructor Summary
ErrInfo()
           
ErrInfo(String _value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String get_value()
          Gets the _value value for this ErrInfo.
 String getErrCode()
          Gets the errCode value for this ErrInfo.
 int hashCode()
           
 void set_value(String _value)
          Sets the _value value for this ErrInfo.
 void setErrCode(String errCode)
          Sets the errCode value for this ErrInfo.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrInfo

public ErrInfo()

ErrInfo

public ErrInfo(String _value)
Method Detail

toString

public String toString()

get_value

public String get_value()
Gets the _value value for this ErrInfo.

Returns:
_value

set_value

public void set_value(String _value)
Sets the _value value for this ErrInfo.

Parameters:
_value -

getErrCode

public String getErrCode()
Gets the errCode value for this ErrInfo.

Returns:
errCode

setErrCode

public void setErrCode(String errCode)
Sets the errCode value for this ErrInfo.

Parameters:
errCode -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()