net.sf.mpxj.mspdi.schema
Class Adapter2
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,BigDecimal>
net.sf.mpxj.mspdi.schema.Adapter2
public class Adapter2
- extends XmlAdapter<String,BigDecimal>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Adapter2
public Adapter2()
unmarshal
public BigDecimal unmarshal(String value)
- Specified by:
unmarshal in class XmlAdapter<String,BigDecimal>
marshal
public String marshal(BigDecimal value)
- Specified by:
marshal in class XmlAdapter<String,BigDecimal>
Copyright © 2012. All Rights Reserved.