org.opencrx.kernel.base.cci2
Interface ExportItemResult

All Known Subinterfaces:
ExportItemResult

public interface ExportItemResult


Nested Class Summary
static class ExportItemResult.Member
          The structure's members
 
Method Summary
 byte[] getItem()
          Retrieves the value for the optional structure field item.
 String getItemMimeType()
          Retrieves the value for the optional structure field itemMimeType.
 String getItemName()
          Retrieves the value for the optional structure field itemName.
 short getStatus()
          Retrieves the value for the structure field status.
 String getStatusMessage()
          Retrieves the value for the optional structure field statusMessage.
 

Method Detail

getItem

byte[] getItem()
Retrieves the value for the optional structure field item.

Returns:
The possibly null value for structure field item.

getItemMimeType

String getItemMimeType()
Retrieves the value for the optional structure field itemMimeType.

Returns:
The possibly null value for structure field itemMimeType.

getItemName

String getItemName()
Retrieves the value for the optional structure field itemName.

Returns:
The possibly null value for structure field itemName.

getStatus

short getStatus()
Retrieves the value for the structure field status.

Returns:
The non-null value for structure field status.

getStatusMessage

String getStatusMessage()
Retrieves the value for the optional structure field statusMessage.

Returns:
The possibly null value for structure field statusMessage.


This software is published under the BSD license. Copyright © 2003-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.