org.opencrx.kernel.admin1.jmi1.CreateAdministratorParams Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.admin1.jmi1;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:38.460259654Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CreateAdministratorParams
extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0, org.opencrx.kernel.admin1.cci2.CreateAdministratorParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code adminPrincipalName}.
* @return The non-null value for structure field {@code adminPrincipalName}.
*/
public java.lang.String getAdminPrincipalName(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code initialPassword}.
* @return The non-null value for structure field {@code initialPassword}.
*/
public java.lang.String getInitialPassword(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code initialPasswordVerification}.
* @return The non-null value for structure field {@code initialPasswordVerification}.
*/
public java.lang.String getInitialPasswordVerification(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code segmentName}.
* @return The non-null value for structure field {@code segmentName}.
*/
public java.lang.String getSegmentName(
);
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}