public class SampleValueAdapter extends XmlAdapter<StringSampleValue,SampleValue<?>>
| Constructor and Description | 
|---|
SampleValueAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
StringSampleValue | 
marshal(SampleValue<?> value)  | 
SampleValue<?> | 
unmarshal(StringSampleValue value)  | 
public StringSampleValue marshal(SampleValue<?> value) throws Exception
marshal in class XmlAdapter<StringSampleValue,SampleValue<?>>Exceptionpublic SampleValue<?> unmarshal(StringSampleValue value) throws Exception
unmarshal in class XmlAdapter<StringSampleValue,SampleValue<?>>ExceptionCopyright © 2016. All rights reserved.