com.ibm.soa.parlayx21.terminal_location
Class RetrievalStatus
java.lang.Object
com.ibm.soa.parlayx21.terminal_location.RetrievalStatus
- All Implemented Interfaces:
- java.io.Serializable
public class RetrievalStatus
- extends java.lang.Object
- implements java.io.Serializable
Enumeration of the location items that are related to an individual retrieval in a set.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_Retrieved
public static final java.lang.String _Retrieved
- See Also:
- Constant Field Values
_NotRetrieved
public static final java.lang.String _NotRetrieved
- See Also:
- Constant Field Values
_Error
public static final java.lang.String _Error
- See Also:
- Constant Field Values
Retrieved
public static final RetrievalStatus Retrieved
- Location retrieved, with result in currentLocation element
NotRetrieved
public static final RetrievalStatus NotRetrieved
- Location not retrieved, currentLocation is not provided (does not indicate an error, no attempt may have been made)
Error
public static final RetrievalStatus Error
- Error retrieving location
RetrievalStatus
protected RetrievalStatus(java.lang.String value)
getValue
public java.lang.String getValue()
fromValue
public static RetrievalStatus fromValue(java.lang.String value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
fromString
public static RetrievalStatus fromString(java.lang.String value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
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
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003 IBM Corp. All Rights Reserved.