org.opencrx.kernel.admin1.cci
Interface CreateAdministratorParams

All Superinterfaces:
RefStruct, RefStruct_1_0, Serializable
All Known Implementing Classes:
CreateAdministratorParamsImpl

public interface CreateAdministratorParams
extends RefStruct_1_0


Method Summary
 String getAdminPrincipalName()
          Retrieves the value for the structure field adminPrincipalName.
 String getInitialPassword()
          Retrieves the value for the structure field initialPassword.
 String getInitialPasswordVerification()
          Retrieves the value for the structure field initialPasswordVerification.
 String getSegmentName()
          Retrieves the value for the structure field segmentName.
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefStruct_1_0
refContainsValue, refDelegate, refGetValue
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getAdminPrincipalName

String getAdminPrincipalName()
Retrieves the value for the structure field adminPrincipalName.

Returns:
The non-null value for structure field adminPrincipalName.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getInitialPassword

String getInitialPassword()
Retrieves the value for the structure field initialPassword.

Returns:
The non-null value for structure field initialPassword.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getInitialPasswordVerification

String getInitialPasswordVerification()
Retrieves the value for the structure field initialPasswordVerification.

Returns:
The non-null value for structure field initialPasswordVerification.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getSegmentName

String getSegmentName()
Retrieves the value for the structure field segmentName.

Returns:
The non-null value for structure field segmentName.
Throws:
JmiException - If the value cannot be retrieved for some reason.


This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.