Class NodeIdAdapter


  • public class NodeIdAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Integer,​OnmsNode>
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeIdAdapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer marshal​(OnmsNode v)  
      OnmsNode unmarshal​(java.lang.Integer v)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeIdAdapter

        public NodeIdAdapter()
    • Method Detail

      • marshal

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

        public OnmsNode unmarshal​(java.lang.Integer v)
                           throws java.lang.Exception
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Integer,​OnmsNode>
        Throws:
        java.lang.Exception