org.owasp.webscarab.plugin.webservice
Class ComplexValue

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

public class ComplexValue
extends Value

Author:
rdawes

Constructor Summary
ComplexValue(java.lang.String name, QName typeName, Type type)
          Creates a new instance of ComplexValue
 
Method Summary
 int getFieldCount()
           
 java.lang.String getFieldName(int i)
           
 Value getValue(java.lang.String name)
           
 void setValue(java.lang.String name, Value 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

ComplexValue

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

Method Detail

getFieldCount

public int getFieldCount()

getFieldName

public java.lang.String getFieldName(int i)

getValue

public Value getValue(java.lang.String name)

setValue

public void setValue(java.lang.String name,
                     Value value)