org.opencrx.kernel.generic.cci2.Pictured Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.generic.cci2;
/**
* Abstract class {@code Pictured}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:36.834478882Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Pictured
{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code picture}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.document1.cci2.Media getPicture(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code picture}.
* @param picture The new—possibly {@code null}—value for this reference.
*/
public void setPicture(
org.opencrx.kernel.document1.cci2.Media picture
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code pictureContent}.
* @return The possibly null value for attribute {@code pictureContent}.
*/
public byte[] getPictureContent(
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code pictureContentMimeType}.
* @return The possibly null value for attribute {@code pictureContentMimeType}.
*/
public java.lang.String getPictureContentMimeType(
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code pictureContentName}.
* @return The possibly null value for attribute {@code pictureContentName}.
*/
public java.lang.String getPictureContentName(
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}