com.eviware.soapui.impl.wsdl.support
Class MapTestPropertyHolder.InternalTestProperty

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

public class MapTestPropertyHolder.InternalTestProperty
extends java.lang.Object
implements TestProperty

Internal property class

Author:
ole

Constructor Summary
MapTestPropertyHolder.InternalTestProperty(java.lang.String name, java.lang.String value)
           
 
Method Summary
 java.lang.String getDefaultValue()
           
 java.lang.String getDescription()
           
 ModelItem getModelItem()
          Gets the modelItem containing this property
 java.lang.String getName()
           
 javax.xml.namespace.QName getType()
           
 java.lang.String getValue()
           
 boolean isReadOnly()
           
 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

MapTestPropertyHolder.InternalTestProperty

public MapTestPropertyHolder.InternalTestProperty(java.lang.String name,
                                                  java.lang.String value)
Method Detail

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 javax.xml.namespace.QName 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

getDefaultValue

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


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