Class Adapter1

java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Double>
org.cip4.lib.xjdf.schema.Adapter1

public class Adapter1 extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Double>
  • Constructor Details

    • Adapter1

      public Adapter1()
  • Method Details

    • unmarshal

      public Double unmarshal(String value)
      Specified by:
      unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Double>
    • marshal

      public String marshal(Double value)
      Specified by:
      marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Double>