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

NAME

XML::NewsML_G2::Destination - a container that can hold Destination Attributes

SYNOPSIS

    my $destination1 = XML::NewsML_G2::Destination->new(name => 'DEST1', role => 'dest:mailing');
    my $destination2 = 'DEST2';

    my $nm = XML::NewsML_G2::News_Message->new;
    $nm->add_destination($destination1);
    $nm->add_destination($destination2);

ATTRIBUTES

name

Destination name

role

Optional role

AUTHOR

Mario Paumann <mario.paumann@apa.at>

LICENCE AND COPYRIGHT

Copyright (c) 2017, APA-IT. All rights reserved.

See XML::NewsML_G2 for the license.