public class XmlTemplateProperty extends Object implements com.eviware.soapui.model.testsuite.TestProperty, com.eviware.soapui.model.testsuite.RenameableTestProperty
| Constructor and Description |
|---|
XmlTemplateProperty(com.eviware.soapui.model.ModelItem modelItem) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataType() |
String |
getDefaultValue() |
String |
getDescription() |
com.eviware.soapui.model.ModelItem |
getModelItem() |
String |
getName() |
org.apache.xmlbeans.SchemaType |
getSchemaType() |
QName |
getType() |
String |
getValue() |
boolean |
isReadOnly() |
boolean |
isRequestPart() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setValue(String value) |
public XmlTemplateProperty(com.eviware.soapui.model.ModelItem modelItem)
public String getDefaultValue()
getDefaultValue in interface com.eviware.soapui.model.testsuite.TestPropertypublic String getDescription()
getDescription in interface com.eviware.soapui.model.testsuite.TestPropertypublic com.eviware.soapui.model.ModelItem getModelItem()
getModelItem in interface com.eviware.soapui.model.testsuite.TestPropertypublic String getName()
getName in interface com.eviware.soapui.model.testsuite.TestPropertypublic QName getType()
getType in interface com.eviware.soapui.model.testsuite.TestPropertypublic String getDataType()
getDataType in interface com.eviware.soapui.model.testsuite.TestPropertypublic String getValue()
getValue in interface com.eviware.soapui.tools.ValueHolderpublic boolean isReadOnly()
isReadOnly in interface com.eviware.soapui.model.testsuite.TestPropertypublic void setValue(String value)
setValue in interface com.eviware.soapui.tools.ValueHolderpublic void setName(String name)
setName in interface com.eviware.soapui.model.testsuite.RenameableTestPropertypublic void setDescription(String description)
public boolean isRequestPart()
isRequestPart in interface com.eviware.soapui.model.testsuite.TestPropertypublic org.apache.xmlbeans.SchemaType getSchemaType()
getSchemaType in interface com.eviware.soapui.model.testsuite.TestPropertyCopyright © 2019. All rights reserved.