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

NAME

XML::SRS::Server::List - Class representing an SRS name server list

DESCRIPTION

This class represents an SRS name server list

ATTRIBUTES

Each attribute of this class has an accessor/mutator of the same name as the attribute. Additionally, they can be passed as parameters to the constructor.

nameservers

Required. Returns an ArrayRef of XML::SRS::Server objects. Maps to the XML element 'Server'.

METHODS

new(%params)

Construct a new XML::SRS::Request object. %params specifies the initial values of the attributes.

COMPOSED OF

XML::SRS::Node