Class GeneratedTestIntegrationItem

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

public abstract class GeneratedTestIntegrationItem extends TestItem
Generated class for type TestIntegrationItem.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedTestIntegrationItem

      public GeneratedTestIntegrationItem()
  • Method Details

    • getBigDecimal

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

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

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

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

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

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

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

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

      public 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 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, 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(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 Collection<Date> getDateCollection(SessionContext ctx)
      Generated method - Getter of the TestIntegrationItem.dateCollection attribute.
      Returns:
      the dateCollection - Defines an optional date collection.
    • getDateCollection

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

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

      public void setDateCollection(Collection<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 List<TestIntegrationItemDetail> getDetails(SessionContext ctx)
      Generated method - Getter of the TestIntegrationItem.details attribute.
      Returns:
      the details
    • getDetails

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

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

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

      public void addToDetails(SessionContext ctx, TestIntegrationItemDetail value)
      Generated method - Adds value to details.
      Parameters:
      value - the item to add to 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 List<EnumerationValue> getEnumList(SessionContext ctx)
      Generated method - Getter of the TestIntegrationItem.enumList attribute.
      Returns:
      the enumList
    • getEnumList

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

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

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

      public TestIntegrationItem3 getItem3(SessionContext ctx)
      Generated method - Getter of the TestIntegrationItem.item3 attribute.
      Returns:
      the item3
    • 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 Set<EnumerationValue> getTestEnums(SessionContext ctx)
      Generated method - Getter of the TestIntegrationItem.testEnums attribute.
      Returns:
      the testEnums
    • getTestEnums

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

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

      public void setTestEnums(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