SOAPParam Type

A parameter for the SOAP Method .

Remarks

This type describes a parameter of the SOAP Method. SOAPParam has fields to describe the name, value, and any attributes of the parameter being described.

Fields

Attrs
String?

Extra attributes for the parameter.

Name
String?

The name of the Method parameter.

Value
String?

The value of the Method parameter.

Constructors

public constructor()



public constructor(name: String?, value: String?)



Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]