org.opencrx.kernel.contract1.jmi1
Interface GetPositionAmountsResult

All Superinterfaces:
GetPositionAmountsResult, RefStruct, Serializable

public interface GetPositionAmountsResult
extends RefStruct, GetPositionAmountsResult


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 javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getAmount

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

Specified by:
getAmount in interface GetPositionAmountsResult
Returns:
The possibly null value for structure field amount.

getBaseAmount

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

Specified by:
getBaseAmount in interface GetPositionAmountsResult
Returns:
The possibly null value for structure field baseAmount.

getDiscountAmount

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

Specified by:
getDiscountAmount in interface GetPositionAmountsResult
Returns:
The possibly null value for structure field discountAmount.

getStatusCode

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

Specified by:
getStatusCode in interface GetPositionAmountsResult
Returns:
The non-null value for structure field statusCode.

getStatusMessage

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

Specified by:
getStatusMessage in interface GetPositionAmountsResult
Returns:
The possibly null value for structure field statusMessage.

getTaxAmount

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

Specified by:
getTaxAmount in interface GetPositionAmountsResult
Returns:
The possibly null value for structure field taxAmount.


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