public class BarometricPressureStateAdapter extends XmlAdapter<Integer,BarometricPressureState>
| Constructor and Description |
|---|
BarometricPressureStateAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
marshal(BarometricPressureState v) |
BarometricPressureState |
unmarshal(Integer v) |
public BarometricPressureState unmarshal(Integer v) throws Exception
unmarshal in class XmlAdapter<Integer,BarometricPressureState>Exceptionpublic Integer marshal(BarometricPressureState v) throws Exception
marshal in class XmlAdapter<Integer,BarometricPressureState>ExceptionCopyright © 2016. All rights reserved.