org.opencrx.kernel.document1.jmi1.Media Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.document1.jmi1;
/**
* Abstract class {@code Media}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:37.538798526Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Media
extends org.opencrx.kernel.document1.cci2.Media,
org.openmdx.base.jmi1.BasicObject{
// ----------------------------------------------------------------------------
// Instance/AttributeGetStream
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/AttributeSetStream
// ----------------------------------------------------------------------------
/**
* Sets a new binary value for the attribute {@code content}.
* @param content A {@code BinaryLargeObject} containing the binary value for this attribute.
*/
public void setContent(
org.w3c.cci2.BinaryLargeObject content
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}