org.opencrx.kernel.activity1.cci2.Incident Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* Class {@code Incident}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:34.988472466Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Incident
extends org.opencrx.kernel.activity1.cci2.Activity,
org.opencrx.kernel.generic.cci2.CrxObject{
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code caseOrigin}.
* @return The non-null value for attribute {@code caseOrigin}.
*/
public short getCaseOrigin(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code caseOrigin}.
* @param caseOrigin The non-{@code null} new value for attribute {@code caseOrigin}.
*/
public void setCaseOrigin(
short caseOrigin
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code caseType}.
* @return The non-null value for attribute {@code caseType}.
*/
public short getCaseType(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code caseType}.
* @param caseType The non-{@code null} new value for attribute {@code caseType}.
*/
public void setCaseType(
short caseType
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code customerSatisfaction}.
* @return The non-null value for attribute {@code customerSatisfaction}.
*/
public short getCustomerSatisfaction(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code customerSatisfaction}.
* @param customerSatisfaction The non-{@code null} new value for attribute {@code customerSatisfaction}.
*/
public void setCustomerSatisfaction(
short customerSatisfaction
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code incidentParty}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.activity1.cci2.IncidentContainsParticipant.IncidentParty getIncidentParty(
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code reproducibility}.
* @return The non-null value for attribute {@code reproducibility}.
*/
public short getReproducibility(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code reproducibility}.
* @param reproducibility The non-{@code null} new value for attribute {@code reproducibility}.
*/
public void setReproducibility(
short reproducibility
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code severity}.
* @return The non-null value for attribute {@code severity}.
*/
public short getSeverity(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code severity}.
* @param severity The non-{@code null} new value for attribute {@code severity}.
*/
public void setSeverity(
short severity
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}