NAME
DAIA::Available - Information about a service that is currently unavailable
VERSION
version 0.43
DESCRIPTION
This class is derived from DAIA::Availability - see that class for details. In addition there is the property delay that holds an XML Schema duration value or the special value unknown. Obviously the status property of a DAIA::Unavailable object is always 1.
PROPERTIES
- href
-
An URL to perform, register or reserve the service.
- limitation
-
An array reference with limitations (DAIA::Limitation objects).
- message
-
An array reference with DAIA::Message objects about this specific service.
- delay
-
A delay as duration string (XML Schema
xs:duration). To get the delay as DateTime::Duration object, use theparse_durationfunction that can be exported on request.
AUTHOR
Jakob Voß
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Jakob Voß.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.