public class AgencyAdapter extends XmlAdapter<AgencyType,org.onebusaway.gtfs.model.Agency>
| Constructor and Description |
|---|
AgencyAdapter() |
| Modifier and Type | Method and Description |
|---|---|
AgencyType |
marshal(org.onebusaway.gtfs.model.Agency arg) |
org.onebusaway.gtfs.model.Agency |
unmarshal(AgencyType arg) |
public org.onebusaway.gtfs.model.Agency unmarshal(AgencyType arg) throws Exception
unmarshal in class XmlAdapter<AgencyType,org.onebusaway.gtfs.model.Agency>Exceptionpublic AgencyType marshal(org.onebusaway.gtfs.model.Agency arg) throws Exception
marshal in class XmlAdapter<AgencyType,org.onebusaway.gtfs.model.Agency>ExceptionCopyright © 2018. All rights reserved.