NAME
XML::NewsML_G2::News_Message - a container that can hold multiple News or Package Items
SYNOPSIS
my $nm = XML::NewsML_G2::News_Message->new();
my $ni_text = XML::NewsML_G2::News_Item_Text->new(%text_params);
my $ni_picture = XML::NewsML_G2::News_Item_Picture->new(%pic_params);
$nm->add_item($ni_text);
$nm->add_item($ni_picture);
ATTRIBUTES
- sent
-
Timestamp generated automatically
- destination
-
Intended target for news message
- items
-
A collection of news and/or package items
AUTHOR
Stefan Hrdlicka <stefan.hrdlicka@apa.at>
LICENCE AND COPYRIGHT
Copyright (c) 2013, APA-IT. All rights reserved.
See XML::NewsML_G2 for the license.