com.eviware.soapui.impl.wsdl.support
Class XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.support.XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty
All Implemented Interfaces:
TestProperty
Enclosing class:
XmlBeansPropertiesTestPropertyHolder

public class XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty
extends java.lang.Object
implements TestProperty

Internal property class

Author:
ole

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.eviware.soapui.model.testsuite.TestProperty
TestProperty.Type
 
Constructor Summary
XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty(com.eviware.soapui.config.PropertyConfig propertyConfig)
           
 
Method Summary
 java.lang.String getDescription()
           
 ModelItem getModelItem()
          Gets the modelItem containing this property
 java.lang.String getName()
           
 TestProperty.Type getType()
           
 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

XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty

public XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty(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 TestProperty

setName

public void setName(java.lang.String name)

getDescription

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

getValue

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

setValue

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

isReadOnly

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

getType

public TestProperty.Type getType()
Specified by:
getType in interface TestProperty

getModelItem

public ModelItem getModelItem()
Description copied from interface: TestProperty
Gets the modelItem containing this property

Specified by:
getModelItem in interface TestProperty
Returns:
the modelItem containing this property


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