com.eviware.soapui.model.testsuite
Interface TestProperty

All Known Subinterfaces:
RenameableTestProperty, RestParamProperty, TestStepProperty
All Known Implementing Classes:
DefaultTestStepProperty, MapTestPropertyHolder.InternalTestProperty, RestRequestParamsPropertyHolder.InternalRestParamProperty, SensitiveInformationPropertyHolder.SensitiveTokenProperty, TestStepBeanProperty, XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty, XmlBeansRestParamsTestPropertyHolder.XmlBeansRestParamProperty

public interface TestProperty


Method Summary
 java.lang.String getDefaultValue()
           
 java.lang.String getDescription()
           
 ModelItem getModelItem()
          Gets the modelItem containing this property
 java.lang.String getName()
           
 org.apache.xmlbeans.SchemaType getSchemaType()
           
 javax.xml.namespace.QName getType()
           
 java.lang.String getValue()
           
 boolean isReadOnly()
           
 boolean isRequestPart()
          defines if specific property belongs to request part
 void setValue(java.lang.String value)
           
 

Method Detail

getName

java.lang.String getName()

getDescription

java.lang.String getDescription()

getValue

java.lang.String getValue()

getDefaultValue

java.lang.String getDefaultValue()

setValue

void setValue(java.lang.String value)

isReadOnly

boolean isReadOnly()

getType

javax.xml.namespace.QName getType()

getModelItem

ModelItem getModelItem()
Gets the modelItem containing this property

Returns:
the modelItem containing this property

isRequestPart

boolean isRequestPart()
defines if specific property belongs to request part


getSchemaType

org.apache.xmlbeans.SchemaType getSchemaType()


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