Class GeneratedCecService

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    CecService

    public abstract class GeneratedCecService
    extends GenericItem
    Generated class for type CecService.
    See Also:
    Serialized Form
    • Field Detail

      • IDENTIFIER

        public static final java.lang.String IDENTIFIER
        Qualifier of the CecService.identifier attribute
        See Also:
        Constant Field Values
      • SERVICEURL

        public static final java.lang.String SERVICEURL
        Qualifier of the CecService.serviceURL attribute
        See Also:
        Constant Field Values
      • ADDITIONALCONFIGURATIONS

        public static final java.lang.String ADDITIONALCONFIGURATIONS
        Qualifier of the CecService.additionalConfigurations attribute
        See Also:
        Constant Field Values
      • CECSERVICEMAPPINGS

        public static final java.lang.String CECSERVICEMAPPINGS
        Qualifier of the CecService.CecServiceMappings 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

      • GeneratedCecService

        public GeneratedCecService()
    • Method Detail

      • getAllAdditionalConfigurations

        public java.util.Map<java.lang.String,​java.lang.String> getAllAdditionalConfigurations​(SessionContext ctx)
        Generated method - Getter of the CecService.additionalConfigurations attribute.
        Returns:
        the additionalConfigurations
      • getAllAdditionalConfigurations

        public java.util.Map<java.lang.String,​java.lang.String> getAllAdditionalConfigurations()
        Generated method - Getter of the CecService.additionalConfigurations attribute.
        Returns:
        the additionalConfigurations
      • setAllAdditionalConfigurations

        public void setAllAdditionalConfigurations​(SessionContext ctx,
                                                   java.util.Map<java.lang.String,​java.lang.String> value)
        Generated method - Setter of the CecService.additionalConfigurations attribute.
        Parameters:
        value - the additionalConfigurations
      • setAllAdditionalConfigurations

        public void setAllAdditionalConfigurations​(java.util.Map<java.lang.String,​java.lang.String> value)
        Generated method - Setter of the CecService.additionalConfigurations attribute.
        Parameters:
        value - the additionalConfigurations
      • getCecServiceMappings

        public java.util.Set<AbstractCecServiceMapping> getCecServiceMappings​(SessionContext ctx)
        Generated method - Getter of the CecService.CecServiceMappings attribute.
        Returns:
        the CecServiceMappings
      • getCecServiceMappings

        public java.util.Set<AbstractCecServiceMapping> getCecServiceMappings()
        Generated method - Getter of the CecService.CecServiceMappings attribute.
        Returns:
        the CecServiceMappings
      • setCecServiceMappings

        public void setCecServiceMappings​(SessionContext ctx,
                                          java.util.Set<AbstractCecServiceMapping> value)
        Generated method - Setter of the CecService.CecServiceMappings attribute.
        Parameters:
        value - the CecServiceMappings
      • setCecServiceMappings

        public void setCecServiceMappings​(java.util.Set<AbstractCecServiceMapping> value)
        Generated method - Setter of the CecService.CecServiceMappings attribute.
        Parameters:
        value - the CecServiceMappings
      • addToCecServiceMappings

        public void addToCecServiceMappings​(SessionContext ctx,
                                            AbstractCecServiceMapping value)
        Generated method - Adds value to CecServiceMappings.
        Parameters:
        value - the item to add to CecServiceMappings
      • addToCecServiceMappings

        public void addToCecServiceMappings​(AbstractCecServiceMapping value)
        Generated method - Adds value to CecServiceMappings.
        Parameters:
        value - the item to add to CecServiceMappings
      • removeFromCecServiceMappings

        public void removeFromCecServiceMappings​(SessionContext ctx,
                                                 AbstractCecServiceMapping value)
        Generated method - Removes value from CecServiceMappings.
        Parameters:
        value - the item to remove from CecServiceMappings
      • removeFromCecServiceMappings

        public void removeFromCecServiceMappings​(AbstractCecServiceMapping value)
        Generated method - Removes value from CecServiceMappings.
        Parameters:
        value - the item to remove from CecServiceMappings
      • getIdentifier

        public EnumerationValue getIdentifier​(SessionContext ctx)
        Generated method - Getter of the CecService.identifier attribute.
        Returns:
        the identifier
      • getIdentifier

        public EnumerationValue getIdentifier()
        Generated method - Getter of the CecService.identifier attribute.
        Returns:
        the identifier
      • setIdentifier

        public void setIdentifier​(SessionContext ctx,
                                  EnumerationValue value)
        Generated method - Setter of the CecService.identifier attribute.
        Parameters:
        value - the identifier
      • setIdentifier

        public void setIdentifier​(EnumerationValue value)
        Generated method - Setter of the CecService.identifier attribute.
        Parameters:
        value - the identifier
      • getServiceURL

        public java.lang.String getServiceURL​(SessionContext ctx)
        Generated method - Getter of the CecService.serviceURL attribute.
        Returns:
        the serviceURL
      • getServiceURL

        public java.lang.String getServiceURL()
        Generated method - Getter of the CecService.serviceURL attribute.
        Returns:
        the serviceURL
      • setServiceURL

        public void setServiceURL​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the CecService.serviceURL attribute.
        Parameters:
        value - the serviceURL
      • setServiceURL

        public void setServiceURL​(java.lang.String value)
        Generated method - Setter of the CecService.serviceURL attribute.
        Parameters:
        value - the serviceURL