ONVIF::Device::Elements::SetSystemFactoryDefault
Contents
Description
Perl data type class for the XML Schema defined element SetSystemFactoryDefault from the namespace
http://www.onvif.org/ver10/device/wsdl.
Methods
new
my $element = ONVIF::Device::Elements::SetSystemFactoryDefault->new($data);
Constructor. The following data structure may be passed to new():
{
FactoryDefault => $some_value, # FactoryDefaultType
},
Name
ONVIF::Device::Elements::SetSystemFactoryDefault
Properties
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
• FactoryDefault
$element->set_FactoryDefault($data);
$element->get_FactoryDefault();
