Uses of Class
com.consol.citrus.model.testcase.http.ClientRequestType.Body.Element
-
Packages that use ClientRequestType.Body.Element Package Description com.consol.citrus.model.testcase.http -
-
Uses of ClientRequestType.Body.Element in com.consol.citrus.model.testcase.http
Fields in com.consol.citrus.model.testcase.http with type parameters of type ClientRequestType.Body.Element Modifier and Type Field Description protected List<ClientRequestType.Body.Element>ClientRequestType.Body. elementsMethods in com.consol.citrus.model.testcase.http that return ClientRequestType.Body.Element Modifier and Type Method Description ClientRequestType.Body.ElementObjectFactory. createClientRequestTypeBodyElement()Create an instance ofClientRequestType.Body.ElementMethods in com.consol.citrus.model.testcase.http that return types with arguments of type ClientRequestType.Body.Element Modifier and Type Method Description List<ClientRequestType.Body.Element>ClientRequestType.Body. getElements()Gets the value of the elements property.
-