NAME
Shipment::Temando::WSDL::Elements::addBookingDetails
VERSION
version 0.03
DESCRIPTION
Perl data type class for the XML Schema defined element addBookingDetails from the namespace http://' . $Shipment::Temando::WSDL::Interfaces::quoting_Service::quoting_port::ns_url . '/schema/2009_06/server.xsd.
NAME
Shipment::Temando::WSDL::Elements::addBookingDetails
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
requestId
$element->set_requestId($data); $element->get_requestId();
bookingNumber
$element->set_bookingNumber($data); $element->get_bookingNumber();
consignmentNumber
$element->set_consignmentNumber($data); $element->get_consignmentNumber();
consignmentDocument
$element->set_consignmentDocument($data); $element->get_consignmentDocument();
consignmentDocumentType
$element->set_consignmentDocumentType($data); $element->get_consignmentDocumentType();
METHODS
new
my $element = Shipment::Temando::WSDL::Elements::addBookingDetails->new($data);
Constructor. The following data structure may be passed to new():
{
requestId => $some_value, # positiveInteger
bookingNumber => $some_value, # BookingNumber
consignmentNumber => $some_value, # ConsignmentNumber
consignmentDocument => $some_value, # ConsignmentDocument
consignmentDocumentType => $some_value, # ConsignmentDocumentType
},
AUTHOR
Generated by SOAP::WSDL
AUTHORS
Andrew Baerg <baergaj@cpan.org>
Al Newkirk <awncorp@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Andrew Baerg.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.