Class GeneratedB2BRegistrationRejectedProcess

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

public abstract class GeneratedB2BRegistrationRejectedProcess extends B2BRegistrationProcess
Generated class for type B2BRegistrationRejectedProcess.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedB2BRegistrationRejectedProcess

      public GeneratedB2BRegistrationRejectedProcess()
  • Method Details

    • getDefaultAttributeModes

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

      public String getRejectReason(SessionContext ctx)
      Generated method - Getter of the B2BRegistrationRejectedProcess.rejectReason attribute.
      Returns:
      the rejectReason - Indicates the reject reason.
    • getRejectReason

      public String getRejectReason()
      Generated method - Getter of the B2BRegistrationRejectedProcess.rejectReason attribute.
      Returns:
      the rejectReason - Indicates the reject reason.
    • setRejectReason

      public void setRejectReason(SessionContext ctx, String value)
      Generated method - Setter of the B2BRegistrationRejectedProcess.rejectReason attribute.
      Parameters:
      value - the rejectReason - Indicates the reject reason.
    • setRejectReason

      public void setRejectReason(String value)
      Generated method - Setter of the B2BRegistrationRejectedProcess.rejectReason attribute.
      Parameters:
      value - the rejectReason - Indicates the reject reason.