com.ibm.soa.parlayx21.terminal_status
Class StatusData

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

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

Data structure containing device identifier and its status. 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
StatusData()
           
 
Method Summary
 java.net.URI getAddress()
           
 Status getCurrentStatus()
           
 ServiceError getErrorInformation()
           
 RetrievalStatus getReportStatus()
           
 void setAddress(java.net.URI address)
           
 void setCurrentStatus(Status currentStatus)
           
 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

StatusData

public StatusData()
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)

getCurrentStatus

public Status getCurrentStatus()

setCurrentStatus

public void setCurrentStatus(Status currentStatus)

getErrorInformation

public ServiceError getErrorInformation()

setErrorInformation

public void setErrorInformation(ServiceError errorInformation)


Copyright © 2003 IBM Corp. All Rights Reserved.