org.opencrx.kernel.ras1.cci2.Asset Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.ras1.cci2;
/**
* Class {@code Asset}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:35.478007319Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Asset
extends org.opencrx.kernel.product1.cci2.Product{
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code classificationElement}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.ras1.cci2.AssetHasClassificationElement.ClassificationElement getClassificationElement(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code definingProfile}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.ras1.cci2.AssetHasProfile.DefiningProfile getDefiningProfile(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code profile}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.ras1.cci2.Profile getProfile(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code profile}.
* @param profile The new—possibly {@code null}—value for this reference.
*/
public void setProfile(
org.opencrx.kernel.ras1.cci2.Profile profile
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code solutionPart}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.ras1.cci2.AssetHasSolution.SolutionPart getSolutionPart(
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code version}.
* @return The possibly null value for attribute {@code version}.
*/
public java.lang.String getVersion(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code version}.
* @param version The possibly null new value for attribute {@code version}.
*/
public void setVersion(
java.lang.String version
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}