All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.ErrorLocation

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

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


Constructor Index

 o ErrorLocation()

Method Index

 o getErrorLocationAttributeName()
Returns the instance variable value for ErrorLocation Location Attribute Name.
 o getErrorLocationElementName()
Returns the instance variable value for ErrorLocation Location Element Name.
 o getErrorLocationElementReference()
Returns the instance variable value for ErrorLocation Location Element Reference.
 o setErrorLocationAttributeName(String)
Sets the instance variable value for ErrorLocation Location Attribute Name.
 o setErrorLocationElementName(String)
Sets the instance variable value for ErrorLocation Location Element Name.
 o setErrorLocationElementReference(String)
Sets the instance variable value for ErrorLocation Location Element Reference.
 o toString()
Returns a String representation of the ErrorLocation's state, token delimeted (=).

Constructors

 o ErrorLocation
 public ErrorLocation()

Methods

 o getErrorLocationAttributeName
 public String getErrorLocationAttributeName()
Returns the instance variable value for ErrorLocation Location Attribute Name.

Returns:
java.lang.String
 o getErrorLocationElementName
 public String getErrorLocationElementName()
Returns the instance variable value for ErrorLocation Location Element Name.

Returns:
java.lang.String
 o getErrorLocationElementReference
 public String getErrorLocationElementReference()
Returns the instance variable value for ErrorLocation Location Element Reference.

Returns:
java.lang.String
 o setErrorLocationAttributeName
 public void setErrorLocationAttributeName(String newErrorLocationAttributeName)
Sets the instance variable value for ErrorLocation Location Attribute Name.

Parameters:
newErrorLocationAttributeName - java.lang.String
 o setErrorLocationElementName
 public void setErrorLocationElementName(String newErrorLocationElementName)
Sets the instance variable value for ErrorLocation Location Element Name.

Parameters:
newErrorLocationElementName - java.lang.String
 o setErrorLocationElementReference
 public void setErrorLocationElementReference(String newErrorLocationElementReference)
Sets the instance variable value for ErrorLocation Location Element Reference.

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

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index