WSNotification::Elements::Renew (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
WSNotification::Elements::RenewDESCRIPTION
Perl data type class for theXML
Schema defined element
Renew from the namespace docs.oasis-open.org/wsn/b-2
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:- *
-
TerminationTime
$element->set_TerminationTime($data); $element->get_TerminationTime();
METHODS
new
my $element = WSNotification::Elements::Renew->new($data);
Constructor. The following data structure may be passed to new():
{ TerminationTime => $some_value, # AbsoluteOrRelativeTimeType },
AUTHOR
Generated bySOAP::WSDL