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

NAME

MyTypes::ArrayOfContract

DESCRIPTION

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

PROPERTIES

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

 Contract

METHODS

new

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

 { # MyTypes::ArrayOfContract
   Contract =>    { # MyTypes::Contract
     ContractID =>  $some_value, # long
     ContractName =>  $some_value, # string
   },
 },

AUTHOR

Generated by SOAP::WSDL