public class StopAgencyAndIdArrayListAdapter extends XmlAdapter<ArrayList<AgencyAndIdType>,ArrayList<org.onebusaway.gtfs.model.Stop>>
Constructor and Description |
---|
StopAgencyAndIdArrayListAdapter() |
Modifier and Type | Method and Description |
---|---|
ArrayList<AgencyAndIdType> |
marshal(ArrayList<org.onebusaway.gtfs.model.Stop> arg) |
ArrayList<org.onebusaway.gtfs.model.Stop> |
unmarshal(ArrayList<AgencyAndIdType> arg) |
public ArrayList<org.onebusaway.gtfs.model.Stop> unmarshal(ArrayList<AgencyAndIdType> arg) throws Exception
unmarshal
in class XmlAdapter<ArrayList<AgencyAndIdType>,ArrayList<org.onebusaway.gtfs.model.Stop>>
Exception
public ArrayList<AgencyAndIdType> marshal(ArrayList<org.onebusaway.gtfs.model.Stop> arg) throws Exception
marshal
in class XmlAdapter<ArrayList<AgencyAndIdType>,ArrayList<org.onebusaway.gtfs.model.Stop>>
Exception
Copyright © 2018. All rights reserved.