com.ibm.soa.parlayx21.terminal_location
Class LocationData
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocationData
public LocationData()
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.