SoapType

Wrapper around a soap type.

package abstract
class SoapType {}

Constructors

this
this(string name)

Creates a new soap type.

Members

Functions

name
string name()

Gets the name of the soap type.

Meta