com.ibm.soa.parlayx21.terminal_location
Class LocationData

java.lang.Object
  extended by com.ibm.soa.parlayx21.terminal_location.LocationData
All Implemented Interfaces:
java.io.Serializable

public class LocationData
extends java.lang.Object
implements java.io.Serializable

Data structure containing device address, retrieval status and location information. As this can be related to a query of a group of terminal devices, the reportStatus element is used to indicate whether the information for the device was retrieved or not, or if an error occurred.

See Also:
Serialized Form

Constructor Summary
LocationData()
           
 
Method Summary
 java.net.URI getAddress()
           
 LocationInfo getCurrentLocation()
           
 ServiceError getErrorInformation()
           
 RetrievalStatus getReportStatus()
           
 void setAddress(java.net.URI address)
           
 void setCurrentLocation(LocationInfo currentLocation)
           
 void setErrorInformation(ServiceError errorInformation)
           
 void setReportStatus(RetrievalStatus reportStatus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationData

public LocationData()
Method Detail

getAddress

public java.net.URI getAddress()

setAddress

public void setAddress(java.net.URI address)

getReportStatus

public RetrievalStatus getReportStatus()

setReportStatus

public void setReportStatus(RetrievalStatus reportStatus)

getCurrentLocation

public LocationInfo getCurrentLocation()

setCurrentLocation

public void setCurrentLocation(LocationInfo currentLocation)

getErrorInformation

public ServiceError getErrorInformation()

setErrorInformation

public void setErrorInformation(ServiceError errorInformation)


Copyright © 2003 IBM Corp. All Rights Reserved.