Class XtrIdUri

  • All Implemented Interfaces:
    java.io.Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ScalarTypeObject<java.lang.String>, org.opendaylight.yangtools.yang.binding.TypeObject

    @Generated("mdsal-binding-generator")
    public class XtrIdUri
    extends org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XtrIdUri​(java.lang.String _value)  
      XtrIdUri​(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri source)
      Creates a new instance from Uri
      XtrIdUri​(XtrIdUri source)
      Creates a copy from Source Object.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static XtrIdUri getDefaultInstance​(java.lang.String defaultValue)  
      • Methods inherited from class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri

        equals, getValue, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XtrIdUri

        @ConstructorParameters("value")
        @ConstructorProperties("value")
        public XtrIdUri​(java.lang.String _value)
      • XtrIdUri

        public XtrIdUri​(XtrIdUri source)
        Creates a copy from Source Object.
        Parameters:
        source - Source object
      • XtrIdUri

        public XtrIdUri​(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri source)
        Creates a new instance from Uri
        Parameters:
        source - Source object
    • Method Detail

      • getDefaultInstance

        public static XtrIdUri getDefaultInstance​(java.lang.String defaultValue)