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.
-
ErrorLocation()
-
-
getErrorLocationAttributeName()
- Returns the instance variable value for ErrorLocation Location Attribute Name.
-
getErrorLocationElementName()
- Returns the instance variable value for ErrorLocation Location Element Name.
-
getErrorLocationElementReference()
- Returns the instance variable value for ErrorLocation Location Element Reference.
-
setErrorLocationAttributeName(String)
- Sets the instance variable value for ErrorLocation Location Attribute Name.
-
setErrorLocationElementName(String)
- Sets the instance variable value for ErrorLocation Location Element Name.
-
setErrorLocationElementReference(String)
- Sets the instance variable value for ErrorLocation Location Element Reference.
-
toString()
- Returns a String representation of the ErrorLocation's state, token delimeted (=).
ErrorLocation
public ErrorLocation()
getErrorLocationAttributeName
public String getErrorLocationAttributeName()
- Returns the instance variable value for ErrorLocation Location Attribute Name.
- Returns:
- java.lang.String
getErrorLocationElementName
public String getErrorLocationElementName()
- Returns the instance variable value for ErrorLocation Location Element Name.
- Returns:
- java.lang.String
getErrorLocationElementReference
public String getErrorLocationElementReference()
- Returns the instance variable value for ErrorLocation Location Element Reference.
- Returns:
- java.lang.String
setErrorLocationAttributeName
public void setErrorLocationAttributeName(String newErrorLocationAttributeName)
- Sets the instance variable value for ErrorLocation Location Attribute Name.
- Parameters:
- newErrorLocationAttributeName - java.lang.String
setErrorLocationElementName
public void setErrorLocationElementName(String newErrorLocationElementName)
- Sets the instance variable value for ErrorLocation Location Element Name.
- Parameters:
- newErrorLocationElementName - java.lang.String
setErrorLocationElementReference
public void setErrorLocationElementReference(String newErrorLocationElementReference)
- Sets the instance variable value for ErrorLocation Location Element Reference.
- Parameters:
- newErrorLocationElementReference - java.lang.String
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