fipaos.parser.envelope.xml
Class EnvelopeImpl

java.lang.Object
  |
  +--fipaos.parser.envelope.xml.EnvelopeImpl
All Implemented Interfaces:
Envelope

public class EnvelopeImpl
extends java.lang.Object
implements Envelope


Constructor Summary
EnvelopeImpl()
           
 
Method Summary
 void addParams(Params params)
           
 java.util.List getParamsList()
           
 java.lang.String getXMLName()
           
 void removeParams(Params params)
           
 void setParamsList(java.util.List paramsList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvelopeImpl

public EnvelopeImpl()
Method Detail

getXMLName

public java.lang.String getXMLName()

getParamsList

public java.util.List getParamsList()
Specified by:
getParamsList in interface Envelope

setParamsList

public void setParamsList(java.util.List paramsList)
Specified by:
setParamsList in interface Envelope

addParams

public void addParams(Params params)
Specified by:
addParams in interface Envelope

removeParams

public void removeParams(Params params)
Specified by:
removeParams in interface Envelope