org.opencrx.kernel.contract1.cci2
Interface GetPositionAmountsResult

All Known Subinterfaces:
GetPositionAmountsResult

public interface GetPositionAmountsResult


Nested Class Summary
static class GetPositionAmountsResult.Member
          The structure's members
 
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.
 

Method Detail

getAmount

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

Returns:
The possibly null value for structure field amount.

getBaseAmount

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

Returns:
The possibly null value for structure field baseAmount.

getDiscountAmount

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

Returns:
The possibly null value for structure field discountAmount.

getStatusCode

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

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

getStatusMessage

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

Returns:
The possibly null value for structure field statusMessage.

getTaxAmount

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

Returns:
The possibly null value for structure field taxAmount.


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