org.opencrx.kernel.home1.cci2.ImportUsersParams Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.home1.cci2;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:35.554257696Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ImportUsersParams
{
// ----------------------------------------------------------------------------
// 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/Member
// ----------------------------------------------------------------------------
/**
* The structure's members
*/
enum Member {
item
, itemMimeType
, itemName
}
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}