zeus.concepts
Class FIPA_Received

java.lang.Object
  extended byzeus.concepts.FIPA_Received

public class FIPA_Received
extends java.lang.Object

FIPA_Received is used to store the stamps that FIPA says you should be able to attach to the various messages that they allow


Field Summary
private  java.lang.String receivedBy
           
private  java.lang.String receivedDate
           
private  java.lang.String receivedId
           
 
Constructor Summary
FIPA_Received()
           
 
Method Summary
 void setReceivedBy(java.lang.String rec)
           
 void setReceivedDate(java.lang.String date)
           
 void setReceivedId(java.lang.String id)
           
 java.lang.String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

receivedBy

private java.lang.String receivedBy

receivedDate

private java.lang.String receivedDate

receivedId

private java.lang.String receivedId
Constructor Detail

FIPA_Received

public FIPA_Received()
Method Detail

setReceivedBy

public void setReceivedBy(java.lang.String rec)

setReceivedDate

public void setReceivedDate(java.lang.String date)

setReceivedId

public void setReceivedId(java.lang.String id)

toXML

public java.lang.String toXML()


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.