Class Adapter1

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

public class Adapter1 extends jakarta.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 jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Double>
    • marshal

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