net.sf.mpxj.mspdi.schema
Class Adapter14

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

public class Adapter14
extends XmlAdapter<String,BookingType>


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

Constructor Detail

Adapter14

public Adapter14()
Method Detail

unmarshal

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

marshal

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


Copyright © 2012. All Rights Reserved.