Class ServerRequestType
java.lang.Object
org.citrusframework.model.testcase.http.ServerRequestType
Http request type with parameters, headers and body.
Java-Klasse für ServerRequestType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ServerRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.citrusframework.org/schema/http/testcase}description" minOccurs="0"/>
<element name="param" type="{http://www.citrusframework.org/schema/http/testcase}ParamType" maxOccurs="unbounded" minOccurs="0"/>
<element name="headers" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://www.citrusframework.org/schema/http/testcase}RequestHeadersType">
<attribute name="ignore-case" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
</element>
<element name="body" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element name="payload">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="resource">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="charset" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
<element name="validate" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="script" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="groovy"/>
</restriction>
</simpleType>
</attribute>
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="xpath" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="result-type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="node"/>
<enumeration value="node-set"/>
<enumeration value="boolean"/>
<enumeration value="string"/>
<enumeration value="number"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="json-path" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="namespace" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="prefix" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="result-type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="node"/>
<enumeration value="node-set"/>
<enumeration value="boolean"/>
<enumeration value="string"/>
<enumeration value="number"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="schema-validation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="schema" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="schema-repository" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="validator" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="data-dictionary" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" default="xml" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="context-path" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava-Klasse für anonymous complex type.static classJava-Klasse für anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ServerRequestType.Bodyprotected Stringprotected Stringprotected ServerRequestType.Headersprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()Ruft den Wert der body-Eigenschaft ab.Ruft den Wert der contextPath-Eigenschaft ab.Ruft den Wert der description-Eigenschaft ab.Ruft den Wert der headers-Eigenschaft ab.Gets the value of the params property.getPath()Ruft den Wert der path-Eigenschaft ab.voidsetBody(ServerRequestType.Body value) Legt den Wert der body-Eigenschaft fest.voidsetContextPath(String value) Legt den Wert der contextPath-Eigenschaft fest.voidsetDescription(String value) Legt den Wert der description-Eigenschaft fest.voidLegt den Wert der headers-Eigenschaft fest.voidLegt den Wert der path-Eigenschaft fest.
-
Field Details
-
description
-
params
-
headers
-
body
-
path
-
contextPath
-
-
Constructor Details
-
ServerRequestType
public ServerRequestType()
-
-
Method Details
-
getDescription
Ruft den Wert der description-Eigenschaft ab.- Returns:
- possible object is
String
-
setDescription
Legt den Wert der description-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getParams
Gets the value of the params property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the params property.For example, to add a new item, do as follows:
getParams().add(newItem);Objects of the following type(s) are allowed in the list
ParamType- Returns:
- The value of the params property.
-
getHeaders
Ruft den Wert der headers-Eigenschaft ab.- Returns:
- possible object is
ServerRequestType.Headers
-
setHeaders
Legt den Wert der headers-Eigenschaft fest.- Parameters:
value- allowed object isServerRequestType.Headers
-
getBody
Ruft den Wert der body-Eigenschaft ab.- Returns:
- possible object is
ServerRequestType.Body
-
setBody
Legt den Wert der body-Eigenschaft fest.- Parameters:
value- allowed object isServerRequestType.Body
-
getPath
Ruft den Wert der path-Eigenschaft ab.- Returns:
- possible object is
String
-
setPath
Legt den Wert der path-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getContextPath
Ruft den Wert der contextPath-Eigenschaft ab.- Returns:
- possible object is
String
-
setContextPath
Legt den Wert der contextPath-Eigenschaft fest.- Parameters:
value- allowed object isString
-