org.opencrx.kernel.account1.jmi1.Member Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.account1.jmi1;
/**
* Class {@code Member}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:38.211120037Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Member
extends org.opencrx.kernel.account1.cci2.Member,
org.opencrx.kernel.account1.jmi1.AccountAssignment,
org.opencrx.kernel.generic.jmi1.CrxObject{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code memberCategory}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.code1.jmi1.CodeValueEntry getMemberCategory(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code memberCategory}.
* @param memberCategory The new—possibly {@code null}—value for this reference.
*/
public void setMemberCategory(
org.opencrx.kernel.code1.cci2.CodeValueEntry memberCategory
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the attribute {@code memberRole}.
* @return A list containing all elements for this attribute.
*/
public java.util.List getMemberRole(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
/**
* Clears {@code memberRole} and adds the members of the given List.
*
* This method is equivalent to
* list.clear();
* list.addAll(memberRole);
*
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param memberRole collection to be copied.
*/
public void setMemberRole(
java.util.List memberRole
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
}