Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

OneBusAway SIRI v1.3 POJOs

barbeau edited this page Aug 31, 2012 · 1 revision

Support for the SIRI v 1.3 api for real-time transit data, in the form of Plain Old Java Objects (POJOSs), primarily created for use on the Android platform. The class files in this project were automatically generated from the SIRI XSD schemas, and then all xml annotations and imports for the java.xml namespace were removed. Android doesn't support XML annotations such as those used in JAXB, and therefore for binding data objects (e.g., binding Siri classes to JSON input) POJOs are required.

Clone this wiki locally