com.ibm.soa.parlayx21.terminal_location
Class RetrievalStatus

java.lang.Object
  extended by 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

Field Summary
static java.lang.String _Error
           
static java.lang.String _NotRetrieved
           
static java.lang.String _Retrieved
           
static RetrievalStatus Error
          Error retrieving location
static RetrievalStatus NotRetrieved
          Location not retrieved, currentLocation is not provided (does not indicate an error, no attempt may have been made)
static RetrievalStatus Retrieved
          Location retrieved, with result in currentLocation element
 
Constructor Summary
protected RetrievalStatus(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static RetrievalStatus fromString(java.lang.String value)
           
static RetrievalStatus fromValue(java.lang.String value)
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_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

Constructor Detail

RetrievalStatus

protected RetrievalStatus(java.lang.String value)
Method Detail

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.