SoapComplexType

Wrapper around a complex type.

Constructors

this
this(string name)

Creates a new complex type.

Members

Functions

addElement
void addElement(SoapElement element)

Adds an element to the complex type.

Properties

elements
SoapElement[] elements [@property getter]

Gets the elements of the complex type.

Inherited Members

From SoapType

name
string name()

Gets the name of the soap type.

Meta