org.opencrx.kernel.account1.cci2.Contact Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.account1.cci2;
/**
* Class {@code Contact}
*
* isFrozen
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:35.659144837Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Contact
extends org.opencrx.kernel.account1.cci2.Account{
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code anniversary}.
* @return The possibly null value for attribute {@code anniversary}.
*/
public java.util.Date getAnniversary(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code anniversary}.
* @param anniversary The possibly null new value for attribute {@code anniversary}.
*/
public void setAnniversary(
java.util.Date anniversary
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code annualIncomeAmount}.
* @return The possibly null value for attribute {@code annualIncomeAmount}.
*/
public java.math.BigDecimal getAnnualIncomeAmount(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code annualIncomeAmount}.
* @param annualIncomeAmount The possibly null new value for attribute {@code annualIncomeAmount}.
*/
public void setAnnualIncomeAmount(
java.math.BigDecimal annualIncomeAmount
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code annualIncomeCurrency}.
* @return The possibly null value for attribute {@code annualIncomeCurrency}.
*/
public java.lang.Short getAnnualIncomeCurrency(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code annualIncomeCurrency}.
* @param annualIncomeCurrency The possibly null new value for attribute {@code annualIncomeCurrency}.
*/
public void setAnnualIncomeCurrency(
java.lang.Short annualIncomeCurrency
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code assistant}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.account1.cci2.Account getAssistant(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code assistant}.
* @param assistant The new—possibly {@code null}—value for this reference.
*/
public void setAssistant(
org.opencrx.kernel.account1.cci2.Account assistant
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code birthdate}.
* @return The possibly null value for attribute {@code birthdate}.
*/
public java.util.Date getBirthdate(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code birthdate}.
* @param birthdate The possibly null new value for attribute {@code birthdate}.
*/
public void setBirthdate(
java.util.Date birthdate
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the attribute {@code childrenNames}.
* @return A list containing all elements for this attribute.
*/
public java.util.List getChildrenNames(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
/**
* Clears {@code childrenNames} and adds the given value(s).
*
* This method is equivalent to
* list.clear();
* for(java.lang.String e : childrenNames){
* list.add(e);
* }
*
* @param childrenNames value(s) to be added to {@code childrenNames}
*/
public void setChildrenNames(
java.lang.String... childrenNames
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the attribute {@code citizenship}.
* @return A list containing all elements for this attribute.
*/
public java.util.List getCitizenship(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
/**
* Clears {@code citizenship} and adds the given value(s).
*
* This method is equivalent to
* list.clear();
* for(short e : citizenship){
* list.add(e);
* }
*
* @param citizenship value(s) to be added to {@code citizenship}
*/
public void setCitizenship(
short... citizenship
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code closing}.
* @return The possibly null value for attribute {@code closing}.
*/
public java.lang.String getClosing(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code closing}.
* @param closing The possibly null new value for attribute {@code closing}.
*/
public void setClosing(
java.lang.String closing
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code closingCode}.
* @return The non-null value for attribute {@code closingCode}.
*/
public short getClosingCode(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code closingCode}.
* @param closingCode The non-{@code null} new value for attribute {@code closingCode}.
*/
public void setClosingCode(
short closingCode
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code contactRelationship}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.account1.cci2.ContactHasContactRelationship.ContactRelationship getContactRelationship(
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code dateOfDeath}.
* @return The possibly null value for attribute {@code dateOfDeath}.
*/
public java.util.Date getDateOfDeath(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code dateOfDeath}.
* @param dateOfDeath The possibly null new value for attribute {@code dateOfDeath}.
*/
public void setDateOfDeath(
java.util.Date dateOfDeath
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code department}.
* @return The possibly null value for attribute {@code department}.
*/
public java.lang.String getDepartment(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code department}.
* @param department The possibly null new value for attribute {@code department}.
*/
public void setDepartment(
java.lang.String department
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code deputy}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.account1.cci2.Account getDeputy(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code deputy}.
* @param deputy The new—possibly {@code null}—value for this reference.
*/
public void setDeputy(
org.opencrx.kernel.account1.cci2.Account deputy
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code doNotBulkPostalMail}.
* @return The possibly null value for attribute {@code doNotBulkPostalMail}.
*/
public java.lang.Boolean isDoNotBulkPostalMail(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code doNotBulkPostalMail}.
* @param doNotBulkPostalMail The possibly null new value for attribute {@code doNotBulkPostalMail}.
*/
public void setDoNotBulkPostalMail(
java.lang.Boolean doNotBulkPostalMail
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code doNotEMail}.
* @return The possibly null value for attribute {@code doNotEMail}.
*/
public java.lang.Boolean isDoNotEMail(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code doNotEMail}.
* @param doNotEMail The possibly null new value for attribute {@code doNotEMail}.
*/
public void setDoNotEMail(
java.lang.Boolean doNotEMail
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code doNotFax}.
* @return The possibly null value for attribute {@code doNotFax}.
*/
public java.lang.Boolean isDoNotFax(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code doNotFax}.
* @param doNotFax The possibly null new value for attribute {@code doNotFax}.
*/
public void setDoNotFax(
java.lang.Boolean doNotFax
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code doNotPhone}.
* @return The possibly null value for attribute {@code doNotPhone}.
*/
public java.lang.Boolean isDoNotPhone(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code doNotPhone}.
* @param doNotPhone The possibly null new value for attribute {@code doNotPhone}.
*/
public void setDoNotPhone(
java.lang.Boolean doNotPhone
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code doNotPostalMail}.
* @return The possibly null value for attribute {@code doNotPostalMail}.
*/
public java.lang.Boolean isDoNotPostalMail(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code doNotPostalMail}.
* @param doNotPostalMail The possibly null new value for attribute {@code doNotPostalMail}.
*/
public void setDoNotPostalMail(
java.lang.Boolean doNotPostalMail
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code education}.
* @return The non-null value for attribute {@code education}.
*/
public short getEducation(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code education}.
* @param education The non-{@code null} new value for attribute {@code education}.
*/
public void setEducation(
short education
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code familyStatus}.
* @return The non-null value for attribute {@code familyStatus}.
*/
public short getFamilyStatus(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code familyStatus}.
* @param familyStatus The non-{@code null} new value for attribute {@code familyStatus}.
*/
public void setFamilyStatus(
short familyStatus
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code firstName}.
* @return The possibly null value for attribute {@code firstName}.
*/
public java.lang.String getFirstName(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code firstName}.
* @param firstName The possibly null new value for attribute {@code firstName}.
*/
public void setFirstName(
java.lang.String firstName
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code gender}.
* @return The non-null value for attribute {@code gender}.
*/
public short getGender(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code gender}.
* @param gender The non-{@code null} new value for attribute {@code gender}.
*/
public void setGender(
short gender
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code jobRole}.
* @return The possibly null value for attribute {@code jobRole}.
*/
public java.lang.String getJobRole(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code jobRole}.
* @param jobRole The possibly null new value for attribute {@code jobRole}.
*/
public void setJobRole(
java.lang.String jobRole
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code jobTitle}.
* @return The possibly null value for attribute {@code jobTitle}.
*/
public java.lang.String getJobTitle(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code jobTitle}.
* @param jobTitle The possibly null new value for attribute {@code jobTitle}.
*/
public void setJobTitle(
java.lang.String jobTitle
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code lastName}.
* @return The possibly null value for attribute {@code lastName}.
*/
public java.lang.String getLastName(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code lastName}.
* @param lastName The possibly null new value for attribute {@code lastName}.
*/
public void setLastName(
java.lang.String lastName
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code middleName}.
* @return The possibly null value for attribute {@code middleName}.
*/
public java.lang.String getMiddleName(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code middleName}.
* @param middleName The possibly null new value for attribute {@code middleName}.
*/
public void setMiddleName(
java.lang.String middleName
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code nickName}.
* @return The possibly null value for attribute {@code nickName}.
*/
public java.lang.String getNickName(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code nickName}.
* @param nickName The possibly null new value for attribute {@code nickName}.
*/
public void setNickName(
java.lang.String nickName
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code numberOfChildren}.
* @return The possibly null value for attribute {@code numberOfChildren}.
*/
public java.lang.Short getNumberOfChildren(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code numberOfChildren}.
* @param numberOfChildren The possibly null new value for attribute {@code numberOfChildren}.
*/
public void setNumberOfChildren(
java.lang.Short numberOfChildren
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code organization}.
* @return The possibly null value for attribute {@code organization}.
*/
public java.lang.String getOrganization(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code organization}.
* @param organization The possibly null new value for attribute {@code organization}.
*/
public void setOrganization(
java.lang.String organization
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code originalName}.
* @return The possibly null value for attribute {@code originalName}.
*/
public java.lang.String getOriginalName(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code originalName}.
* @param originalName The possibly null new value for attribute {@code originalName}.
*/
public void setOriginalName(
java.lang.String originalName
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code ouMembership}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.account1.cci2.ContactIsMemberOf.OuMembership getOuMembership(
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code placeOfBirth}.
* @return The possibly null value for attribute {@code placeOfBirth}.
*/
public java.lang.String getPlaceOfBirth(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code placeOfBirth}.
* @param placeOfBirth The possibly null new value for attribute {@code placeOfBirth}.
*/
public void setPlaceOfBirth(
java.lang.String placeOfBirth
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code placeOfDeath}.
* @return The possibly null value for attribute {@code placeOfDeath}.
*/
public java.lang.String getPlaceOfDeath(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code placeOfDeath}.
* @param placeOfDeath The possibly null new value for attribute {@code placeOfDeath}.
*/
public void setPlaceOfDeath(
java.lang.String placeOfDeath
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code placeOfOrigin}.
* @return The possibly null value for attribute {@code placeOfOrigin}.
*/
public java.lang.String getPlaceOfOrigin(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code placeOfOrigin}.
* @param placeOfOrigin The possibly null new value for attribute {@code placeOfOrigin}.
*/
public void setPlaceOfOrigin(
java.lang.String placeOfOrigin
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code preferredContactMethod}.
* @return The non-null value for attribute {@code preferredContactMethod}.
*/
public short getPreferredContactMethod(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code preferredContactMethod}.
* @param preferredContactMethod The non-{@code null} new value for attribute {@code preferredContactMethod}.
*/
public void setPreferredContactMethod(
short preferredContactMethod
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code preferredSpokenLanguage}.
* @return The non-null value for attribute {@code preferredSpokenLanguage}.
*/
public short getPreferredSpokenLanguage(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code preferredSpokenLanguage}.
* @param preferredSpokenLanguage The non-{@code null} new value for attribute {@code preferredSpokenLanguage}.
*/
public void setPreferredSpokenLanguage(
short preferredSpokenLanguage
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code preferredWrittenLanguage}.
* @return The non-null value for attribute {@code preferredWrittenLanguage}.
*/
public short getPreferredWrittenLanguage(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code preferredWrittenLanguage}.
* @param preferredWrittenLanguage The non-{@code null} new value for attribute {@code preferredWrittenLanguage}.
*/
public void setPreferredWrittenLanguage(
short preferredWrittenLanguage
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the attribute {@code religion}.
* @return A list containing all elements for this attribute.
*/
public java.util.List getReligion(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
/**
* Clears {@code religion} and adds the given value(s).
*
* This method is equivalent to
* list.clear();
* for(short e : religion){
* list.add(e);
* }
*
* @param religion value(s) to be added to {@code religion}
*/
public void setReligion(
short... religion
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code reportsTo}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.account1.cci2.Contact getReportsTo(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code reportsTo}.
* @param reportsTo The new—possibly {@code null}—value for this reference.
*/
public void setReportsTo(
org.opencrx.kernel.account1.cci2.Contact reportsTo
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code salutation}.
* @return The possibly null value for attribute {@code salutation}.
*/
public java.lang.String getSalutation(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code salutation}.
* @param salutation The possibly null new value for attribute {@code salutation}.
*/
public void setSalutation(
java.lang.String salutation
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code salutationCode}.
* @return The non-null value for attribute {@code salutationCode}.
*/
public short getSalutationCode(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code salutationCode}.
* @param salutationCode The non-{@code null} new value for attribute {@code salutationCode}.
*/
public void setSalutationCode(
short salutationCode
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code suffix}.
* @return The possibly null value for attribute {@code suffix}.
*/
public java.lang.String getSuffix(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code suffix}.
* @param suffix The possibly null new value for attribute {@code suffix}.
*/
public void setSuffix(
java.lang.String suffix
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}