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

NAME

MyElements::GetWeather

SYNOPSIS

DESCRIPTION

Type class for the XML element GetWeather.

PROPERTIES

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

 CityName
 CountryName

Object structure

        CityName => 'SOAP::WSDL::XSD::Typelib::Builtin::string',        
        
        CountryName => 'SOAP::WSDL::XSD::Typelib::Builtin::string',        
        

Structure as perl hash:

 The object structure is displayed as hash below though this is not correct.
 Complex hash elements actually are objects of their corresponding classes 
 (look for classes of the same name in your typleib).
 new() will accept a hash structure like this, but transform it to a object 
 tree.

    'GetWeather'=> {
     'CityName' => $someValue,
     'CountryName' => $someValue,
   },