Class GeneratedB2BMerchantCheckResult

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

public abstract class GeneratedB2BMerchantCheckResult extends GenericItem
Generated class for type B2BMerchantCheckResult.
See Also:
  • Field Details

    • MERCHANTCHECK

      public static final String MERCHANTCHECK
      Qualifier of the B2BMerchantCheckResult.merchantcheck attribute
      See Also:
    • MERCHANTCHECKTYPECODE

      public static final String MERCHANTCHECKTYPECODE
      Qualifier of the B2BMerchantCheckResult.merchantCheckTypeCode attribute
      See Also:
    • STATUS

      public static final String STATUS
      Qualifier of the B2BMerchantCheckResult.status attribute
      See Also:
    • STATUSEMAIL

      public static final String STATUSEMAIL
      Qualifier of the B2BMerchantCheckResult.statusEmail attribute
      See Also:
    • NOTE

      public static final String NOTE
      Qualifier of the B2BMerchantCheckResult.note attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedB2BMerchantCheckResult

      public GeneratedB2BMerchantCheckResult()
  • Method Details

    • getDefaultAttributeModes

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

      public B2BMerchantCheck getMerchantcheck(SessionContext ctx)
      Generated method - Getter of the B2BMerchantCheckResult.merchantcheck attribute.
      Returns:
      the merchantcheck
    • getMerchantcheck

      public B2BMerchantCheck getMerchantcheck()
      Generated method - Getter of the B2BMerchantCheckResult.merchantcheck attribute.
      Returns:
      the merchantcheck
    • setMerchantcheck

      public void setMerchantcheck(SessionContext ctx, B2BMerchantCheck value)
      Generated method - Setter of the B2BMerchantCheckResult.merchantcheck attribute.
      Parameters:
      value - the merchantcheck
    • setMerchantcheck

      public void setMerchantcheck(B2BMerchantCheck value)
      Generated method - Setter of the B2BMerchantCheckResult.merchantcheck attribute.
      Parameters:
      value - the merchantcheck
    • getMerchantCheckTypeCode

      public String getMerchantCheckTypeCode(SessionContext ctx)
      Generated method - Getter of the B2BMerchantCheckResult.merchantCheckTypeCode attribute.
      Returns:
      the merchantCheckTypeCode - the item type code for the merchant check, the result is holding as defined in items.xml
    • getMerchantCheckTypeCode

      public String getMerchantCheckTypeCode()
      Generated method - Getter of the B2BMerchantCheckResult.merchantCheckTypeCode attribute.
      Returns:
      the merchantCheckTypeCode - the item type code for the merchant check, the result is holding as defined in items.xml
    • setMerchantCheckTypeCode

      public void setMerchantCheckTypeCode(SessionContext ctx, String value)
      Generated method - Setter of the B2BMerchantCheckResult.merchantCheckTypeCode attribute.
      Parameters:
      value - the merchantCheckTypeCode - the item type code for the merchant check, the result is holding as defined in items.xml
    • setMerchantCheckTypeCode

      public void setMerchantCheckTypeCode(String value)
      Generated method - Setter of the B2BMerchantCheckResult.merchantCheckTypeCode attribute.
      Parameters:
      value - the merchantCheckTypeCode - the item type code for the merchant check, the result is holding as defined in items.xml
    • getNote

      public String getNote(SessionContext ctx)
      Generated method - Getter of the B2BMerchantCheckResult.note attribute.
      Returns:
      the note
    • getNote

      public String getNote()
      Generated method - Getter of the B2BMerchantCheckResult.note attribute.
      Returns:
      the note
    • getAllNote

      public Map<Language,String> getAllNote(SessionContext ctx)
      Generated method - Getter of the B2BMerchantCheckResult.note attribute.
      Returns:
      the localized note
    • getAllNote

      public Map<Language,String> getAllNote()
      Generated method - Getter of the B2BMerchantCheckResult.note attribute.
      Returns:
      the localized note
    • setNote

      public void setNote(SessionContext ctx, String value)
      Generated method - Setter of the B2BMerchantCheckResult.note attribute.
      Parameters:
      value - the note
    • setNote

      public void setNote(String value)
      Generated method - Setter of the B2BMerchantCheckResult.note attribute.
      Parameters:
      value - the note
    • setAllNote

      public void setAllNote(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the B2BMerchantCheckResult.note attribute.
      Parameters:
      value - the note
    • setAllNote

      public void setAllNote(Map<Language,String> value)
      Generated method - Setter of the B2BMerchantCheckResult.note attribute.
      Parameters:
      value - the note
    • getStatus

      public EnumerationValue getStatus(SessionContext ctx)
      Generated method - Getter of the B2BMerchantCheckResult.status attribute.
      Returns:
      the status
    • getStatus

      public EnumerationValue getStatus()
      Generated method - Getter of the B2BMerchantCheckResult.status attribute.
      Returns:
      the status
    • setStatus

      public void setStatus(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the B2BMerchantCheckResult.status attribute.
      Parameters:
      value - the status
    • setStatus

      public void setStatus(EnumerationValue value)
      Generated method - Setter of the B2BMerchantCheckResult.status attribute.
      Parameters:
      value - the status
    • getStatusEmail

      public EnumerationValue getStatusEmail(SessionContext ctx)
      Generated method - Getter of the B2BMerchantCheckResult.statusEmail attribute.
      Returns:
      the statusEmail
    • getStatusEmail

      public EnumerationValue getStatusEmail()
      Generated method - Getter of the B2BMerchantCheckResult.statusEmail attribute.
      Returns:
      the statusEmail
    • setStatusEmail

      public void setStatusEmail(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the B2BMerchantCheckResult.statusEmail attribute.
      Parameters:
      value - the statusEmail
    • setStatusEmail

      public void setStatusEmail(EnumerationValue value)
      Generated method - Setter of the B2BMerchantCheckResult.statusEmail attribute.
      Parameters:
      value - the statusEmail