public class BalanceInquiryResponseType extends Object
Java class for BalanceInquiryResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BalanceInquiryResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}ResponseType"/>
<element name="PaymentAccountStatus" type="{}PaymentAccountStatusType" minOccurs="0"/>
<element name="LoyaltyAccountStatus" type="{}LoyaltyAccountStatusType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LoyaltyAccountStatusType |
loyaltyAccountStatus |
protected PaymentAccountStatusType |
paymentAccountStatus |
protected ResponseType |
response |
| Constructor and Description |
|---|
BalanceInquiryResponseType() |
| Modifier and Type | Method and Description |
|---|---|
LoyaltyAccountStatusType |
getLoyaltyAccountStatus()
Gets the value of the loyaltyAccountStatus property.
|
PaymentAccountStatusType |
getPaymentAccountStatus()
Gets the value of the paymentAccountStatus property.
|
ResponseType |
getResponse()
Gets the value of the response property.
|
void |
setLoyaltyAccountStatus(LoyaltyAccountStatusType value)
Sets the value of the loyaltyAccountStatus property.
|
void |
setPaymentAccountStatus(PaymentAccountStatusType value)
Sets the value of the paymentAccountStatus property.
|
void |
setResponse(ResponseType value)
Sets the value of the response property.
|
protected ResponseType response
protected PaymentAccountStatusType paymentAccountStatus
protected LoyaltyAccountStatusType loyaltyAccountStatus
public ResponseType getResponse()
ResponseTypepublic void setResponse(ResponseType value)
value - allowed object is
ResponseTypepublic PaymentAccountStatusType getPaymentAccountStatus()
PaymentAccountStatusTypepublic void setPaymentAccountStatus(PaymentAccountStatusType value)
value - allowed object is
PaymentAccountStatusTypepublic LoyaltyAccountStatusType getLoyaltyAccountStatus()
LoyaltyAccountStatusTypepublic void setLoyaltyAccountStatus(LoyaltyAccountStatusType value)
value - allowed object is
LoyaltyAccountStatusTypeCopyright © 2018. All rights reserved.