com.eviware.soapui.impl.wsdl.teststeps
Class WsdlPropertiesTestStep.StepProperty

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.teststeps.WsdlPropertiesTestStep.StepProperty
All Implemented Interfaces:
TestStepProperty
Enclosing class:
WsdlPropertiesTestStep

public class WsdlPropertiesTestStep.StepProperty
extends java.lang.Object
implements TestStepProperty

Internal property class

Author:
ole

Constructor Summary
WsdlPropertiesTestStep.StepProperty(com.eviware.soapui.config.PropertyConfig propertyConfig)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 TestStep getTestStep()
           
 java.lang.String getValue()
           
 boolean isReadOnly()
           
 void setConfig(com.eviware.soapui.config.PropertyConfig propertyConfig)
           
 void setName(java.lang.String name)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlPropertiesTestStep.StepProperty

public WsdlPropertiesTestStep.StepProperty(com.eviware.soapui.config.PropertyConfig propertyConfig)
Method Detail

setConfig

public void setConfig(com.eviware.soapui.config.PropertyConfig propertyConfig)

getName

public java.lang.String getName()
Specified by:
getName in interface TestStepProperty

setName

public void setName(java.lang.String name)

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface TestStepProperty

getValue

public java.lang.String getValue()
Specified by:
getValue in interface TestStepProperty

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface TestStepProperty

isReadOnly

public boolean isReadOnly()
Specified by:
isReadOnly in interface TestStepProperty

getTestStep

public TestStep getTestStep()
Specified by:
getTestStep in interface TestStepProperty


Copyright © 2005-2007 eviware.com. All Rights Reserved.