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