public class StopAgencyAndIdAdapter extends XmlAdapter<AgencyAndIdType,Stop>
Constructor and Description |
---|
StopAgencyAndIdAdapter() |
Modifier and Type | Method and Description |
---|---|
AgencyAndIdType |
marshal(Stop arg) |
Stop |
unmarshal(AgencyAndIdType arg) |
public Stop unmarshal(AgencyAndIdType arg) throws Exception
unmarshal
in class XmlAdapter<AgencyAndIdType,Stop>
Exception
public AgencyAndIdType marshal(Stop arg) throws Exception
marshal
in class XmlAdapter<AgencyAndIdType,Stop>
Exception
Copyright © 2019. All rights reserved.