Class XmlBMUVersionAdapter


  • public class XmlBMUVersionAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​BMUVersion>
    Adapter fuer die Konvertierung einer BMUVersion.
    • Constructor Detail

      • XmlBMUVersionAdapter

        public XmlBMUVersionAdapter()
    • Method Detail

      • unmarshal

        public final BMUVersion unmarshal​(java.lang.String version)
                                   throws java.lang.Exception
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​BMUVersion>
        Throws:
        java.lang.Exception
      • marshal

        public final java.lang.String marshal​(BMUVersion bmuVersion)
                                       throws java.lang.Exception
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​BMUVersion>
        Throws:
        java.lang.Exception