com.eviware.soapui.impl.rest.support
Class XmlBeansRestParamsTestPropertyHolder.RestParamProperty
java.lang.Object
com.eviware.soapui.impl.rest.support.XmlBeansRestParamsTestPropertyHolder.RestParamProperty
- All Implemented Interfaces:
- RestParameter, RenameableTestProperty, TestProperty
- Enclosing class:
- XmlBeansRestParamsTestPropertyHolder
public class XmlBeansRestParamsTestPropertyHolder.RestParamProperty
- extends java.lang.Object
- implements RenameableTestProperty, RestParameter
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlBeansRestParamsTestPropertyHolder.RestParamProperty
public XmlBeansRestParamsTestPropertyHolder.RestParamProperty(com.eviware.soapui.config.RestParameterConfig propertyConfig)
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
addPropertyChangeListener
public void addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
setConfig
public void setConfig(com.eviware.soapui.config.RestParameterConfig restParameterConfig)
getName
public java.lang.String getName()
- Specified by:
getName
in interface RestParameter
- Specified by:
getName
in interface TestProperty
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface RestParameter
- Specified by:
setName
in interface RenameableTestProperty
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface RestParameter
- Specified by:
getDescription
in interface TestProperty
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in interface RestParameter
getStyle
public XmlBeansRestParamsTestPropertyHolder.ParameterStyle getStyle()
- Specified by:
getStyle
in interface RestParameter
setStyle
public void setStyle(XmlBeansRestParamsTestPropertyHolder.ParameterStyle style)
- Specified by:
setStyle
in interface RestParameter
getValue
public java.lang.String getValue()
- Specified by:
getValue
in interface RestParameter
- Specified by:
getValue
in interface TestProperty
setValue
public void setValue(java.lang.String value)
- Specified by:
setValue
in interface RestParameter
- Specified by:
setValue
in interface TestProperty
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly
in interface RestParameter
- Specified by:
isReadOnly
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
getDefaultValue
public java.lang.String getDefaultValue()
- Specified by:
getDefaultValue
in interface RestParameter
- Specified by:
getDefaultValue
in interface TestProperty
getOptions
public java.lang.String[] getOptions()
- Specified by:
getOptions
in interface RestParameter
getRequired
public boolean getRequired()
- Specified by:
getRequired
in interface RestParameter
getType
public javax.xml.namespace.QName getType()
- Specified by:
getType
in interface RestParameter
- Specified by:
getType
in interface TestProperty
setOptions
public void setOptions(java.lang.String[] arg0)
- Specified by:
setOptions
in interface RestParameter
setRequired
public void setRequired(boolean arg0)
- Specified by:
setRequired
in interface RestParameter
setType
public void setType(javax.xml.namespace.QName arg0)
- Specified by:
setType
in interface RestParameter
setDefaultValue
public void setDefaultValue(java.lang.String default1)
- Specified by:
setDefaultValue
in interface RestParameter
getConfig
public com.eviware.soapui.config.RestParameterConfig getConfig()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
reset
public void reset()
Copyright © 2005-2008 eviware.com. All Rights Reserved.