com.aelitis.net.upnp.impl.services
Class UPnPActionArgumentImpl

java.lang.Object
  extended by com.aelitis.net.upnp.impl.services.UPnPActionArgumentImpl
All Implemented Interfaces:
UPnPActionArgument

public class UPnPActionArgumentImpl
extends Object
implements UPnPActionArgument


Field Summary
protected  String name
           
protected  String value
           
 
Constructor Summary
protected UPnPActionArgumentImpl(String _name, String _value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

value

protected String value
Constructor Detail

UPnPActionArgumentImpl

protected UPnPActionArgumentImpl(String _name,
                                 String _value)
Method Detail

getName

public String getName()
Specified by:
getName in interface UPnPActionArgument

getValue

public String getValue()
Specified by:
getValue in interface UPnPActionArgument