You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2024. It is now read-only.
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.