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

org.opencrx.kernel.activity1.jmi1.EMail Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.jmi1;

/**
 * Class {@code EMail}
 */
@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
  date = "2023-10-28T12:15:37.320048740Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface EMail
  extends org.opencrx.kernel.activity1.cci2.EMail,
    org.opencrx.kernel.activity1.jmi1.Activity{

// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference {@code emailRecipient} for the specified query.
   * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getEmailRecipient( org.opencrx.kernel.activity1.cci2.AbstractEMailRecipientQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code emailRecipient} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.activity1.jmi1.AbstractEMailRecipient getEmailRecipient( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code emailRecipient} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getEmailRecipient(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.activity1.jmi1.AbstractEMailRecipient getEmailRecipient( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code emailRecipient}. *

* Note: This is an extension to the JMI 1 standard. * @param idIsPersistent {@code true} if {@code id} is persistent * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param emailRecipient The element to be appended. */ public void addEmailRecipient ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.activity1.jmi1.AbstractEMailRecipient emailRecipient ); /** * Adds the specified element to the set of the values for the reference {@code emailRecipient} using a reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param emailRecipient The element to be appended. */ public void addEmailRecipient ( java.lang.String id, org.opencrx.kernel.activity1.jmi1.AbstractEMailRecipient emailRecipient ); /** * Adds the specified element to the set of the values for the reference {@code emailRecipient} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param emailRecipient The element to be appended. */ public void addEmailRecipient ( org.opencrx.kernel.activity1.jmi1.AbstractEMailRecipient emailRecipient ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code gateway}. * @return The —possibly {@code null}— value for this reference. */ public org.openmdx.base.jmi1.BasicObject getGateway( ); // ---------------------------------------------------------------------------- // Instance/ReferenceSetNoQualifier // ---------------------------------------------------------------------------- /** * Sets a new value for the reference {@code gateway}. * @param gateway The new—possibly {@code null}—value for this reference. */ public void setGateway( org.openmdx.base.cci2.BasicObject gateway ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code sender}. * @return The —possibly {@code null}— value for this reference. */ public org.opencrx.kernel.account1.jmi1.AccountAddress getSender( ); // ---------------------------------------------------------------------------- // Instance/ReferenceSetNoQualifier // ---------------------------------------------------------------------------- /** * Sets a new value for the reference {@code sender}. * @param sender The new—possibly {@code null}—value for this reference. */ public void setSender( org.opencrx.kernel.account1.cci2.AccountAddress sender ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy