public class PaymentResultType extends Object
Java class for PaymentResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PaymentInstrumentData" type="{}PaymentInstrumentDataType" minOccurs="0"/>
<element name="AmountsResp" type="{}AmountsRespType" minOccurs="0"/>
<element name="Instalment" type="{}InstalmentType" minOccurs="0"/>
<element name="CurrencyConversion" type="{}CurrencyConversionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="CapturedSignature" type="{}CapturedSignatureType" minOccurs="0"/>
<element name="ProtectedSignature" type="{}ContentInformationType" minOccurs="0"/>
<element name="PaymentAcquirerData" type="{}PaymentAcquirerDataType" minOccurs="0"/>
</sequence>
<attribute name="PaymentType" type="{}PaymentTypeTypeCode" default="Normal" />
<attribute name="MerchantOverrideFlag" type="{}MerchantOverrideFlagType" default="false" />
<attribute name="CustomerLanguage" type="{}ISOLanguage2A" />
<attribute name="OnlineFlag" type="{}OnlineFlagType" default="true" />
<attribute name="AuthenticationMethod" type="{}AuthenticationMethodType" />
<attribute name="ValidityDate" type="{}ISODate" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AmountsRespType |
amountsResp |
protected List<String> |
authenticationMethod |
protected CapturedSignatureType |
capturedSignature |
protected List<CurrencyConversionType> |
currencyConversion |
protected String |
customerLanguage |
protected InstalmentType |
instalment |
protected Boolean |
merchantOverrideFlag |
protected Boolean |
onlineFlag |
protected PaymentAcquirerDataType |
paymentAcquirerData |
protected PaymentInstrumentDataType |
paymentInstrumentData |
protected String |
paymentType |
protected ContentInformationType |
protectedSignature |
protected String |
validityDate |
| Constructor and Description |
|---|
PaymentResultType() |
| Modifier and Type | Method and Description |
|---|---|
AmountsRespType |
getAmountsResp()
Gets the value of the amountsResp property.
|
List<String> |
getAuthenticationMethod()
Gets the value of the authenticationMethod property.
|
CapturedSignatureType |
getCapturedSignature()
Gets the value of the capturedSignature property.
|
List<CurrencyConversionType> |
getCurrencyConversion()
Gets the value of the currencyConversion property.
|
String |
getCustomerLanguage()
Gets the value of the customerLanguage property.
|
InstalmentType |
getInstalment()
Gets the value of the instalment property.
|
PaymentAcquirerDataType |
getPaymentAcquirerData()
Gets the value of the paymentAcquirerData property.
|
PaymentInstrumentDataType |
getPaymentInstrumentData()
Gets the value of the paymentInstrumentData property.
|
String |
getPaymentType()
Gets the value of the paymentType property.
|
ContentInformationType |
getProtectedSignature()
Gets the value of the protectedSignature property.
|
String |
getValidityDate()
Gets the value of the validityDate property.
|
boolean |
isMerchantOverrideFlag()
Gets the value of the merchantOverrideFlag property.
|
boolean |
isOnlineFlag()
Gets the value of the onlineFlag property.
|
void |
setAmountsResp(AmountsRespType value)
Sets the value of the amountsResp property.
|
void |
setCapturedSignature(CapturedSignatureType value)
Sets the value of the capturedSignature property.
|
void |
setCustomerLanguage(String value)
Sets the value of the customerLanguage property.
|
void |
setInstalment(InstalmentType value)
Sets the value of the instalment property.
|
void |
setMerchantOverrideFlag(Boolean value)
Sets the value of the merchantOverrideFlag property.
|
void |
setOnlineFlag(Boolean value)
Sets the value of the onlineFlag property.
|
void |
setPaymentAcquirerData(PaymentAcquirerDataType value)
Sets the value of the paymentAcquirerData property.
|
void |
setPaymentInstrumentData(PaymentInstrumentDataType value)
Sets the value of the paymentInstrumentData property.
|
void |
setPaymentType(String value)
Sets the value of the paymentType property.
|
void |
setProtectedSignature(ContentInformationType value)
Sets the value of the protectedSignature property.
|
void |
setValidityDate(String value)
Sets the value of the validityDate property.
|
protected PaymentInstrumentDataType paymentInstrumentData
protected AmountsRespType amountsResp
protected InstalmentType instalment
protected List<CurrencyConversionType> currencyConversion
protected CapturedSignatureType capturedSignature
protected ContentInformationType protectedSignature
protected PaymentAcquirerDataType paymentAcquirerData
protected String paymentType
protected Boolean merchantOverrideFlag
protected String customerLanguage
protected Boolean onlineFlag
protected String validityDate
public PaymentInstrumentDataType getPaymentInstrumentData()
PaymentInstrumentDataTypepublic void setPaymentInstrumentData(PaymentInstrumentDataType value)
value - allowed object is
PaymentInstrumentDataTypepublic AmountsRespType getAmountsResp()
AmountsRespTypepublic void setAmountsResp(AmountsRespType value)
value - allowed object is
AmountsRespTypepublic InstalmentType getInstalment()
InstalmentTypepublic void setInstalment(InstalmentType value)
value - allowed object is
InstalmentTypepublic List<CurrencyConversionType> getCurrencyConversion()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the currencyConversion property.
For example, to add a new item, do as follows:
getCurrencyConversion().add(newItem);
Objects of the following type(s) are allowed in the list
CurrencyConversionType
public CapturedSignatureType getCapturedSignature()
CapturedSignatureTypepublic void setCapturedSignature(CapturedSignatureType value)
value - allowed object is
CapturedSignatureTypepublic ContentInformationType getProtectedSignature()
ContentInformationTypepublic void setProtectedSignature(ContentInformationType value)
value - allowed object is
ContentInformationTypepublic PaymentAcquirerDataType getPaymentAcquirerData()
PaymentAcquirerDataTypepublic void setPaymentAcquirerData(PaymentAcquirerDataType value)
value - allowed object is
PaymentAcquirerDataTypepublic String getPaymentType()
Stringpublic void setPaymentType(String value)
value - allowed object is
Stringpublic boolean isMerchantOverrideFlag()
Booleanpublic void setMerchantOverrideFlag(Boolean value)
value - allowed object is
Booleanpublic String getCustomerLanguage()
Stringpublic void setCustomerLanguage(String value)
value - allowed object is
Stringpublic boolean isOnlineFlag()
Booleanpublic void setOnlineFlag(Boolean value)
value - allowed object is
Booleanpublic List<String> getAuthenticationMethod()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the authenticationMethod property.
For example, to add a new item, do as follows:
getAuthenticationMethod().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getValidityDate()
StringCopyright © 2018. All rights reserved.