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

org.opencrx.kernel.document1.cci2.SegmentContainsDocumentSchema Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Association/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.document1.cci2;

/**
 * Association Interface {@code SegmentContainsDocumentSchema}
 */
@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.AssociationMapper",
  date = "2023-10-28T12:15:35.307631246Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SegmentContainsDocumentSchema {
// ----------------------------------------------------------------------------
// AssociationEnd/Begin
// ----------------------------------------------------------------------------

  /**
   * Association End Interface {@code documentSchema}
   */
  interface DocumentSchema extends org.w3c.cci2.Container {

     E get(
       org.oasisopen.cci2.QualifierType idType,
       java.lang.String id
     );

     void add(
       org.oasisopen.cci2.QualifierType idType,
       java.lang.String id,
       E documentSchema
     );

     void remove(
       org.oasisopen.cci2.QualifierType idType,
       java.lang.String id
     );

  }

// ----------------------------------------------------------------------------
// AssociationEnd/End
// ----------------------------------------------------------------------------
}
// ----------------------------------------------------------------------------
// Association/End
// ----------------------------------------------------------------------------




© 2015 - 2024 Weber Informatics LLC | Privacy Policy