net.sf.mpxj.mspdi.schema
Class Adapter7

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

public class Adapter7
extends XmlAdapter<String,TaskType>


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

Constructor Detail

Adapter7

public Adapter7()
Method Detail

unmarshal

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

marshal

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


Copyright © 2012. All Rights Reserved.