Class GeneratedAbstractIntegrationObjectItemAttribute

    • Field Detail

      • ATTRIBUTENAME

        public static final java.lang.String ATTRIBUTENAME
        Qualifier of the AbstractIntegrationObjectItemAttribute.attributeName attribute
        See Also:
        Constant Field Values
      • AUTOCREATE

        public static final java.lang.String AUTOCREATE
        Qualifier of the AbstractIntegrationObjectItemAttribute.autoCreate attribute
        See Also:
        Constant Field Values
      • RETURNINTEGRATIONOBJECTITEM

        public static final java.lang.String RETURNINTEGRATIONOBJECTITEM
        Qualifier of the AbstractIntegrationObjectItemAttribute.returnIntegrationObjectItem 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

      • GeneratedAbstractIntegrationObjectItemAttribute

        public GeneratedAbstractIntegrationObjectItemAttribute()
    • Method Detail

      • getAttributeName

        public java.lang.String getAttributeName​(SessionContext ctx)
        Generated method - Getter of the AbstractIntegrationObjectItemAttribute.attributeName attribute.
        Returns:
        the attributeName
      • getAttributeName

        public java.lang.String getAttributeName()
        Generated method - Getter of the AbstractIntegrationObjectItemAttribute.attributeName attribute.
        Returns:
        the attributeName
      • setAttributeName

        public void setAttributeName​(SessionContext ctx,
                                     java.lang.String value)
        Generated method - Setter of the AbstractIntegrationObjectItemAttribute.attributeName attribute.
        Parameters:
        value - the attributeName
      • setAttributeName

        public void setAttributeName​(java.lang.String value)
        Generated method - Setter of the AbstractIntegrationObjectItemAttribute.attributeName attribute.
        Parameters:
        value - the attributeName
      • isAutoCreate

        public java.lang.Boolean isAutoCreate​(SessionContext ctx)
        Generated method - Getter of the AbstractIntegrationObjectItemAttribute.autoCreate attribute.
        Returns:
        the autoCreate
      • isAutoCreate

        public java.lang.Boolean isAutoCreate()
        Generated method - Getter of the AbstractIntegrationObjectItemAttribute.autoCreate attribute.
        Returns:
        the autoCreate
      • isAutoCreateAsPrimitive

        public boolean isAutoCreateAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractIntegrationObjectItemAttribute.autoCreate attribute.
        Returns:
        the autoCreate
      • isAutoCreateAsPrimitive

        public boolean isAutoCreateAsPrimitive()
        Generated method - Getter of the AbstractIntegrationObjectItemAttribute.autoCreate attribute.
        Returns:
        the autoCreate
      • setAutoCreate

        public void setAutoCreate​(SessionContext ctx,
                                  java.lang.Boolean value)
        Generated method - Setter of the AbstractIntegrationObjectItemAttribute.autoCreate attribute.
        Parameters:
        value - the autoCreate
      • setAutoCreate

        public void setAutoCreate​(java.lang.Boolean value)
        Generated method - Setter of the AbstractIntegrationObjectItemAttribute.autoCreate attribute.
        Parameters:
        value - the autoCreate
      • setAutoCreate

        public void setAutoCreate​(SessionContext ctx,
                                  boolean value)
        Generated method - Setter of the AbstractIntegrationObjectItemAttribute.autoCreate attribute.
        Parameters:
        value - the autoCreate
      • setAutoCreate

        public void setAutoCreate​(boolean value)
        Generated method - Setter of the AbstractIntegrationObjectItemAttribute.autoCreate attribute.
        Parameters:
        value - the autoCreate
      • getReturnIntegrationObjectItem

        public IntegrationObjectItem getReturnIntegrationObjectItem​(SessionContext ctx)
        Generated method - Getter of the AbstractIntegrationObjectItemAttribute.returnIntegrationObjectItem attribute.
        Returns:
        the returnIntegrationObjectItem
      • getReturnIntegrationObjectItem

        public IntegrationObjectItem getReturnIntegrationObjectItem()
        Generated method - Getter of the AbstractIntegrationObjectItemAttribute.returnIntegrationObjectItem attribute.
        Returns:
        the returnIntegrationObjectItem
      • setReturnIntegrationObjectItem

        public void setReturnIntegrationObjectItem​(SessionContext ctx,
                                                   IntegrationObjectItem value)
        Generated method - Setter of the AbstractIntegrationObjectItemAttribute.returnIntegrationObjectItem attribute.
        Parameters:
        value - the returnIntegrationObjectItem
      • setReturnIntegrationObjectItem

        public void setReturnIntegrationObjectItem​(IntegrationObjectItem value)
        Generated method - Setter of the AbstractIntegrationObjectItemAttribute.returnIntegrationObjectItem attribute.
        Parameters:
        value - the returnIntegrationObjectItem