org.opencrx.kernel.depot1.cci2.Segment Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.cci2;
/**
* Class {@code Segment}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:36.115807379Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Segment
extends org.opencrx.kernel.cci2.Segment,
org.opencrx.kernel.base.cci2.Auditee,
org.opencrx.kernel.base.cci2.Exporter,
org.opencrx.kernel.base.cci2.Importer,
org.opencrx.kernel.base.cci2.Indexed,
org.opencrx.kernel.base.cci2.SecureObject{
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code booking}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.depot1.cci2.SegmentContainsBooking.Booking getBooking(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code bookingEntry}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.depot1.cci2.SegmentContainsSingleBookingEntry.BookingEntry getBookingEntry(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code cb}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.depot1.cci2.SegmentContainsCompoundBooking.Cb getCb(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code compoundBookingFilter}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.depot1.cci2.SegmentContainsCompoundBookingFilter.CompoundBookingFilter getCompoundBookingFilter(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code depotType}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.depot1.cci2.EntityContainsDepotType.DepotType getDepotType(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code entity}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.depot1.cci2.SegmentContainsDepotEntity.Entity getEntity(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code entityRelationship}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.depot1.cci2.SegmentContainsDepotEntityRelationship.EntityRelationship getEntityRelationship(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code fxRate}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.depot1.cci2.SegmentContainsFxRate.FxRate getFxRate(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code inventoryLevel}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.depot1.cci2.SegmentContainsInventoryLevel.InventoryLevel getInventoryLevel(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code inventoryLevelFilter}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.depot1.cci2.SegmentContainsInventoryLevelFilter.InventoryLevelFilter getInventoryLevelFilter(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code simpleBooking}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.depot1.cci2.SegmentContainsSimpleBooking.SimpleBooking getSimpleBooking(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code simpleBookingFilter}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.depot1.cci2.SegmentContainsSimpleBookingFilter.SimpleBookingFilter getSimpleBookingFilter(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code singleBookingFilter}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.depot1.cci2.SegmentContainsSingleBookingFilter.SingleBookingFilter getSingleBookingFilter(
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}