public class XmlTemplate extends Object implements com.eviware.soapui.model.testsuite.RenameableTestProperty, XmlTemplateInterface
| Constructor and Description |
|---|
XmlTemplate() |
XmlTemplate(com.eviware.soapui.config.XmlTemplatesTypeConfig xmlConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener) |
com.eviware.soapui.config.XmlTemplatesTypeConfig |
getConfig() |
String |
getDataType() |
String |
getDefaultValue() |
String |
getDescription() |
com.eviware.soapui.model.ModelItem |
getModelItem() |
String |
getName() |
String |
getPath() |
org.apache.xmlbeans.SchemaType |
getSchemaType() |
com.eviware.soapui.config.ScopeTypeConfig.Enum |
getScope() |
QName |
getType() |
String |
getValue() |
boolean |
isReadOnly() |
boolean |
isRequestPart() |
void |
removePropertyChangeListener(PropertyChangeListener listener) |
void |
setConfig(com.eviware.soapui.config.XmlTemplatesTypeConfig xmlTemplatesTypeConfig) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setScope(com.eviware.soapui.config.ScopeTypeConfig.Enum scope) |
void |
setValue(String value) |
public XmlTemplate()
public XmlTemplate(com.eviware.soapui.config.XmlTemplatesTypeConfig xmlConfig)
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public void setName(String name)
setName in interface com.eviware.soapui.model.testsuite.RenameableTestPropertysetName in interface XmlTemplateInterfacepublic 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.TestPropertygetName in interface XmlTemplateInterfacepublic QName getType()
getType in interface com.eviware.soapui.model.testsuite.TestPropertygetType in interface XmlTemplateInterfacepublic String getDataType()
getDataType in interface com.eviware.soapui.model.testsuite.TestPropertypublic String getValue()
getValue in interface XmlTemplateInterfacegetValue 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 XmlTemplateInterfacesetValue in interface com.eviware.soapui.tools.ValueHolderpublic com.eviware.soapui.config.ScopeTypeConfig.Enum getScope()
getScope in interface XmlTemplateInterfacepublic void setScope(com.eviware.soapui.config.ScopeTypeConfig.Enum scope)
setScope in interface XmlTemplateInterfacepublic void setConfig(com.eviware.soapui.config.XmlTemplatesTypeConfig xmlTemplatesTypeConfig)
setConfig in interface XmlTemplateInterfacepublic void setPath(String path)
setPath in interface XmlTemplateInterfacepublic String getPath()
getPath in interface XmlTemplateInterfacepublic com.eviware.soapui.config.XmlTemplatesTypeConfig getConfig()
getConfig in interface XmlTemplateInterfacepublic 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.