Class GeneratedDestinationTarget

    • Field Detail

      • ID

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

        public static final java.lang.String DESTINATIONCHANNEL
        Qualifier of the DestinationTarget.destinationChannel attribute
        See Also:
        Constant Field Values
      • TEMPLATE

        public static final java.lang.String TEMPLATE
        Qualifier of the DestinationTarget.template attribute
        See Also:
        Constant Field Values
      • REGISTRATIONSTATUS

        public static final java.lang.String REGISTRATIONSTATUS
        Qualifier of the DestinationTarget.registrationStatus attribute
        See Also:
        Constant Field Values
      • REGISTRATIONSTATUSINFO

        public static final java.lang.String REGISTRATIONSTATUSINFO
        Qualifier of the DestinationTarget.registrationStatusInfo attribute
        See Also:
        Constant Field Values
      • EVENTCONFIGURATIONS

        public static final java.lang.String EVENTCONFIGURATIONS
        Qualifier of the DestinationTarget.eventConfigurations attribute
        See Also:
        Constant Field Values
      • DESTINATIONS

        public static final java.lang.String DESTINATIONS
        Qualifier of the DestinationTarget.destinations 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

      • GeneratedDestinationTarget

        public GeneratedDestinationTarget()
    • Method Detail

      • getDestinationChannel

        public EnumerationValue getDestinationChannel​(SessionContext ctx)
        Generated method - Getter of the DestinationTarget.destinationChannel attribute.
        Returns:
        the destinationChannel - Destination Channel
      • getDestinationChannel

        public EnumerationValue getDestinationChannel()
        Generated method - Getter of the DestinationTarget.destinationChannel attribute.
        Returns:
        the destinationChannel - Destination Channel
      • setDestinationChannel

        public void setDestinationChannel​(SessionContext ctx,
                                          EnumerationValue value)
        Generated method - Setter of the DestinationTarget.destinationChannel attribute.
        Parameters:
        value - the destinationChannel - Destination Channel
      • setDestinationChannel

        public void setDestinationChannel​(EnumerationValue value)
        Generated method - Setter of the DestinationTarget.destinationChannel attribute.
        Parameters:
        value - the destinationChannel - Destination Channel
      • getDestinations

        public java.util.Collection<AbstractDestination> getDestinations​(SessionContext ctx)
        Generated method - Getter of the DestinationTarget.destinations attribute.
        Returns:
        the destinations - Destinations
      • getDestinations

        public java.util.Collection<AbstractDestination> getDestinations()
        Generated method - Getter of the DestinationTarget.destinations attribute.
        Returns:
        the destinations - Destinations
      • setDestinations

        public void setDestinations​(SessionContext ctx,
                                    java.util.Collection<AbstractDestination> value)
        Generated method - Setter of the DestinationTarget.destinations attribute.
        Parameters:
        value - the destinations - Destinations
      • setDestinations

        public void setDestinations​(java.util.Collection<AbstractDestination> value)
        Generated method - Setter of the DestinationTarget.destinations attribute.
        Parameters:
        value - the destinations - Destinations
      • addToDestinations

        public void addToDestinations​(SessionContext ctx,
                                      AbstractDestination value)
        Generated method - Adds value to destinations.
        Parameters:
        value - the item to add to destinations - Destinations
      • addToDestinations

        public void addToDestinations​(AbstractDestination value)
        Generated method - Adds value to destinations.
        Parameters:
        value - the item to add to destinations - Destinations
      • removeFromDestinations

        public void removeFromDestinations​(SessionContext ctx,
                                           AbstractDestination value)
        Generated method - Removes value from destinations.
        Parameters:
        value - the item to remove from destinations - Destinations
      • removeFromDestinations

        public void removeFromDestinations​(AbstractDestination value)
        Generated method - Removes value from destinations.
        Parameters:
        value - the item to remove from destinations - Destinations
      • getEventConfigurations

        public java.util.Collection<EventConfiguration> getEventConfigurations​(SessionContext ctx)
        Generated method - Getter of the DestinationTarget.eventConfigurations attribute.
        Returns:
        the eventConfigurations - Event Configurations
      • getEventConfigurations

        public java.util.Collection<EventConfiguration> getEventConfigurations()
        Generated method - Getter of the DestinationTarget.eventConfigurations attribute.
        Returns:
        the eventConfigurations - Event Configurations
      • setEventConfigurations

        public void setEventConfigurations​(SessionContext ctx,
                                           java.util.Collection<EventConfiguration> value)
        Generated method - Setter of the DestinationTarget.eventConfigurations attribute.
        Parameters:
        value - the eventConfigurations - Event Configurations
      • setEventConfigurations

        public void setEventConfigurations​(java.util.Collection<EventConfiguration> value)
        Generated method - Setter of the DestinationTarget.eventConfigurations attribute.
        Parameters:
        value - the eventConfigurations - Event Configurations
      • addToEventConfigurations

        public void addToEventConfigurations​(SessionContext ctx,
                                             EventConfiguration value)
        Generated method - Adds value to eventConfigurations.
        Parameters:
        value - the item to add to eventConfigurations - Event Configurations
      • addToEventConfigurations

        public void addToEventConfigurations​(EventConfiguration value)
        Generated method - Adds value to eventConfigurations.
        Parameters:
        value - the item to add to eventConfigurations - Event Configurations
      • removeFromEventConfigurations

        public void removeFromEventConfigurations​(SessionContext ctx,
                                                  EventConfiguration value)
        Generated method - Removes value from eventConfigurations.
        Parameters:
        value - the item to remove from eventConfigurations - Event Configurations
      • removeFromEventConfigurations

        public void removeFromEventConfigurations​(EventConfiguration value)
        Generated method - Removes value from eventConfigurations.
        Parameters:
        value - the item to remove from eventConfigurations - Event Configurations
      • getId

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

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

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

        public void setId​(java.lang.String value)
        Generated method - Setter of the DestinationTarget.id attribute.
        Parameters:
        value - the id - Unique Id
      • getRegistrationStatus

        public EnumerationValue getRegistrationStatus​(SessionContext ctx)
        Generated method - Getter of the DestinationTarget.registrationStatus attribute.
        Returns:
        the registrationStatus - Registration status
      • getRegistrationStatus

        public EnumerationValue getRegistrationStatus()
        Generated method - Getter of the DestinationTarget.registrationStatus attribute.
        Returns:
        the registrationStatus - Registration status
      • setRegistrationStatus

        public void setRegistrationStatus​(SessionContext ctx,
                                          EnumerationValue value)
        Generated method - Setter of the DestinationTarget.registrationStatus attribute.
        Parameters:
        value - the registrationStatus - Registration status
      • setRegistrationStatus

        public void setRegistrationStatus​(EnumerationValue value)
        Generated method - Setter of the DestinationTarget.registrationStatus attribute.
        Parameters:
        value - the registrationStatus - Registration status
      • getRegistrationStatusInfo

        public java.lang.String getRegistrationStatusInfo​(SessionContext ctx)
        Generated method - Getter of the DestinationTarget.registrationStatusInfo attribute.
        Returns:
        the registrationStatusInfo - Registration status information
      • getRegistrationStatusInfo

        public java.lang.String getRegistrationStatusInfo()
        Generated method - Getter of the DestinationTarget.registrationStatusInfo attribute.
        Returns:
        the registrationStatusInfo - Registration status information
      • setRegistrationStatusInfo

        public void setRegistrationStatusInfo​(SessionContext ctx,
                                              java.lang.String value)
        Generated method - Setter of the DestinationTarget.registrationStatusInfo attribute.
        Parameters:
        value - the registrationStatusInfo - Registration status information
      • setRegistrationStatusInfo

        public void setRegistrationStatusInfo​(java.lang.String value)
        Generated method - Setter of the DestinationTarget.registrationStatusInfo attribute.
        Parameters:
        value - the registrationStatusInfo - Registration status information
      • isTemplate

        public java.lang.Boolean isTemplate​(SessionContext ctx)
        Generated method - Getter of the DestinationTarget.template attribute.
        Returns:
        the template - Template Flag
      • isTemplate

        public java.lang.Boolean isTemplate()
        Generated method - Getter of the DestinationTarget.template attribute.
        Returns:
        the template - Template Flag
      • isTemplateAsPrimitive

        public boolean isTemplateAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the DestinationTarget.template attribute.
        Returns:
        the template - Template Flag
      • isTemplateAsPrimitive

        public boolean isTemplateAsPrimitive()
        Generated method - Getter of the DestinationTarget.template attribute.
        Returns:
        the template - Template Flag
      • setTemplate

        public void setTemplate​(SessionContext ctx,
                                java.lang.Boolean value)
        Generated method - Setter of the DestinationTarget.template attribute.
        Parameters:
        value - the template - Template Flag
      • setTemplate

        public void setTemplate​(java.lang.Boolean value)
        Generated method - Setter of the DestinationTarget.template attribute.
        Parameters:
        value - the template - Template Flag
      • setTemplate

        public void setTemplate​(SessionContext ctx,
                                boolean value)
        Generated method - Setter of the DestinationTarget.template attribute.
        Parameters:
        value - the template - Template Flag
      • setTemplate

        public void setTemplate​(boolean value)
        Generated method - Setter of the DestinationTarget.template attribute.
        Parameters:
        value - the template - Template Flag