NAME
XML::SRS::TimeStamp - Class representing an SRS timestamp
DESCRIPTION
This class represents an SRS timestamp
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.
hour
Required. Must be of type XML::SRS::Time::Sexagesimal. Maps to the XML attribute 'Hour'
month
Required. Must be of type XML::SRS::Number. Maps to the XML attribute 'Month'
second
Must be of type XML::SRS::Time::Sexagesimal. Maps to the XML attribute 'Second'
tz_offset
Must be of type XML::SRS::Time::TZOffset. Maps to the XML attribute 'TimeZoneOffset'
minute
Required. Must be of type XML::SRS::Time::Sexagesimal. Maps to the XML attribute 'Minute'
day
Required. Must be of type XML::SRS::Number. Maps to the XML attribute 'Day'
year
Required. Must be of type XML::SRS::Number. Maps to the XML attribute 'Year'
METHODS
new(%params)
Construct a new XML::SRS::Request object. %params specifies the initial values of the attributes.