net.sf.mpxj.mspdi.schema
Class Adapter12

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

public class Adapter12
extends XmlAdapter<String,WorkGroup>


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

Constructor Detail

Adapter12

public Adapter12()
Method Detail

unmarshal

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

marshal

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


Copyright © 2012. All Rights Reserved.