Class ScAdapter


  • public final class ScAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<ScType,​Sc>

    This class is an adapter used during unmarshalling of GBT SC instances.

    • Constructor Detail

      • ScAdapter

        public ScAdapter()
    • Method Detail

      • unmarshal

        public Sc unmarshal​(ScType sc)
                     throws java.lang.Exception
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<ScType,​Sc>
        Throws:
        java.lang.Exception
      • marshal

        public ScType marshal​(Sc sc)
                       throws java.lang.Exception
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<ScType,​Sc>
        Throws:
        java.lang.Exception