fipaos.parser.envelope.xml
Interface Params

All Known Implementing Classes:
ParamsImpl

public interface Params


Method Summary
 AclRepresentationgetAclRepresentation()
           
 CommentsgetComments()
           
 DategetDate()
           
 EncryptedgetEncrypted()
           
 FromgetFrom()
           
 StringgetIndex()
           
 IntendedReceivergetIntendedReceiver()
           
 PayloadEncodinggetPayloadEncoding()
           
 PayloadLengthgetPayloadLength()
           
 ReceivedgetReceived()
           
 TogetTo()
           
 voidsetAclRepresentation(AclRepresentation aclRepresentation)
           
 voidsetComments(Comments comments)
           
 voidsetDate(Date date)
           
 voidsetEncrypted(Encrypted encrypted)
           
 voidsetFrom(From from)
           
 voidsetIndex(String index)
           
 voidsetIntendedReceiver(IntendedReceiver intendedReceiver)
           
 voidsetPayloadEncoding(PayloadEncoding payloadEncoding)
           
 voidsetPayloadLength(PayloadLength payloadLength)
           
 voidsetReceived(Received received)
           
 voidsetTo(To to)
           

Method Detail

getAclRepresentation

public AclRepresentation getAclRepresentation()

getComments

public Comments getComments()

getDate

public Date getDate()

getEncrypted

public Encrypted getEncrypted()

getFrom

public From getFrom()

getIndex

public String getIndex()

getIntendedReceiver

public IntendedReceiver getIntendedReceiver()

getPayloadEncoding

public PayloadEncoding getPayloadEncoding()

getPayloadLength

public PayloadLength getPayloadLength()

getReceived

public Received getReceived()

getTo

public To getTo()

setAclRepresentation

public void setAclRepresentation(AclRepresentation aclRepresentation)

setComments

public void setComments(Comments comments)

setDate

public void setDate(Date date)

setEncrypted

public void setEncrypted(Encrypted encrypted)

setFrom

public void setFrom(From from)

setIndex

public void setIndex(String index)

setIntendedReceiver

public void setIntendedReceiver(IntendedReceiver intendedReceiver)

setPayloadEncoding

public void setPayloadEncoding(PayloadEncoding payloadEncoding)

setPayloadLength

public void setPayloadLength(PayloadLength payloadLength)

setReceived

public void setReceived(Received received)

setTo

public void setTo(To to)