public interface XmlTemplateInterface
| Modifier and Type | Method and Description | 
|---|---|
com.eviware.soapui.config.XmlTemplatesTypeConfig | 
getConfig()  | 
String | 
getName()  | 
String | 
getPath()  | 
com.eviware.soapui.config.ScopeTypeConfig.Enum | 
getScope()  | 
QName | 
getType()  | 
String | 
getValue()  | 
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)  | 
void setName(String name)
String getName()
QName getType()
String getValue()
void setValue(String value)
com.eviware.soapui.config.ScopeTypeConfig.Enum getScope()
void setScope(com.eviware.soapui.config.ScopeTypeConfig.Enum scope)
void setConfig(com.eviware.soapui.config.XmlTemplatesTypeConfig xmlTemplatesTypeConfig)
void setPath(String path)
String getPath()
com.eviware.soapui.config.XmlTemplatesTypeConfig getConfig()
Copyright © 2019. All rights reserved.