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

org.opencrx.kernel.base.jmi1.ImportItemResult Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.base.jmi1;

@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.StructureMapper",
  date = "2023-10-28T12:15:38.221512830Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ImportItemResult
  extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0, org.opencrx.kernel.base.cci2.ImportItemResult
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code importedObject}.
   * @return The possibly null value for structure field {@code importedObject}.
   */
  public org.openmdx.base.jmi1.BasicObject getImportedObject(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code item}.
   * @return The possibly null value for structure field {@code item}.
   */
  public byte[] getItem(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code itemMimeType}.
   * @return The possibly null value for structure field {@code itemMimeType}.
   */
  public java.lang.String getItemMimeType(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code itemName}.
   * @return The possibly null value for structure field {@code itemName}.
   */
  public java.lang.String getItemName(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the structure field {@code status}.
   * @return The non-null value for structure field {@code status}.
   */
  public short getStatus(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code statusMessage}.
   * @return The possibly null value for structure field {@code statusMessage}.
   */
  public java.lang.String getStatusMessage(
  );


// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy