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

org.opencrx.kernel.activity1.cci2.AbstractEMailRecipient Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Thu Mar 26 09:33:30 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.opencrx.kernel.activity1.cci2;

/**
 * Abstract class AbstractEMailRecipient
 */
public interface AbstractEMailRecipient
  extends org.opencrx.kernel.activity1.cci2.AbstractActivityParty{

// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------

// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
  /**
   * Object Identity
   */
  public interface Identity extends org.oasisopen.cci2.Identity {

    /**
     * Retrieve the EMail's identity
     * @return the parent object's identity
     */
    public org.opencrx.kernel.activity1.cci2.Activity.Identity getEmail();

    /**
     * Tells whether the id value is persistent or reassignable.
     * @return PERSISTENT or REASSIGNABLE
     */
    public org.oasisopen.cci2.QualifierType getIdType();

    /**
     * The id value
     * @return the id value
     */
    public java.lang.String getId();

  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy