org.owasp.webscarab.plugin.webservice
Class ComplexValue
java.lang.Object
org.owasp.webscarab.plugin.webservice.Value
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComplexValue
public ComplexValue(java.lang.String name,
QName typeName,
Type type)
- Creates a new instance of ComplexValue
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)