ONVIF::Analytics::Elements::GetSupportedRulesResponse (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
ONVIF::Analytics::Elements::GetSupportedRulesResponseDESCRIPTION
Perl data type class for theXML
Schema defined element
GetSupportedRulesResponse from the namespace www.onvif.org/ver20/analytics/wsdl
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:- *
-
SupportedRules
$element->set_SupportedRules($data); $element->get_SupportedRules();
METHODS
new
my $element = ONVIF::Analytics::Elements::GetSupportedRulesResponse->new($data);
Constructor. The following data structure may be passed to new():
{ SupportedRules => { # ONVIF::Analytics::Types::SupportedRules RuleContentSchemaLocation => $some_value, # anyURI RuleDescription => { # ONVIF::Analytics::Types::ConfigDescription Parameters => { # ONVIF::Analytics::Types::ItemListDescription SimpleItemDescription => , ElementItemDescription => , Extension => { # ONVIF::Analytics::Types::ItemListDescriptionExtension }, }, Messages => { ParentTopic => $some_value, # string }, Extension => { # ONVIF::Analytics::Types::ConfigDescriptionExtension }, }, Extension => { # ONVIF::Analytics::Types::SupportedRulesExtension }, }, },
AUTHOR
Generated bySOAP::WSDL