fipaos.parser.envelope.xml
Class ParamsImpl

java.lang.Object
  |
  +--fipaos.parser.envelope.xml.ParamsImpl
All Implemented Interfaces:
Params

public class ParamsImpl
extends java.lang.Object
implements Params


Constructor Summary
ParamsImpl()
           
 
Method Summary
 AclRepresentation getAclRepresentation()
           
 Comments getComments()
           
 Date getDate()
           
 Encrypted getEncrypted()
           
 From getFrom()
           
 java.lang.String getIndex()
           
 IntendedReceiver getIntendedReceiver()
           
 PayloadEncoding getPayloadEncoding()
           
 PayloadLength getPayloadLength()
           
 Received getReceived()
           
 To getTo()
           
 java.lang.String getXMLName()
           
 void setAclRepresentation(AclRepresentation aclRepresentation)
           
 void setComments(Comments comments)
           
 void setDate(Date date)
           
 void setEncrypted(Encrypted encrypted)
           
 void setFrom(From from)
           
 void setIndex(java.lang.String index)
           
 void setIntendedReceiver(IntendedReceiver intendedReceiver)
           
 void setPayloadEncoding(PayloadEncoding payloadEncoding)
           
 void setPayloadLength(PayloadLength payloadLength)
           
 void setReceived(Received received)
           
 void setTo(To to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParamsImpl

public ParamsImpl()
Method Detail

getXMLName

public java.lang.String getXMLName()

getTo

public To getTo()
Specified by:
getTo in interface Params

setTo

public void setTo(To to)
Specified by:
setTo in interface Params

getFrom

public From getFrom()
Specified by:
getFrom in interface Params

setFrom

public void setFrom(From from)
Specified by:
setFrom in interface Params

getComments

public Comments getComments()
Specified by:
getComments in interface Params

setComments

public void setComments(Comments comments)
Specified by:
setComments in interface Params

getAclRepresentation

public AclRepresentation getAclRepresentation()
Specified by:
getAclRepresentation in interface Params

setAclRepresentation

public void setAclRepresentation(AclRepresentation aclRepresentation)
Specified by:
setAclRepresentation in interface Params

getPayloadLength

public PayloadLength getPayloadLength()
Specified by:
getPayloadLength in interface Params

setPayloadLength

public void setPayloadLength(PayloadLength payloadLength)
Specified by:
setPayloadLength in interface Params

getPayloadEncoding

public PayloadEncoding getPayloadEncoding()
Specified by:
getPayloadEncoding in interface Params

setPayloadEncoding

public void setPayloadEncoding(PayloadEncoding payloadEncoding)
Specified by:
setPayloadEncoding in interface Params

getDate

public Date getDate()
Specified by:
getDate in interface Params

setDate

public void setDate(Date date)
Specified by:
setDate in interface Params

getEncrypted

public Encrypted getEncrypted()
Specified by:
getEncrypted in interface Params

setEncrypted

public void setEncrypted(Encrypted encrypted)
Specified by:
setEncrypted in interface Params

getIntendedReceiver

public IntendedReceiver getIntendedReceiver()
Specified by:
getIntendedReceiver in interface Params

setIntendedReceiver

public void setIntendedReceiver(IntendedReceiver intendedReceiver)
Specified by:
setIntendedReceiver in interface Params

getReceived

public Received getReceived()
Specified by:
getReceived in interface Params

setReceived

public void setReceived(Received received)
Specified by:
setReceived in interface Params

getIndex

public java.lang.String getIndex()
Specified by:
getIndex in interface Params

setIndex

public void setIndex(java.lang.String index)
Specified by:
setIndex in interface Params