org.opencrx.kernel.activity1.cci2.PhoneCall Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* Class {@code PhoneCall}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:34.747433717Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface PhoneCall
extends org.opencrx.kernel.activity1.cci2.Activity{
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code phoneCallRecipient}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.activity1.cci2.PhoneCallContainsRecipient.PhoneCallRecipient getPhoneCallRecipient(
);
// ----------------------------------------------------------------------------
// 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.cci2.PhoneNumber 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.PhoneNumber sender
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}