Class InbandEventStream


  • public class InbandEventStream
    extends Object
    • Constructor Summary

      Constructors 
      Constructor Description
      InbandEventStream​(String schemeIdlUri, String value)
      Construct an InbandEventStream object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getSchemeIdUri()
      Return the scheme ID URI
      String getValue()
      Returns the value associated to the scheme ID URI
      • Methods inherited from class java.lang.Object

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

      • InbandEventStream

        public InbandEventStream​(String schemeIdlUri,
                                 String value)
        Construct an InbandEventStream object
        Parameters:
        schemeIdlUri - the scheme ID URI
        value - the value associated to the scheme
    • Method Detail

      • getSchemeIdUri

        public String getSchemeIdUri()
        Return the scheme ID URI
        Returns:
        scheme Id URI
      • getValue

        public String getValue()
        Returns the value associated to the scheme ID URI
        Returns:
        the value associated to the scheme