org.opencrx.kernel.depot1.cci2.AggregatedDepotReportItem Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.cci2;
/**
* Class {@code AggregatedDepotReportItem}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:36.264369338Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface AggregatedDepotReportItem
extends org.opencrx.kernel.base.cci2.SecureObject,
org.openmdx.base.cci2.BasicObject{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code bookingPeriod}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.depot1.cci2.BookingPeriod getBookingPeriod(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code bookingPeriod}.
* @param bookingPeriod The new—possibly {@code null}—value for this reference.
*/
public void setBookingPeriod(
org.opencrx.kernel.depot1.cci2.BookingPeriod bookingPeriod
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code bookingPeriodName}.
* @return The possibly null value for attribute {@code bookingPeriodName}.
*/
public java.lang.String getBookingPeriodName(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code bookingPeriodName}.
* @param bookingPeriodName The possibly null new value for attribute {@code bookingPeriodName}.
*/
public void setBookingPeriodName(
java.lang.String bookingPeriodName
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code positionName}.
* @return The possibly null value for attribute {@code positionName}.
*/
public java.lang.String getPositionName(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code positionName}.
* @param positionName The possibly null new value for attribute {@code positionName}.
*/
public void setPositionName(
java.lang.String positionName
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code sumBalance}.
* @return The possibly null value for attribute {@code sumBalance}.
*/
public java.math.BigDecimal getSumBalance(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code sumBalance}.
* @param sumBalance The possibly null new value for attribute {@code sumBalance}.
*/
public void setSumBalance(
java.math.BigDecimal sumBalance
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code sumBalanceBop}.
* @return The possibly null value for attribute {@code sumBalanceBop}.
*/
public java.math.BigDecimal getSumBalanceBop(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code sumBalanceBop}.
* @param sumBalanceBop The possibly null new value for attribute {@code sumBalanceBop}.
*/
public void setSumBalanceBop(
java.math.BigDecimal sumBalanceBop
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code sumBalanceCredit}.
* @return The possibly null value for attribute {@code sumBalanceCredit}.
*/
public java.math.BigDecimal getSumBalanceCredit(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code sumBalanceCredit}.
* @param sumBalanceCredit The possibly null new value for attribute {@code sumBalanceCredit}.
*/
public void setSumBalanceCredit(
java.math.BigDecimal sumBalanceCredit
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code sumBalanceCreditBop}.
* @return The possibly null value for attribute {@code sumBalanceCreditBop}.
*/
public java.math.BigDecimal getSumBalanceCreditBop(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code sumBalanceCreditBop}.
* @param sumBalanceCreditBop The possibly null new value for attribute {@code sumBalanceCreditBop}.
*/
public void setSumBalanceCreditBop(
java.math.BigDecimal sumBalanceCreditBop
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code sumBalanceDebit}.
* @return The possibly null value for attribute {@code sumBalanceDebit}.
*/
public java.math.BigDecimal getSumBalanceDebit(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code sumBalanceDebit}.
* @param sumBalanceDebit The possibly null new value for attribute {@code sumBalanceDebit}.
*/
public void setSumBalanceDebit(
java.math.BigDecimal sumBalanceDebit
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code sumBalanceDebitBop}.
* @return The possibly null value for attribute {@code sumBalanceDebitBop}.
*/
public java.math.BigDecimal getSumBalanceDebitBop(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code sumBalanceDebitBop}.
* @param sumBalanceDebitBop The possibly null new value for attribute {@code sumBalanceDebitBop}.
*/
public void setSumBalanceDebitBop(
java.math.BigDecimal sumBalanceDebitBop
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code sumBalanceSimple}.
* @return The possibly null value for attribute {@code sumBalanceSimple}.
*/
public java.math.BigDecimal getSumBalanceSimple(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code sumBalanceSimple}.
* @param sumBalanceSimple The possibly null new value for attribute {@code sumBalanceSimple}.
*/
public void setSumBalanceSimple(
java.math.BigDecimal sumBalanceSimple
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code sumBalanceSimpleBop}.
* @return The possibly null value for attribute {@code sumBalanceSimpleBop}.
*/
public java.math.BigDecimal getSumBalanceSimpleBop(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code sumBalanceSimpleBop}.
* @param sumBalanceSimpleBop The possibly null new value for attribute {@code sumBalanceSimpleBop}.
*/
public void setSumBalanceSimpleBop(
java.math.BigDecimal sumBalanceSimpleBop
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
/**
* Object Identity
*/
public interface Identity extends org.oasisopen.cci2.Identity {
/**
* Retrieve the {@code DepotGroup}'s identity
* @return the parent object's identity
*/
public org.opencrx.kernel.depot1.cci2.DepotGroup.Identity getDepotGroup();
/**
* 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();
}
}