org.owasp.webscarab.plugin.webservice
Class SimpleValue

java.lang.Object
  extended by org.owasp.webscarab.plugin.webservice.Value
      extended by org.owasp.webscarab.plugin.webservice.SimpleValue

public class SimpleValue
extends Value

Author:
rdawes

Constructor Summary
SimpleValue(java.lang.String name, QName typeName, Type type)
          Creates a new instance of SimpleValue
 
Method Summary
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class org.owasp.webscarab.plugin.webservice.Value
getName, getType, getTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleValue

public SimpleValue(java.lang.String name,
                   QName typeName,
                   Type type)
Creates a new instance of SimpleValue

Method Detail

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)