Class GeneratedStreamConfigurationContainer

    • Field Detail

      • ID

        public static final java.lang.String ID
        Qualifier of the StreamConfigurationContainer.id attribute
        See Also:
        Constant Field Values
      • CONFIGURATIONS

        public static final java.lang.String CONFIGURATIONS
        Qualifier of the StreamConfigurationContainer.configurations attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedStreamConfigurationContainer

        public GeneratedStreamConfigurationContainer()
    • Method Detail

      • getConfigurations

        public java.util.Set<StreamConfiguration> getConfigurations​(SessionContext ctx)
        Generated method - Getter of the StreamConfigurationContainer.configurations attribute.
        Returns:
        the configurations
      • getConfigurations

        public java.util.Set<StreamConfiguration> getConfigurations()
        Generated method - Getter of the StreamConfigurationContainer.configurations attribute.
        Returns:
        the configurations
      • setConfigurations

        public void setConfigurations​(SessionContext ctx,
                                      java.util.Set<StreamConfiguration> value)
        Generated method - Setter of the StreamConfigurationContainer.configurations attribute.
        Parameters:
        value - the configurations
      • setConfigurations

        public void setConfigurations​(java.util.Set<StreamConfiguration> value)
        Generated method - Setter of the StreamConfigurationContainer.configurations attribute.
        Parameters:
        value - the configurations
      • addToConfigurations

        public void addToConfigurations​(SessionContext ctx,
                                        StreamConfiguration value)
        Generated method - Adds value to configurations.
        Parameters:
        value - the item to add to configurations
      • addToConfigurations

        public void addToConfigurations​(StreamConfiguration value)
        Generated method - Adds value to configurations.
        Parameters:
        value - the item to add to configurations
      • removeFromConfigurations

        public void removeFromConfigurations​(SessionContext ctx,
                                             StreamConfiguration value)
        Generated method - Removes value from configurations.
        Parameters:
        value - the item to remove from configurations
      • removeFromConfigurations

        public void removeFromConfigurations​(StreamConfiguration value)
        Generated method - Removes value from configurations.
        Parameters:
        value - the item to remove from configurations
      • getId

        public java.lang.String getId​(SessionContext ctx)
        Generated method - Getter of the StreamConfigurationContainer.id attribute.
        Returns:
        the id
      • getId

        public java.lang.String getId()
        Generated method - Getter of the StreamConfigurationContainer.id attribute.
        Returns:
        the id
      • setId

        protected void setId​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the StreamConfigurationContainer.id attribute.
        Parameters:
        value - the id
      • setId

        protected void setId​(java.lang.String value)
        Generated method - Setter of the StreamConfigurationContainer.id attribute.
        Parameters:
        value - the id