org.opencrx.kernel.address1.jmi1.Addressable Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.address1.jmi1;
/**
* Abstract class {@code Addressable}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:37.396881232Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Addressable
extends org.opencrx.kernel.address1.cci2.Addressable,
org.openmdx.base.accessor.jmi.cci.RefObject_1_0{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code building}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.building1.jmi1.AbstractBuildingUnit getBuilding(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code building}.
* @param building The new—possibly {@code null}—value for this reference.
*/
public void setBuilding(
org.opencrx.kernel.building1.cci2.AbstractBuildingUnit building
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code regionType1}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.code1.jmi1.CodeValueContainer getRegionType1(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code regionType1}.
* @param regionType1 The new—possibly {@code null}—value for this reference.
*/
public void setRegionType1(
org.opencrx.kernel.code1.cci2.CodeValueContainer regionType1
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code regionType2}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.code1.jmi1.CodeValueContainer getRegionType2(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code regionType2}.
* @param regionType2 The new—possibly {@code null}—value for this reference.
*/
public void setRegionType2(
org.opencrx.kernel.code1.cci2.CodeValueContainer regionType2
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code regionType3}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.code1.jmi1.CodeValueContainer getRegionType3(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code regionType3}.
* @param regionType3 The new—possibly {@code null}—value for this reference.
*/
public void setRegionType3(
org.opencrx.kernel.code1.cci2.CodeValueContainer regionType3
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the attribute {@code usage}.
* @return A list containing all elements for this attribute.
*/
public java.util.List getUsage(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
/**
* Clears {@code usage} and adds the members of the given List.
*
* This method is equivalent to
* list.clear();
* list.addAll(usage);
*
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param usage collection to be copied.
*/
public void setUsage(
java.util.List usage
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}