org.opencrx.kernel.contract1.cci2.DeliveryInformation Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.contract1.cci2;
/**
* Class {@code DeliveryInformation}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:36.532369917Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface DeliveryInformation
extends org.opencrx.kernel.depot1.cci2.BookingOrigin,
org.opencrx.kernel.generic.cci2.CrxObject{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code activity}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.activity1.cci2.Activity getActivity(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code activity}.
* @param activity The new—possibly {@code null}—value for this reference.
*/
public void setActivity(
org.opencrx.kernel.activity1.cci2.Activity activity
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code actualDeliveryOn}.
* @return The possibly null value for attribute {@code actualDeliveryOn}.
*/
public java.util.Date getActualDeliveryOn(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code actualDeliveryOn}.
* @param actualDeliveryOn The possibly null new value for attribute {@code actualDeliveryOn}.
*/
public void setActualDeliveryOn(
java.util.Date actualDeliveryOn
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code actualEndAt}.
* @return The possibly null value for attribute {@code actualEndAt}.
*/
public java.util.Date getActualEndAt(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code actualEndAt}.
* @param actualEndAt The possibly null new value for attribute {@code actualEndAt}.
*/
public void setActualEndAt(
java.util.Date actualEndAt
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code actualStartAt}.
* @return The possibly null value for attribute {@code actualStartAt}.
*/
public java.util.Date getActualStartAt(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code actualStartAt}.
* @param actualStartAt The possibly null new value for attribute {@code actualStartAt}.
*/
public void setActualStartAt(
java.util.Date actualStartAt
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code deliveryTempCelcius}.
* @return The possibly null value for attribute {@code deliveryTempCelcius}.
*/
public java.math.BigDecimal getDeliveryTempCelcius(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code deliveryTempCelcius}.
* @param deliveryTempCelcius The possibly null new value for attribute {@code deliveryTempCelcius}.
*/
public void setDeliveryTempCelcius(
java.math.BigDecimal deliveryTempCelcius
);
// ----------------------------------------------------------------------------
// 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/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code feedback}.
* @return The possibly null value for attribute {@code feedback}.
*/
public java.lang.String getFeedback(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code feedback}.
* @param feedback The possibly null new value for attribute {@code feedback}.
*/
public void setFeedback(
java.lang.String feedback
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code name}.
* @return The possibly null value for attribute {@code name}.
*/
public java.lang.String getName(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code name}.
* @param name The possibly 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 quantityBeforeDelivery}.
* @return The possibly null value for attribute {@code quantityBeforeDelivery}.
*/
public java.math.BigDecimal getQuantityBeforeDelivery(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code quantityBeforeDelivery}.
* @param quantityBeforeDelivery The possibly null new value for attribute {@code quantityBeforeDelivery}.
*/
public void setQuantityBeforeDelivery(
java.math.BigDecimal quantityBeforeDelivery
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code quantityShipped}.
* @return The possibly null value for attribute {@code quantityShipped}.
*/
public java.math.BigDecimal getQuantityShipped(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code quantityShipped}.
* @param quantityShipped The possibly null new value for attribute {@code quantityShipped}.
*/
public void setQuantityShipped(
java.math.BigDecimal quantityShipped
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code quantityShipped2}.
* @return The possibly null value for attribute {@code quantityShipped2}.
*/
public java.math.BigDecimal getQuantityShipped2(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code quantityShipped2}.
* @param quantityShipped2 The possibly null new value for attribute {@code quantityShipped2}.
*/
public void setQuantityShipped2(
java.math.BigDecimal quantityShipped2
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code uomQuantityBeforeDelivery}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.uom1.cci2.Uom getUomQuantityBeforeDelivery(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code uomQuantityBeforeDelivery}.
* @param uomQuantityBeforeDelivery The new—possibly {@code null}—value for this reference.
*/
public void setUomQuantityBeforeDelivery(
org.opencrx.kernel.uom1.cci2.Uom uomQuantityBeforeDelivery
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code uomQuantityShipped}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.uom1.cci2.Uom getUomQuantityShipped(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code uomQuantityShipped}.
* @param uomQuantityShipped The new—possibly {@code null}—value for this reference.
*/
public void setUomQuantityShipped(
org.opencrx.kernel.uom1.cci2.Uom uomQuantityShipped
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code uomQuantityShipped2}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.uom1.cci2.Uom getUomQuantityShipped2(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code uomQuantityShipped2}.
* @param uomQuantityShipped2 The new—possibly {@code null}—value for this reference.
*/
public void setUomQuantityShipped2(
org.opencrx.kernel.uom1.cci2.Uom uomQuantityShipped2
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
/**
* Object Identity
*/
public interface Identity extends org.oasisopen.cci2.Identity {
/**
* Retrieve the {@code SalesContractPosition}'s identity
* @return the parent object's identity
*/
public org.oasisopen.cci2.Identity getDeliveryInformationContainer();
/**
* 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();
}
}