All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.address1.jmi1.PostalAddressable Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.address1.jmi1;

/**
 * Abstract class {@code PostalAddressable}
 */
@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
  date = "2023-10-28T12:15:37.408278001Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface PostalAddressable
  extends org.opencrx.kernel.address1.cci2.PostalAddressable,
    org.opencrx.kernel.generic.jmi1.Pictured{

// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
  /**
   * Retrieves a list containing all the elements for the attribute {@code postalAddressLine}.
   * @return A list containing all elements for this attribute.
   */
  public java.util.List getPostalAddressLine(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
  /**
   * Clears {@code postalAddressLine} and adds the members of the given List.
   * 

* This method is equivalent to

   *   list.clear();
   *   list.addAll(postalAddressLine);
   * 
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param postalAddressLine collection to be copied. */ public void setPostalAddressLine( java.util.List postalAddressLine ); // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code postalStreet}. * @return A list containing all elements for this attribute. */ public java.util.List getPostalStreet( ); // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears {@code postalStreet} and adds the members of the given List. *

* This method is equivalent to

   *   list.clear();
   *   list.addAll(postalStreet);
   * 
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param postalStreet collection to be copied. */ public void setPostalStreet( java.util.List postalStreet ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy