Package com.consol.citrus.http.xml
Class Http.HttpResponse
- java.lang.Object
-
- com.consol.citrus.xml.actions.Message
-
- com.consol.citrus.http.xml.Http.HttpResponse
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.consol.citrus.xml.actions.Message
Message.Body, Message.Expression, Message.Extract, Message.Headers
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcontentTypeprotected StringreasonPhraseprotected Stringstatusprotected Stringversion-
Fields inherited from class com.consol.citrus.xml.actions.Message
body, dataDictionary, expressions, headers, name, schema, schemaRepository, schemaValidation, type
-
-
Constructor Summary
Constructors Constructor Description HttpResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()StringgetReasonPhrase()StringgetStatus()StringgetVersion()voidsetContentType(String contentType)voidsetReasonPhrase(String reasonPhrase)voidsetStatus(String status)voidsetVersion(String version)-
Methods inherited from class com.consol.citrus.xml.actions.Message
getBody, getDataDictionary, getExpressions, getHeaders, getName, getSchema, getSchemaRepository, getType, isSchemaValidation, setBody, setDataDictionary, setHeaders, setName, setSchema, setSchemaRepository, setSchemaValidation, setType
-
-
-
-
Method Detail
-
getStatus
public String getStatus()
-
setStatus
public void setStatus(String status)
-
getReasonPhrase
public String getReasonPhrase()
-
setReasonPhrase
public void setReasonPhrase(String reasonPhrase)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getContentType
public String getContentType()
-
setContentType
public void setContentType(String contentType)
-
-