org.opencrx.kernel.ras1.cci2.Artifact Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.ras1.cci2;
/**
* Class {@code Artifact}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:35.472516055Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Artifact
extends org.opencrx.kernel.ras1.cci2.SolutionPart{
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code artifactContext}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.ras1.cci2.ArtifactHasContext.ArtifactContext getArtifactContext(
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code artifactType}.
* @return The non-null value for attribute {@code artifactType}.
*/
public java.lang.String getArtifactType(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code artifactType}.
* @param artifactType The non-{@code null} new value for attribute {@code artifactType}.
*/
public void setArtifactType(
java.lang.String artifactType
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code dependency}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.ras1.cci2.ArtifactHasDependency.Dependency getDependency(
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code digestName}.
* @return The possibly null value for attribute {@code digestName}.
*/
public java.lang.String getDigestName(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code digestName}.
* @param digestName The possibly null new value for attribute {@code digestName}.
*/
public void setDigestName(
java.lang.String digestName
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code digestValue}.
* @return The possibly null value for attribute {@code digestValue}.
*/
public java.lang.String getDigestValue(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code digestValue}.
* @param digestValue The possibly null new value for attribute {@code digestValue}.
*/
public void setDigestValue(
java.lang.String digestValue
);
// ----------------------------------------------------------------------------
// 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/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code vp}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.ras1.cci2.ArtifactHasVP.Vp getVp(
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}