org.opencrx.kernel.activity1.cci2.Mailing Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* Class {@code Mailing}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:34.664203391Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Mailing
extends org.opencrx.kernel.activity1.cci2.Activity{
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code document}.
* @return The possibly null value for attribute {@code document}.
*/
public java.lang.String getDocument(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code document}.
* @param document The possibly null new value for attribute {@code document}.
*/
public void setDocument(
java.lang.String document
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code mailingRecipient}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.activity1.cci2.MailingContainsRecipient.MailingRecipient getMailingRecipient(
);
// ----------------------------------------------------------------------------
// 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.PostalAddress 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.PostalAddress sender
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code template}.
* @return The possibly null value for attribute {@code template}.
*/
public java.lang.String getTemplate(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code template}.
* @param template The possibly null new value for attribute {@code template}.
*/
public void setTemplate(
java.lang.String template
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}