Output

data class Output(val name: String? = null, val body: SoapOperation.Body)(source)

Constructors

Link copied to clipboard
constructor(name: String? = null, body: SoapOperation.Body)

Properties

Link copied to clipboard
@XmlElement
@XmlSerialName(value = "body", namespace = "http://schemas.xmlsoap.org/wsdl/soap/")
val body: SoapOperation.Body
Link copied to clipboard
val name: String?