fipaos.parser.envelope.xml
Interface Params
- All Known Implementing Classes:
- ParamsImpl
- public interface Params
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)