org.opencrx.kernel.building1.cci2.AbstractBuildingUnit Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.building1.cci2;
/**
* Abstract class {@code AbstractBuildingUnit}
*
* isFrozenisFrozen
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:35.971248277Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface AbstractBuildingUnit
extends org.opencrx.kernel.generic.cci2.Pictured{
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code assignedAddress}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.building1.cci2.BuildingUnitHasAddress.AssignedAddress getAssignedAddress(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code depot}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.depot1.cci2.Depot getDepot(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code depot}.
* @param depot The new—possibly {@code null}—value for this reference.
*/
public void setDepot(
org.opencrx.kernel.depot1.cci2.Depot depot
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code description}.
* @return The possibly null value for attribute {@code description}.
*/
public java.lang.String getDescription(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code description}.
* @param description The possibly null new value for attribute {@code description}.
*/
public void setDescription(
java.lang.String description
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code facility}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.building1.cci2.BuildingUnitContainsFacility.Facility getFacility(
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code name}.
* @return The non-null value for attribute {@code name}.
*/
public java.lang.String getName(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code name}.
* @param name The non-{@code null} new value for attribute {@code name}.
*/
public void setName(
java.lang.String name
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code sizeInCubicMeter}.
* @return The possibly null value for attribute {@code sizeInCubicMeter}.
*/
public java.math.BigDecimal getSizeInCubicMeter(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code sizeInCubicMeter}.
* @param sizeInCubicMeter The possibly null new value for attribute {@code sizeInCubicMeter}.
*/
public void setSizeInCubicMeter(
java.math.BigDecimal sizeInCubicMeter
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code sizeInSquareMeter}.
* @return The possibly null value for attribute {@code sizeInSquareMeter}.
*/
public java.math.BigDecimal getSizeInSquareMeter(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code sizeInSquareMeter}.
* @param sizeInSquareMeter The possibly null new value for attribute {@code sizeInSquareMeter}.
*/
public void setSizeInSquareMeter(
java.math.BigDecimal sizeInSquareMeter
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}