Class GeneratedInboundChannelConfiguration

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
InboundChannelConfiguration

public abstract class GeneratedInboundChannelConfiguration extends GenericItem
Generated class for type InboundChannelConfiguration.
See Also:
  • Field Details

    • INTEGRATIONOBJECT

      public static final String INTEGRATIONOBJECT
      Qualifier of the InboundChannelConfiguration.integrationObject attribute
      See Also:
    • AUTHENTICATIONTYPE

      public static final String AUTHENTICATIONTYPE
      Qualifier of the InboundChannelConfiguration.authenticationType attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedInboundChannelConfiguration

      public GeneratedInboundChannelConfiguration()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getAuthenticationType

      public EnumerationValue getAuthenticationType(SessionContext ctx)
      Generated method - Getter of the InboundChannelConfiguration.authenticationType attribute.
      Returns:
      the authenticationType - Type of authentication for an integration object in an Inbound request, which can be of a type defined in the AuthenticationType Enum
    • getAuthenticationType

      public EnumerationValue getAuthenticationType()
      Generated method - Getter of the InboundChannelConfiguration.authenticationType attribute.
      Returns:
      the authenticationType - Type of authentication for an integration object in an Inbound request, which can be of a type defined in the AuthenticationType Enum
    • setAuthenticationType

      public void setAuthenticationType(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the InboundChannelConfiguration.authenticationType attribute.
      Parameters:
      value - the authenticationType - Type of authentication for an integration object in an Inbound request, which can be of a type defined in the AuthenticationType Enum
    • setAuthenticationType

      public void setAuthenticationType(EnumerationValue value)
      Generated method - Setter of the InboundChannelConfiguration.authenticationType attribute.
      Parameters:
      value - the authenticationType - Type of authentication for an integration object in an Inbound request, which can be of a type defined in the AuthenticationType Enum
    • getIntegrationObject

      public IntegrationObject getIntegrationObject(SessionContext ctx)
      Generated method - Getter of the InboundChannelConfiguration.integrationObject attribute.
      Returns:
      the integrationObject - Integration Object configured with authentication for an Inbound Request
    • getIntegrationObject

      public IntegrationObject getIntegrationObject()
      Generated method - Getter of the InboundChannelConfiguration.integrationObject attribute.
      Returns:
      the integrationObject - Integration Object configured with authentication for an Inbound Request
    • setIntegrationObject

      public void setIntegrationObject(SessionContext ctx, IntegrationObject value)
      Generated method - Setter of the InboundChannelConfiguration.integrationObject attribute.
      Parameters:
      value - the integrationObject - Integration Object configured with authentication for an Inbound Request
    • setIntegrationObject

      public void setIntegrationObject(IntegrationObject value)
      Generated method - Setter of the InboundChannelConfiguration.integrationObject attribute.
      Parameters:
      value - the integrationObject - Integration Object configured with authentication for an Inbound Request