public class DrivingDirectionAdapter extends XmlAdapter<String,DrivingDirectionType>
| Constructor and Description | 
|---|
DrivingDirectionAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
marshal(DrivingDirectionType drivingDirection) | 
DrivingDirectionType | 
unmarshal(String field) | 
public DrivingDirectionType unmarshal(String field) throws IllegalArgumentException
unmarshal in class XmlAdapter<String,DrivingDirectionType>IllegalArgumentExceptionpublic String marshal(DrivingDirectionType drivingDirection) throws IllegalArgumentException
marshal in class XmlAdapter<String,DrivingDirectionType>IllegalArgumentExceptionCopyright © 2014–2019 Delft University of Technology. All rights reserved.