Package FIPA
Class Envelope
- java.lang.Object
-
- FIPA.Envelope
-
public final class Envelope extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringaclRepresentationStringcommentsDateTime[]dateString[]encryptedAgentID[]fromAgentID[]intendedReceiverStringpayloadEncodingintpayloadLengthReceivedObject[]receivedAgentID[]toProperty[][]transportBehaviourProperty[]userDefinedProperties
-
Constructor Summary
Constructors Constructor Description Envelope()Envelope(AgentID[] __to, AgentID[] __from, String __comments, String __aclRepresentation, int __payloadLength, String __payloadEncoding, DateTime[] __date, String[] __encrypted, AgentID[] __intendedReceiver, ReceivedObject[] __received, Property[][] __transportBehaviour, Property[] __userDefinedProperties)
-
-
-
Field Detail
-
to
public AgentID[] to
-
from
public AgentID[] from
-
comments
public String comments
-
aclRepresentation
public String aclRepresentation
-
payloadLength
public int payloadLength
-
payloadEncoding
public String payloadEncoding
-
date
public DateTime[] date
-
encrypted
public String[] encrypted
-
intendedReceiver
public AgentID[] intendedReceiver
-
received
public ReceivedObject[] received
-
transportBehaviour
public Property[][] transportBehaviour
-
userDefinedProperties
public Property[] userDefinedProperties
-
-
Constructor Detail
-
Envelope
public Envelope()
-
Envelope
public Envelope(AgentID[] __to, AgentID[] __from, String __comments, String __aclRepresentation, int __payloadLength, String __payloadEncoding, DateTime[] __date, String[] __encrypted, AgentID[] __intendedReceiver, ReceivedObject[] __received, Property[][] __transportBehaviour, Property[] __userDefinedProperties)
-
-