org.owasp.webscarab.plugin.webservice
Class ArrayValue
java.lang.Object
org.owasp.webscarab.plugin.webservice.Value
org.owasp.webscarab.plugin.webservice.ArrayValue
public class ArrayValue
- extends Value
- Author:
- rdawes
Constructor Summary |
ArrayValue(java.lang.String name,
QName typeName,
Type type,
QName componentTypeName,
Type componentType)
Creates a new instance of ArrayValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayValue
public ArrayValue(java.lang.String name,
QName typeName,
Type type,
QName componentTypeName,
Type componentType)
- Creates a new instance of ArrayValue
getComponentTypeName
public QName getComponentTypeName()
getComponentType
public Type getComponentType()
getCount
public int getCount()
addValue
public void addValue(Value value)
setValue
public void setValue(int index,
Value value)
removeValue
public void removeValue(int index)
getValue
public Value getValue(int index)