All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.Error

java.lang.Object
   |
   +----com.ups.xmlsdk.xpci.Error

public class Error
extends Object
implements Serializable
The Error Class is to be used as a data container. The instance variables available in the Error Class are those provided by the XPCI for package activity.


Constructor Index

 o Error()
ErrorBean constructor.

Method Index

 o getErrorCode()
Returns the instance variable value for Error Code.
 o getErrorDescription()
Returns the instance variable value for Error Description.
 o getErrorDigest()
Returns the instance variable value for Error Digests.
 o getErrorLocation()
Returns the instance variable value for Error Locations.
 o getMinimumRetry()
Returns the instance variable value for Error Minimum Retry.
 o getSeverity()
Returns the instance variable value for Error Severity.
 o setErrorCode(String)
Sets the instance variable value for Error Code.
 o setErrorDescription(String)
Sets the instance variable value for Error Description.
 o setErrorDigest(Vector)
Sets the instance variable value for Error Digests.
 o setErrorLocation(Vector)
Sets the instance variable value for Error Locations.
 o setMinimumRetry(String)
Sets the instance variable value for Error Minimum Retry.
 o setSeverity(String)
Sets the instance variable value for Error Severity.
 o toString()
Returns a String representation of the Error's state, token delimeted (=).

Constructors

 o Error
 public Error()
ErrorBean constructor.

Methods

 o getErrorCode
 public String getErrorCode()
Returns the instance variable value for Error Code.

Returns:
java.lang.String
 o getErrorDescription
 public String getErrorDescription()
Returns the instance variable value for Error Description.

Returns:
java.lang.String
 o getErrorDigest
 public Vector getErrorDigest()
Returns the instance variable value for Error Digests.

Returns:
java.lang.Vector
 o getErrorLocation
 public Vector getErrorLocation()
Returns the instance variable value for Error Locations.

Returns:
java.util.Vector
 o getMinimumRetry
 public String getMinimumRetry()
Returns the instance variable value for Error Minimum Retry.

Returns:
java.lang.String
 o getSeverity
 public String getSeverity()
Returns the instance variable value for Error Severity.

Returns:
java.lang.String
 o setErrorCode
 public void setErrorCode(String newErrorCode)
Sets the instance variable value for Error Code.

Parameters:
newErrorCode - java.lang.String
 o setErrorDescription
 public void setErrorDescription(String newErrorDescription)
Sets the instance variable value for Error Description.

Parameters:
newErrorDescription - java.lang.String
 o setErrorDigest
 public void setErrorDigest(Vector newErrorDigest)
Sets the instance variable value for Error Digests.

Parameters:
newErrorDigest - java.util.Vector
 o setErrorLocation
 public void setErrorLocation(Vector newErrorLocation)
Sets the instance variable value for Error Locations.

Parameters:
errorLocation - java.util.Vector
 o setMinimumRetry
 public void setMinimumRetry(String newMinimumRetry)
Sets the instance variable value for Error Minimum Retry.

Parameters:
newMinimumRetry - java.lang.String
 o setSeverity
 public void setSeverity(String newSeverity)
Sets the instance variable value for Error Severity.

Parameters:
newSeverity - java.lang.String
 o toString
 public String toString()
Returns a String representation of the Error's state, token delimeted (=).

Returns:
java.lang.String
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index