public class HardMediumSoftLongScoreJaxbXmlAdapter extends AbstractScoreJaxbXmlAdapter<HardMediumSoftLongScore>
Score type.
For example: use @XmlJavaTypeAdapter(HardSoftScoreJaxbXmlAdapter.class)
on a HardSoftScore score field and it will marshalled to XML as <score>-999hard/-999soft</score>.
| Constructor and Description |
|---|
HardMediumSoftLongScoreJaxbXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
HardMediumSoftLongScore |
unmarshal(String scoreString) |
marshalpublic HardMediumSoftLongScoreJaxbXmlAdapter()
public HardMediumSoftLongScore unmarshal(String scoreString)
unmarshal in class XmlAdapter<String,HardMediumSoftLongScore>Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.