Package org.somda.sdc.common.util
Class DurationAdapter
Adapter class to convert XSD durations to Java durations and vice versa.
This adapter was added because the native use of Duration does not work with all ISO 8601 formats.
Duration only accepts PnDTnHnMn.nS, whereas this adapter accepts PnYnMnWnDTnHnMn.nS.
Important note: the duration parser ignores years, months and weeks.
-
Constructor Summary
Constructors -
Method Summary