org.opencrx.kernel.contract1.cci2.Segment Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.contract1.cci2;
/**
* Class {@code Segment}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:36.514408722Z",
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 calculationRule}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.contract1.cci2.SegmentContainsPositionCalculationRule.CalculationRule getCalculationRule(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code contract}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.contract1.cci2.SegmentContainsContract.Contract getContract(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code contractCreator}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.contract1.cci2.SegmentContainsContractCreator.ContractCreator getContractCreator(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code contractFilter}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.contract1.cci2.SegmentContainsContractFilter.ContractFilter getContractFilter(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code contractGroup}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.contract1.cci2.SegmentContainsContractGroup.ContractGroup getContractGroup(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code contractRole}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.contract1.cci2.SegmentContainsContractRole.ContractRole getContractRole(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code contractType}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.contract1.cci2.SegmentContainsContractType.ContractType getContractType(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code invoice}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.contract1.cci2.SegmentContainsInvoice.Invoice getInvoice(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code lead}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.contract1.cci2.SegmentContainsLead.Lead getLead(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code opportunity}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.contract1.cci2.SegmentContainsOpportunity.Opportunity getOpportunity(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code quote}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.contract1.cci2.SegmentContainsQuote.Quote getQuote(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code salesOrder}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.contract1.cci2.SegmentContainsSalesOrder.SalesOrder getSalesOrder(
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}