All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.home1.cci2.ChangePasswordParams Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.home1.cci2;

@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.StructureMapper",
  date = "2023-10-28T12:15:35.493790602Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ChangePasswordParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the structure field {@code newPassword}.
   * @return The non-null value for structure field {@code newPassword}.
   */
  public java.lang.String getNewPassword(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the structure field {@code newPasswordVerification}.
   * @return The non-null value for structure field {@code newPasswordVerification}.
   */
  public java.lang.String getNewPasswordVerification(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the structure field {@code oldPassword}.
   * @return The non-null value for structure field {@code oldPassword}.
   */
  public java.lang.String getOldPassword(
  );


// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------

  /**
   * The structure's members
   */
  enum Member {
    newPassword
  , newPasswordVerification
  , oldPassword
  }

// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy