Class XsdConfiguration
java.lang.Object
org.citrusframework.mvn.plugin.config.tests.XsdConfiguration
- All Implemented Interfaces:
Serializable
- Since:
- 2.7.4
- Author:
- Christoph Deppisch
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()Gets the file.Gets the mappings.getMode()Gets the mode.Gets the request.Gets the response.voidSets the file.voidsetMappings(MappingsConfiguration mappings) Sets the mappings.voidSets the mode.voidsetRequest(String request) Sets the request.voidsetResponse(String response) Sets the response.
-
Constructor Details
-
XsdConfiguration
public XsdConfiguration()
-
-
Method Details
-
getMode
Gets the mode.- Returns:
-
setMode
Sets the mode.- Parameters:
mode-
-
getFile
Gets the file.- Returns:
-
setFile
Sets the file.- Parameters:
file-
-
getRequest
Gets the request.- Returns:
-
setRequest
Sets the request.- Parameters:
request-
-
getResponse
Gets the response.- Returns:
-
setResponse
Sets the response.- Parameters:
response-
-
getMappings
Gets the mappings.- Returns:
-
setMappings
Sets the mappings.- Parameters:
mappings-
-