net.sf.mpxj.mspdi.schema
Class Adapter16

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

public class Adapter16
extends XmlAdapter<String,TaskType>


Constructor Summary
Adapter16()
           
 
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

Adapter16

public Adapter16()
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.