org.opencrx.kernel.address1.cci2.Addressable Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.address1.cci2;
/**
* Abstract class {@code Addressable}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:35.102784639Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Addressable
{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code building}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.building1.cci2.AbstractBuildingUnit getBuilding(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code building}.
* @param building The new—possibly {@code null}—value for this reference.
*/
public void setBuilding(
org.opencrx.kernel.building1.cci2.AbstractBuildingUnit building
);
// ----------------------------------------------------------------------------
// 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/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code isMain}.
* @return The non-null value for attribute {@code isMain}.
*/
public boolean isMain(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code isMain}.
* @param isMain The non-{@code null} new value for attribute {@code isMain}.
*/
public void setMain(
boolean isMain
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code region1}.
* @return The possibly null value for attribute {@code region1}.
*/
public java.lang.String getRegion1(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code region1}.
* @param region1 The possibly null new value for attribute {@code region1}.
*/
public void setRegion1(
java.lang.String region1
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code region2}.
* @return The possibly null value for attribute {@code region2}.
*/
public java.lang.String getRegion2(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code region2}.
* @param region2 The possibly null new value for attribute {@code region2}.
*/
public void setRegion2(
java.lang.String region2
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code region3}.
* @return The possibly null value for attribute {@code region3}.
*/
public java.lang.String getRegion3(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code region3}.
* @param region3 The possibly null new value for attribute {@code region3}.
*/
public void setRegion3(
java.lang.String region3
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code regionType1}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.code1.cci2.CodeValueContainer getRegionType1(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code regionType1}.
* @param regionType1 The new—possibly {@code null}—value for this reference.
*/
public void setRegionType1(
org.opencrx.kernel.code1.cci2.CodeValueContainer regionType1
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code regionType2}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.code1.cci2.CodeValueContainer getRegionType2(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code regionType2}.
* @param regionType2 The new—possibly {@code null}—value for this reference.
*/
public void setRegionType2(
org.opencrx.kernel.code1.cci2.CodeValueContainer regionType2
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code regionType3}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.code1.cci2.CodeValueContainer getRegionType3(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code regionType3}.
* @param regionType3 The new—possibly {@code null}—value for this reference.
*/
public void setRegionType3(
org.opencrx.kernel.code1.cci2.CodeValueContainer regionType3
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code salutationForCorrespondance}.
* @return The possibly null value for attribute {@code salutationForCorrespondance}.
*/
public java.lang.String getSalutationForCorrespondance(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code salutationForCorrespondance}.
* @param salutationForCorrespondance The possibly null new value for attribute {@code salutationForCorrespondance}.
*/
public void setSalutationForCorrespondance(
java.lang.String salutationForCorrespondance
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code tz}.
* @return The possibly null value for attribute {@code tz}.
*/
public java.lang.String getTz(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code tz}.
* @param tz The possibly null new value for attribute {@code tz}.
*/
public void setTz(
java.lang.String tz
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the attribute {@code usage}.
* @return A list containing all elements for this attribute.
*/
public java.util.List getUsage(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
/**
* Clears {@code usage} and adds the given value(s).
*
* This method is equivalent to
* list.clear();
* for(short e : usage){
* list.add(e);
* }
*
* @param usage value(s) to be added to {@code usage}
*/
public void setUsage(
short... usage
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code validFrom}.
* @return The possibly null value for attribute {@code validFrom}.
*/
public java.util.Date getValidFrom(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code validFrom}.
* @param validFrom The possibly null new value for attribute {@code validFrom}.
*/
public void setValidFrom(
java.util.Date validFrom
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code validTo}.
* @return The possibly null value for attribute {@code validTo}.
*/
public java.util.Date getValidTo(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code validTo}.
* @param validTo The possibly null new value for attribute {@code validTo}.
*/
public void setValidTo(
java.util.Date validTo
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}