| DAIA documentation | view source | Contained in the DAIA distribution. |
DAIA::Available - Information about a service that is currently unavailable
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.
An URL to perform, register or reserve the service.
An array reference with limitations (DAIA::Limitation objects).
An array reference with DAIA::Message objects about this specific service.
A delay as duration string (XML Schema xs:duration). To get the
delay as DateTime::Duration object, use the parse_duration
function that can be exported on request.
Jakob Voss <jakob.voss@gbv.de>
Copyright (C) 2009-2010 by Verbundzentrale Goettingen (VZG) and Jakob Voss
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
| DAIA documentation | view source | Contained in the DAIA distribution. |