Class WsdlConfiguration

java.lang.Object
org.citrusframework.mvn.plugin.config.tests.WsdlConfiguration
All Implemented Interfaces:
Serializable

public class WsdlConfiguration extends Object implements Serializable
Since:
2.7.4
Author:
Christoph Deppisch
See Also:
  • Constructor Details

    • WsdlConfiguration

      public WsdlConfiguration()
  • Method Details

    • getMode

      public String getMode()
      Gets the mode.
      Returns:
    • setMode

      public void setMode(String mode)
      Sets the mode.
      Parameters:
      mode -
    • getFile

      public String getFile()
      Gets the file.
      Returns:
    • setFile

      public void setFile(String file)
      Sets the file.
      Parameters:
      file -
    • getOperation

      public String getOperation()
      Gets the operation.
      Returns:
    • setOperation

      public void setOperation(String operation)
      Sets the operation.
      Parameters:
      operation -
    • getMappings

      public MappingsConfiguration getMappings()
      Gets the mappings.
      Returns:
    • setMappings

      public void setMappings(MappingsConfiguration mappings)
      Sets the mappings.
      Parameters:
      mappings -