Class GeneratedIntegrationObjectVirtualAttributeDescriptor

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the IntegrationObjectVirtualAttributeDescriptor.code attribute
        See Also:
        Constant Field Values
      • LOGICLOCATION

        public static final java.lang.String LOGICLOCATION
        Qualifier of the IntegrationObjectVirtualAttributeDescriptor.logicLocation attribute
        See Also:
        Constant Field Values
      • TYPE

        public static final java.lang.String TYPE
        Qualifier of the IntegrationObjectVirtualAttributeDescriptor.type 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

      • GeneratedIntegrationObjectVirtualAttributeDescriptor

        public GeneratedIntegrationObjectVirtualAttributeDescriptor()
    • Method Detail

      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the IntegrationObjectVirtualAttributeDescriptor.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the IntegrationObjectVirtualAttributeDescriptor.code attribute.
        Returns:
        the code
      • setCode

        protected void setCode​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the IntegrationObjectVirtualAttributeDescriptor.code attribute.
        Parameters:
        value - the code
      • setCode

        protected void setCode​(java.lang.String value)
        Generated method - Setter of the IntegrationObjectVirtualAttributeDescriptor.code attribute.
        Parameters:
        value - the code
      • getLogicLocation

        public java.lang.String getLogicLocation​(SessionContext ctx)
        Generated method - Getter of the IntegrationObjectVirtualAttributeDescriptor.logicLocation attribute.
        Returns:
        the logicLocation - Specifies where the logic is located. Acceptable values are of this format: model://scriptModelCode
      • getLogicLocation

        public java.lang.String getLogicLocation()
        Generated method - Getter of the IntegrationObjectVirtualAttributeDescriptor.logicLocation attribute.
        Returns:
        the logicLocation - Specifies where the logic is located. Acceptable values are of this format: model://scriptModelCode
      • setLogicLocation

        public void setLogicLocation​(SessionContext ctx,
                                     java.lang.String value)
        Generated method - Setter of the IntegrationObjectVirtualAttributeDescriptor.logicLocation attribute.
        Parameters:
        value - the logicLocation - Specifies where the logic is located. Acceptable values are of this format: model://scriptModelCode
      • setLogicLocation

        public void setLogicLocation​(java.lang.String value)
        Generated method - Setter of the IntegrationObjectVirtualAttributeDescriptor.logicLocation attribute.
        Parameters:
        value - the logicLocation - Specifies where the logic is located. Acceptable values are of this format: model://scriptModelCode
      • getType

        public Type getType​(SessionContext ctx)
        Generated method - Getter of the IntegrationObjectVirtualAttributeDescriptor.type attribute.
        Returns:
        the type - The logic's return or input type. The return type will be used as the type in the schema for the attribute.
      • getType

        public Type getType()
        Generated method - Getter of the IntegrationObjectVirtualAttributeDescriptor.type attribute.
        Returns:
        the type - The logic's return or input type. The return type will be used as the type in the schema for the attribute.
      • setType

        public void setType​(SessionContext ctx,
                            Type value)
        Generated method - Setter of the IntegrationObjectVirtualAttributeDescriptor.type attribute.
        Parameters:
        value - the type - The logic's return or input type. The return type will be used as the type in the schema for the attribute.
      • setType

        public void setType​(Type value)
        Generated method - Setter of the IntegrationObjectVirtualAttributeDescriptor.type attribute.
        Parameters:
        value - the type - The logic's return or input type. The return type will be used as the type in the schema for the attribute.