org.opencrx.kernel.home1.cci2.EMailAccount Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.home1.cci2;
/**
* Class {@code EMailAccount}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:35.574890870Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface EMailAccount
extends org.opencrx.kernel.home1.cci2.ServiceAccount{
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code incomingMailServiceName}.
* @return The possibly null value for attribute {@code incomingMailServiceName}.
*/
public java.lang.String getIncomingMailServiceName(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code incomingMailServiceName}.
* @param incomingMailServiceName The possibly null new value for attribute {@code incomingMailServiceName}.
*/
public void setIncomingMailServiceName(
java.lang.String incomingMailServiceName
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code outgoingMailServiceName}.
* @return The possibly null value for attribute {@code outgoingMailServiceName}.
*/
public java.lang.String getOutgoingMailServiceName(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code outgoingMailServiceName}.
* @param outgoingMailServiceName The possibly null new value for attribute {@code outgoingMailServiceName}.
*/
public void setOutgoingMailServiceName(
java.lang.String outgoingMailServiceName
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code replyEMailAddress}.
* @return The possibly null value for attribute {@code replyEMailAddress}.
*/
public java.lang.String getReplyEMailAddress(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code replyEMailAddress}.
* @param replyEMailAddress The possibly null new value for attribute {@code replyEMailAddress}.
*/
public void setReplyEMailAddress(
java.lang.String replyEMailAddress
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}