SOAP::WSDL::Generator::Template::XSD::complexType.tt |
[% type_prefix %]::[% complexType.get_name %]
Perl data type class for the XML Schema defined complextype [% complexType.get_name %] from the namespace [% complexType.get_targetNamespace %].
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
[% FOREACH element = complexType.get_element -%] [% element.get_name %] [% END %]
Constructor. The following data structure may be passed to new():
[% indent = ' '; INCLUDE complexType/POD/structure.tt %]
Generated by SOAP::WSDL
SOAP::WSDL::Generator::Template::XSD::complexType.tt |