org.opencrx.kernel.depot1.cci2.SingleBookingEntry Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.cci2;
/**
* Class {@code SingleBookingEntry}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:36.190033798Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SingleBookingEntry
extends org.opencrx.kernel.base.cci2.SecureObject,
org.opencrx.kernel.depot1.cci2.Booking,
org.openmdx.base.cci2.BasicObject{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code cb}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.depot1.cci2.CompoundBooking getCb(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code cb}.
* @param cb The new—possibly {@code null}—value for this reference.
*/
public void setCb(
org.opencrx.kernel.depot1.cci2.CompoundBooking cb
);
// ----------------------------------------------------------------------------
// 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/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code depotEntity}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.depot1.cci2.DepotEntity getDepotEntity(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code depotEntity}.
* @param depotEntity The new—possibly {@code null}—value for this reference.
*/
public void setDepotEntity(
org.opencrx.kernel.depot1.cci2.DepotEntity depotEntity
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code depotHolder}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.depot1.cci2.DepotHolder getDepotHolder(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code depotHolder}.
* @param depotHolder The new—possibly {@code null}—value for this reference.
*/
public void setDepotHolder(
org.opencrx.kernel.depot1.cci2.DepotHolder depotHolder
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code origin}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.depot1.cci2.BookingOrigin getOrigin(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code origin}.
* @param origin The new—possibly {@code null}—value for this reference.
*/
public void setOrigin(
org.opencrx.kernel.depot1.cci2.BookingOrigin origin
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code quantityCredit}.
* @return The possibly null value for attribute {@code quantityCredit}.
*/
public java.math.BigDecimal getQuantityCredit(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code quantityCredit}.
* @param quantityCredit The possibly null new value for attribute {@code quantityCredit}.
*/
public void setQuantityCredit(
java.math.BigDecimal quantityCredit
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code quantityDebit}.
* @return The possibly null value for attribute {@code quantityDebit}.
*/
public java.math.BigDecimal getQuantityDebit(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code quantityDebit}.
* @param quantityDebit The possibly null new value for attribute {@code quantityDebit}.
*/
public void setQuantityDebit(
java.math.BigDecimal quantityDebit
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code singleBooking}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.depot1.cci2.SingleBooking getSingleBooking(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code singleBooking}.
* @param singleBooking The new—possibly {@code null}—value for this reference.
*/
public void setSingleBooking(
org.opencrx.kernel.depot1.cci2.SingleBooking singleBooking
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
/**
* Object Identity
*/
public interface Identity extends org.oasisopen.cci2.Identity {
/**
* Retrieve the {@code Segment}'s identity
* @return the parent object's identity
*/
public org.openmdx.base.cci2.Segment.Identity getSegment();
/**
* Tells whether the {@code id} value is persistent or reassignable.
* @return {@code PERSISTENT} or {@code REASSIGNABLE}
*/
public org.oasisopen.cci2.QualifierType getIdType();
/**
* The {@code id} value
* @return the {@code id} value
*/
public java.lang.String getId();
}
}