com.cisco.oss.foundation.configuration.xml.jaxb
Class Adapter1

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,Integer>
      extended by com.cisco.oss.foundation.configuration.xml.jaxb.Adapter1

public class Adapter1
extends XmlAdapter<String,Integer>


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

Constructor Detail

Adapter1

public Adapter1()
Method Detail

unmarshal

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

marshal

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


Copyright © 2014 Cisco. All Rights Reserved.