net.sf.mpxj.mspdi.schema
Class Adapter2

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,BigDecimal>
      extended by net.sf.mpxj.mspdi.schema.Adapter2

public class Adapter2
extends XmlAdapter<String,BigDecimal>


Constructor Summary
Adapter2()
           
 
Method Summary
 String marshal(BigDecimal value)
           
 BigDecimal unmarshal(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Adapter2

public Adapter2()
Method Detail

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.