org.opencrx.kernel.contract1.cci
Interface GetPositionAmountsResult

All Superinterfaces:
RefStruct, RefStruct_1_0, Serializable
All Known Implementing Classes:
GetPositionAmountsResultImpl

public interface GetPositionAmountsResult
extends RefStruct_1_0


Method Summary
 BigDecimal getAmount()
          Retrieves the value for the optional structure field amount.
 BigDecimal getBaseAmount()
          Retrieves the value for the optional structure field baseAmount.
 BigDecimal getDiscountAmount()
          Retrieves the value for the optional structure field discountAmount.
 short getStatusCode()
          Retrieves the value for the structure field statusCode.
 String getStatusMessage()
          Retrieves the value for the optional structure field statusMessage.
 BigDecimal getTaxAmount()
          Retrieves the value for the optional structure field taxAmount.
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefStruct_1_0
refContainsValue, refDelegate, refGetValue
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getAmount

BigDecimal getAmount()
Retrieves the value for the optional structure field amount.

Returns:
The possibly null value for structure field amount.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getBaseAmount

BigDecimal getBaseAmount()
Retrieves the value for the optional structure field baseAmount.

Returns:
The possibly null value for structure field baseAmount.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getDiscountAmount

BigDecimal getDiscountAmount()
Retrieves the value for the optional structure field discountAmount.

Returns:
The possibly null value for structure field discountAmount.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getStatusCode

short getStatusCode()
Retrieves the value for the structure field statusCode.

Returns:
The non-null value for structure field statusCode.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getStatusMessage

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

Returns:
The possibly null value for structure field statusMessage.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getTaxAmount

BigDecimal getTaxAmount()
Retrieves the value for the optional structure field taxAmount.

Returns:
The possibly null value for structure field taxAmount.
Throws:
JmiException - If the value cannot be retrieved for some reason.


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