Class GeneratedTestIntegrationItem

    • Field Detail

      • CODE

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

        public static final java.lang.String OTHERITEM
        Qualifier of the TestIntegrationItem.otherItem attribute
        See Also:
        Constant Field Values
      • ITEM3

        public static final java.lang.String ITEM3
        Qualifier of the TestIntegrationItem.item3 attribute
        See Also:
        Constant Field Values
      • DETAIL

        public static final java.lang.String DETAIL
        Qualifier of the TestIntegrationItem.detail attribute
        See Also:
        Constant Field Values
      • BIGDECIMAL

        public static final java.lang.String BIGDECIMAL
        Qualifier of the TestIntegrationItem.bigDecimal attribute
        See Also:
        Constant Field Values
      • DATECOLLECTION

        public static final java.lang.String DATECOLLECTION
        Qualifier of the TestIntegrationItem.dateCollection attribute
        See Also:
        Constant Field Values
      • BIGINTEGER

        public static final java.lang.String BIGINTEGER
        Qualifier of the TestIntegrationItem.bigInteger attribute
        See Also:
        Constant Field Values
      • ENUMLIST

        public static final java.lang.String ENUMLIST
        Qualifier of the TestIntegrationItem.enumList attribute
        See Also:
        Constant Field Values
      • DETAILS

        public static final java.lang.String DETAILS
        Qualifier of the TestIntegrationItem.details attribute
        See Also:
        Constant Field Values
      • TESTENUMS

        public static final java.lang.String TESTENUMS
        Qualifier of the TestIntegrationItem.testEnums attribute
        See Also:
        Constant Field Values
    • Constructor Detail

      • GeneratedTestIntegrationItem

        public GeneratedTestIntegrationItem()
    • Method Detail

      • getBigDecimal

        public java.math.BigDecimal getBigDecimal​(SessionContext ctx)
        Generated method - Getter of the TestIntegrationItem.bigDecimal attribute.
        Returns:
        the bigDecimal
      • getBigDecimal

        public java.math.BigDecimal getBigDecimal()
        Generated method - Getter of the TestIntegrationItem.bigDecimal attribute.
        Returns:
        the bigDecimal
      • setBigDecimal

        public void setBigDecimal​(SessionContext ctx,
                                  java.math.BigDecimal value)
        Generated method - Setter of the TestIntegrationItem.bigDecimal attribute.
        Parameters:
        value - the bigDecimal
      • setBigDecimal

        public void setBigDecimal​(java.math.BigDecimal value)
        Generated method - Setter of the TestIntegrationItem.bigDecimal attribute.
        Parameters:
        value - the bigDecimal
      • getBigInteger

        public java.math.BigInteger getBigInteger​(SessionContext ctx)
        Generated method - Getter of the TestIntegrationItem.bigInteger attribute.
        Returns:
        the bigInteger
      • getBigInteger

        public java.math.BigInteger getBigInteger()
        Generated method - Getter of the TestIntegrationItem.bigInteger attribute.
        Returns:
        the bigInteger
      • setBigInteger

        public void setBigInteger​(SessionContext ctx,
                                  java.math.BigInteger value)
        Generated method - Setter of the TestIntegrationItem.bigInteger attribute.
        Parameters:
        value - the bigInteger
      • setBigInteger

        public void setBigInteger​(java.math.BigInteger value)
        Generated method - Setter of the TestIntegrationItem.bigInteger attribute.
        Parameters:
        value - the bigInteger
      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the TestIntegrationItem.code attribute.
        Returns:
        the code - Unique identifier of the item because TestItemType2 does not have a unique identifier.
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the TestIntegrationItem.code attribute.
        Returns:
        the code - Unique identifier of the item because TestItemType2 does not have a unique identifier.
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the TestIntegrationItem.code attribute.
        Parameters:
        value - the code - Unique identifier of the item because TestItemType2 does not have a unique identifier.
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the TestIntegrationItem.code attribute.
        Parameters:
        value - the code - Unique identifier of the item because TestItemType2 does not have a unique identifier.
      • getDateCollection

        public java.util.Collection<java.util.Date> getDateCollection​(SessionContext ctx)
        Generated method - Getter of the TestIntegrationItem.dateCollection attribute.
        Returns:
        the dateCollection - Defines an optional date collection.
      • getDateCollection

        public java.util.Collection<java.util.Date> getDateCollection()
        Generated method - Getter of the TestIntegrationItem.dateCollection attribute.
        Returns:
        the dateCollection - Defines an optional date collection.
      • setDateCollection

        public void setDateCollection​(SessionContext ctx,
                                      java.util.Collection<java.util.Date> value)
        Generated method - Setter of the TestIntegrationItem.dateCollection attribute.
        Parameters:
        value - the dateCollection - Defines an optional date collection.
      • setDateCollection

        public void setDateCollection​(java.util.Collection<java.util.Date> value)
        Generated method - Setter of the TestIntegrationItem.dateCollection attribute.
        Parameters:
        value - the dateCollection - Defines an optional date collection.
      • getDetail

        public TestIntegrationItemDetail getDetail​(SessionContext ctx)
        Generated method - Getter of the TestIntegrationItem.detail attribute.
        Returns:
        the detail - Defines optional one-to-one association between this item and a TestIntegrationItemDetail.
      • getDetail

        public TestIntegrationItemDetail getDetail()
        Generated method - Getter of the TestIntegrationItem.detail attribute.
        Returns:
        the detail - Defines optional one-to-one association between this item and a TestIntegrationItemDetail.
      • setDetail

        public void setDetail​(SessionContext ctx,
                              TestIntegrationItemDetail value)
        Generated method - Setter of the TestIntegrationItem.detail attribute.
        Parameters:
        value - the detail - Defines optional one-to-one association between this item and a TestIntegrationItemDetail.
      • setDetail

        public void setDetail​(TestIntegrationItemDetail value)
        Generated method - Setter of the TestIntegrationItem.detail attribute.
        Parameters:
        value - the detail - Defines optional one-to-one association between this item and a TestIntegrationItemDetail.
      • getDetails

        public java.util.List<TestIntegrationItemDetail> getDetails()
        Generated method - Getter of the TestIntegrationItem.details attribute.
        Returns:
        the details
      • setDetails

        public void setDetails​(SessionContext ctx,
                               java.util.List<TestIntegrationItemDetail> value)
        Generated method - Setter of the TestIntegrationItem.details attribute.
        Parameters:
        value - the details
      • setDetails

        public void setDetails​(java.util.List<TestIntegrationItemDetail> value)
        Generated method - Setter of the TestIntegrationItem.details attribute.
        Parameters:
        value - the details
      • addToDetails

        public void addToDetails​(TestIntegrationItemDetail value)
        Generated method - Adds value to details.
        Parameters:
        value - the item to add to details
      • removeFromDetails

        public void removeFromDetails​(SessionContext ctx,
                                      TestIntegrationItemDetail value)
        Generated method - Removes value from details.
        Parameters:
        value - the item to remove from details
      • removeFromDetails

        public void removeFromDetails​(TestIntegrationItemDetail value)
        Generated method - Removes value from details.
        Parameters:
        value - the item to remove from details
      • getEnumList

        public java.util.List<EnumerationValue> getEnumList​(SessionContext ctx)
        Generated method - Getter of the TestIntegrationItem.enumList attribute.
        Returns:
        the enumList
      • getEnumList

        public java.util.List<EnumerationValue> getEnumList()
        Generated method - Getter of the TestIntegrationItem.enumList attribute.
        Returns:
        the enumList
      • setEnumList

        public void setEnumList​(SessionContext ctx,
                                java.util.List<EnumerationValue> value)
        Generated method - Setter of the TestIntegrationItem.enumList attribute.
        Parameters:
        value - the enumList
      • setEnumList

        public void setEnumList​(java.util.List<EnumerationValue> value)
        Generated method - Setter of the TestIntegrationItem.enumList attribute.
        Parameters:
        value - the enumList
      • getItem3

        public TestIntegrationItem3 getItem3()
        Generated method - Getter of the TestIntegrationItem.item3 attribute.
        Returns:
        the item3
      • setItem3

        public void setItem3​(SessionContext ctx,
                             TestIntegrationItem3 value)
        Generated method - Setter of the TestIntegrationItem.item3 attribute.
        Parameters:
        value - the item3
      • setItem3

        public void setItem3​(TestIntegrationItem3 value)
        Generated method - Setter of the TestIntegrationItem.item3 attribute.
        Parameters:
        value - the item3
      • getOtherItem

        public TestIntegrationItem getOtherItem​(SessionContext ctx)
        Generated method - Getter of the TestIntegrationItem.otherItem attribute.
        Returns:
        the otherItem - Reference to another TestIntegrationItem, which can be used for testing conditions when the integration object references itself (same instance) or another item (different instance).
      • getOtherItem

        public TestIntegrationItem getOtherItem()
        Generated method - Getter of the TestIntegrationItem.otherItem attribute.
        Returns:
        the otherItem - Reference to another TestIntegrationItem, which can be used for testing conditions when the integration object references itself (same instance) or another item (different instance).
      • setOtherItem

        public void setOtherItem​(SessionContext ctx,
                                 TestIntegrationItem value)
        Generated method - Setter of the TestIntegrationItem.otherItem attribute.
        Parameters:
        value - the otherItem - Reference to another TestIntegrationItem, which can be used for testing conditions when the integration object references itself (same instance) or another item (different instance).
      • setOtherItem

        public void setOtherItem​(TestIntegrationItem value)
        Generated method - Setter of the TestIntegrationItem.otherItem attribute.
        Parameters:
        value - the otherItem - Reference to another TestIntegrationItem, which can be used for testing conditions when the integration object references itself (same instance) or another item (different instance).
      • getTestEnums

        public java.util.Set<EnumerationValue> getTestEnums​(SessionContext ctx)
        Generated method - Getter of the TestIntegrationItem.testEnums attribute.
        Returns:
        the testEnums
      • getTestEnums

        public java.util.Set<EnumerationValue> getTestEnums()
        Generated method - Getter of the TestIntegrationItem.testEnums attribute.
        Returns:
        the testEnums
      • setTestEnums

        public void setTestEnums​(SessionContext ctx,
                                 java.util.Set<EnumerationValue> value)
        Generated method - Setter of the TestIntegrationItem.testEnums attribute.
        Parameters:
        value - the testEnums
      • setTestEnums

        public void setTestEnums​(java.util.Set<EnumerationValue> value)
        Generated method - Setter of the TestIntegrationItem.testEnums attribute.
        Parameters:
        value - the testEnums
      • addToTestEnums

        public void addToTestEnums​(SessionContext ctx,
                                   EnumerationValue value)
        Generated method - Adds value to testEnums.
        Parameters:
        value - the item to add to testEnums
      • addToTestEnums

        public void addToTestEnums​(EnumerationValue value)
        Generated method - Adds value to testEnums.
        Parameters:
        value - the item to add to testEnums
      • removeFromTestEnums

        public void removeFromTestEnums​(SessionContext ctx,
                                        EnumerationValue value)
        Generated method - Removes value from testEnums.
        Parameters:
        value - the item to remove from testEnums
      • removeFromTestEnums

        public void removeFromTestEnums​(EnumerationValue value)
        Generated method - Removes value from testEnums.
        Parameters:
        value - the item to remove from testEnums