The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

MyTypes::Address

DESCRIPTION

Perl data type class for the XML Schema defined complextype Address from the namespace http://www.example.org/benchmark/.

PROPERTIES

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

Street
ZIP
City
Country
PhoneNumber
MobilePhoneNumber

METHODS

new

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

{ # MyTypes::Address
  Street =>  $some_value, # string
  ZIP =>  $some_value, # string
  City =>  $some_value, # string
  Country =>  $some_value, # string
  PhoneNumber => $some_value, # PhoneNumber
  MobilePhoneNumber => $some_value, # PhoneNumber
},

AUTHOR

Generated by SOAP::WSDL