SOAP::WSDL::Generator::Template::XSD::complexType.tt


Back to Top


NAME

[% type_prefix %]::[% complexType.get_name %]

Back to Top


DESCRIPTION

Perl data type class for the XML Schema defined complextype [% complexType.get_name %] from the namespace [% complexType.get_targetNamespace %].

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

[% FOREACH element = complexType.get_element -%] [% element.get_name %] [% END %]

Back to Top


METHODS

new

Constructor. The following data structure may be passed to new():

[% indent = ' '; INCLUDE complexType/POD/structure.tt %]

Back to Top


AUTHOR

Generated by SOAP::WSDL

Back to Top

 SOAP::WSDL::Generator::Template::XSD::complexType.tt