net.sf.mpxj.mspdi.schema
Class Adapter6

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

public class Adapter6
extends XmlAdapter<String,CurrencySymbolPosition>


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

Constructor Detail

Adapter6

public Adapter6()
Method Detail

unmarshal

public CurrencySymbolPosition unmarshal(String value)
Specified by:
unmarshal in class XmlAdapter<String,CurrencySymbolPosition>

marshal

public String marshal(CurrencySymbolPosition value)
Specified by:
marshal in class XmlAdapter<String,CurrencySymbolPosition>


Copyright © 2012. All Rights Reserved.