Class XsdDecimalToLongCents


  • public class XsdDecimalToLongCents
    extends javax.xml.bind.annotation.adapters.XmlAdapter<String,​Long>
    • Constructor Detail

      • XsdDecimalToLongCents

        public XsdDecimalToLongCents()
    • Method Detail

      • unmarshal

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

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