org.opencrx.kernel.account1.cci2.LegalEntity Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.account1.cci2;
/**
* Class {@code LegalEntity}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:35.744023575Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface LegalEntity
extends org.opencrx.kernel.account1.cci2.AbstractGroup{
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code dissolvedAt}.
* @return The possibly null value for attribute {@code dissolvedAt}.
*/
public javax.xml.datatype.XMLGregorianCalendar getDissolvedAt(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code dissolvedAt}.
* @param dissolvedAt The possibly null new value for attribute {@code dissolvedAt}.
*/
public void setDissolvedAt(
javax.xml.datatype.XMLGregorianCalendar dissolvedAt
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code establishedAt}.
* @return The possibly null value for attribute {@code establishedAt}.
*/
public javax.xml.datatype.XMLGregorianCalendar getEstablishedAt(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code establishedAt}.
* @param establishedAt The possibly null new value for attribute {@code establishedAt}.
*/
public void setEstablishedAt(
javax.xml.datatype.XMLGregorianCalendar establishedAt
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code industry}.
* @return The non-null value for attribute {@code industry}.
*/
public short getIndustry(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code industry}.
* @param industry The non-{@code null} new value for attribute {@code industry}.
*/
public void setIndustry(
short industry
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code numberOfEmployees}.
* @return The possibly null value for attribute {@code numberOfEmployees}.
*/
public java.lang.Integer getNumberOfEmployees(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code numberOfEmployees}.
* @param numberOfEmployees The possibly null new value for attribute {@code numberOfEmployees}.
*/
public void setNumberOfEmployees(
java.lang.Integer numberOfEmployees
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code numberOfEmployeesCategory}.
* @return The non-null value for attribute {@code numberOfEmployeesCategory}.
*/
public short getNumberOfEmployeesCategory(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code numberOfEmployeesCategory}.
* @param numberOfEmployeesCategory The non-{@code null} new value for attribute {@code numberOfEmployeesCategory}.
*/
public void setNumberOfEmployeesCategory(
short numberOfEmployeesCategory
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code organizationalUnit}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.account1.cci2.AbstractOrganizationalUnit getOrganizationalUnit(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code organizationalUnit}.
* @param organizationalUnit The new—possibly {@code null}—value for this reference.
*/
public void setOrganizationalUnit(
org.opencrx.kernel.account1.cci2.AbstractOrganizationalUnit organizationalUnit
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code revenueReport}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.account1.cci2.LegalEntityHasRevenueReport.RevenueReport getRevenueReport(
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code stockExchange}.
* @return The possibly null value for attribute {@code stockExchange}.
*/
public java.lang.String getStockExchange(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code stockExchange}.
* @param stockExchange The possibly null new value for attribute {@code stockExchange}.
*/
public void setStockExchange(
java.lang.String stockExchange
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code tickerSymbol}.
* @return The possibly null value for attribute {@code tickerSymbol}.
*/
public java.lang.String getTickerSymbol(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code tickerSymbol}.
* @param tickerSymbol The possibly null new value for attribute {@code tickerSymbol}.
*/
public void setTickerSymbol(
java.lang.String tickerSymbol
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}