Class XsdConfiguration

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

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

    • XsdConfiguration

      public XsdConfiguration()
  • 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 -
    • getRequest

      public String getRequest()
      Gets the request.
      Returns:
    • setRequest

      public void setRequest(String request)
      Sets the request.
      Parameters:
      request -
    • getResponse

      public String getResponse()
      Gets the response.
      Returns:
    • setResponse

      public void setResponse(String response)
      Sets the response.
      Parameters:
      response -
    • getMappings

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

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