The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MyTypes::test2

DESCRIPTION

Perl data type class for the XML Schema defined complextype test2 from the namespace urn:HelloWorld.

PROPERTIES

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

 name
 givenName

METHODS

new

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

 { # MyTypes::test2
   name =>  $some_value, # string
   givenName =>  $some_value, # string
 },

AUTHOR

Generated by SOAP::WSDL