public class DefaultTestStepProperty extends Object implements TestStepProperty, RenameableTestProperty
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | DefaultTestStepProperty.PropertyHandlerHandler for providing and setting property values | 
| static class  | DefaultTestStepProperty.PropertyHandlerAdapterEmpty implementation of PropertyHandler interface | 
| static class  | DefaultTestStepProperty.SimplePropertyHandlerSimple implementation of PropertyHandler interface | 
| Constructor and Description | 
|---|
| DefaultTestStepProperty(String name,
                       boolean isReadOnly,
                       DefaultTestStepProperty.PropertyHandler handler,
                       WsdlTestStep testStep) | 
| DefaultTestStepProperty(String name,
                       boolean isReadOnly,
                       DefaultTestStepProperty.PropertyHandler handler,
                       WsdlTestStep testStep,
                       boolean requestPart) | 
| DefaultTestStepProperty(String name,
                       boolean isReadOnly,
                       WsdlTestStep testStep) | 
| DefaultTestStepProperty(String name,
                       WsdlTestStep testStep) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDefaultValue() | 
| String | getDescription() | 
| ModelItem | getModelItem()Gets the modelItem containing this property | 
| String | getName() | 
| org.apache.xmlbeans.SchemaType | getSchemaType() | 
| TestStep | getTestStep() | 
| QName | getType() | 
| String | getValue() | 
| boolean | isReadOnly() | 
| boolean | isRequestPart()defines if specific property belongs to request part | 
| void | setDescription(String description) | 
| void | setIsReadOnly(boolean isReadOnly) | 
| void | setName(String name) | 
| void | setPropertyHandler(DefaultTestStepProperty.PropertyHandler handler) | 
| void | setValue(String value) | 
public DefaultTestStepProperty(String name, boolean isReadOnly, DefaultTestStepProperty.PropertyHandler handler, WsdlTestStep testStep)
public DefaultTestStepProperty(String name, boolean isReadOnly, DefaultTestStepProperty.PropertyHandler handler, WsdlTestStep testStep, boolean requestPart)
public DefaultTestStepProperty(String name, WsdlTestStep testStep)
public DefaultTestStepProperty(String name, boolean isReadOnly, WsdlTestStep testStep)
public String getDescription()
getDescription in interface TestPropertypublic void setDescription(String description)
public String getName()
getName in interface TestPropertypublic void setName(String name)
setName in interface RenameableTestPropertypublic void setIsReadOnly(boolean isReadOnly)
public boolean isReadOnly()
isReadOnly in interface TestPropertypublic void setPropertyHandler(DefaultTestStepProperty.PropertyHandler handler)
public String getValue()
getValue in interface TestPropertypublic void setValue(String value)
setValue in interface TestPropertypublic TestStep getTestStep()
getTestStep in interface TestStepPropertypublic QName getType()
getType in interface TestPropertypublic ModelItem getModelItem()
TestPropertygetModelItem in interface TestPropertypublic String getDefaultValue()
getDefaultValue in interface TestPropertypublic boolean isRequestPart()
TestPropertyisRequestPart in interface TestPropertypublic org.apache.xmlbeans.SchemaType getSchemaType()
getSchemaType in interface TestPropertyCopyright © 2019. All Rights Reserved.