Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Field and Description |
---|---|
static WsaVersionTypeConfig.Enum |
WsaVersionTypeConfig.NONE |
static WsaVersionTypeConfig.Enum |
WsaVersionTypeConfig.X_200408 |
static WsaVersionTypeConfig.Enum |
WsaVersionTypeConfig.X_200508 |
Modifier and Type | Method and Description |
---|---|
static WsaVersionTypeConfig.Enum |
WsaVersionTypeConfig.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none.
|
static WsaVersionTypeConfig.Enum |
WsaVersionTypeConfig.Enum.forString(String s)
Returns the enum value for a string, or null if none.
|
WsaVersionTypeConfig.Enum |
WsaConfigConfig.getVersion()
Gets the "version" attribute
|
WsaVersionTypeConfig.Enum |
WsdlInterfaceConfig.getWsaVersion()
Gets the "wsaVersion" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
WsaConfigConfig.setVersion(WsaVersionTypeConfig.Enum version)
Sets the "version" attribute
|
void |
WsdlInterfaceConfig.setWsaVersion(WsaVersionTypeConfig.Enum wsaVersion)
Sets the "wsaVersion" attribute
|
Modifier and Type | Method and Description |
---|---|
WsaVersionTypeConfig.Enum |
WsaConfigConfigImpl.getVersion()
Gets the "version" attribute
|
WsaVersionTypeConfig.Enum |
WsdlInterfaceConfigImpl.getWsaVersion()
Gets the "wsaVersion" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
WsaConfigConfigImpl.setVersion(WsaVersionTypeConfig.Enum version)
Sets the "version" attribute
|
void |
WsdlInterfaceConfigImpl.setWsaVersion(WsaVersionTypeConfig.Enum wsaVersion)
Sets the "wsaVersion" attribute
|
Copyright © 2019. All Rights Reserved.