org.opencrx.kernel.admin1.cci2.GenerateDatabaseScriptResult Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.admin1.cci2;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:36.009590335Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface GenerateDatabaseScriptResult
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code script}.
* @return The possibly null value for structure field {@code script}.
*/
public byte[] getScript(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code scriptMimeType}.
* @return The possibly null value for structure field {@code scriptMimeType}.
*/
public java.lang.String getScriptMimeType(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code scriptName}.
* @return The possibly null value for structure field {@code scriptName}.
*/
public java.lang.String getScriptName(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code statusCode}.
* @return The non-null value for structure field {@code statusCode}.
*/
public short getStatusCode(
);
// ----------------------------------------------------------------------------
// 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/Member
// ----------------------------------------------------------------------------
/**
* The structure's members
*/
enum Member {
script
, scriptMimeType
, scriptName
, statusCode
, statusMessage
}
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}