public class PaymentContext3
extends java.lang.Object
Java class for PaymentContext3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentContext3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CardPres" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TrueFalseIndicator" minOccurs="0"/> <element name="CrdhldrPres" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TrueFalseIndicator" minOccurs="0"/> <element name="OnLineCntxt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TrueFalseIndicator" minOccurs="0"/> <element name="AttndncCntxt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}AttendanceContext1Code" minOccurs="0"/> <element name="TxEnvt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TransactionEnvironment1Code" minOccurs="0"/> <element name="TxChanl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TransactionChannel1Code" minOccurs="0"/> <element name="AttndntMsgCpbl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TrueFalseIndicator" minOccurs="0"/> <element name="AttndntLang" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ISO2ALanguageCode" minOccurs="0"/> <element name="CardDataNtryMd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}CardDataReading1Code"/> <element name="FllbckInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TrueFalseIndicator" minOccurs="0"/> <element name="AuthntcnMtd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}CardholderAuthentication2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected AttendanceContext1Code |
attndncCntxt |
|
protected java.lang.String |
attndntLang |
|
protected java.lang.Boolean |
attndntMsgCpbl |
|
protected CardholderAuthentication2 |
authntcnMtd |
|
protected CardDataReading1Code |
cardDataNtryMd |
|
protected java.lang.Boolean |
cardPres |
|
protected java.lang.Boolean |
crdhldrPres |
|
protected java.lang.Boolean |
fllbckInd |
|
protected java.lang.Boolean |
onLineCntxt |
|
protected TransactionChannel1Code |
txChanl |
|
protected TransactionEnvironment1Code |
txEnvt |
Constructor | Description |
---|---|
PaymentContext3() |
Modifier and Type | Method | Description |
---|---|---|
AttendanceContext1Code |
getAttndncCntxt() |
Gets the value of the attndncCntxt property.
|
java.lang.String |
getAttndntLang() |
Gets the value of the attndntLang property.
|
CardholderAuthentication2 |
getAuthntcnMtd() |
Gets the value of the authntcnMtd property.
|
CardDataReading1Code |
getCardDataNtryMd() |
Gets the value of the cardDataNtryMd property.
|
TransactionChannel1Code |
getTxChanl() |
Gets the value of the txChanl property.
|
TransactionEnvironment1Code |
getTxEnvt() |
Gets the value of the txEnvt property.
|
java.lang.Boolean |
isAttndntMsgCpbl() |
Gets the value of the attndntMsgCpbl property.
|
java.lang.Boolean |
isCardPres() |
Gets the value of the cardPres property.
|
java.lang.Boolean |
isCrdhldrPres() |
Gets the value of the crdhldrPres property.
|
java.lang.Boolean |
isFllbckInd() |
Gets the value of the fllbckInd property.
|
java.lang.Boolean |
isOnLineCntxt() |
Gets the value of the onLineCntxt property.
|
void |
setAttndncCntxt(AttendanceContext1Code value) |
Sets the value of the attndncCntxt property.
|
void |
setAttndntLang(java.lang.String value) |
Sets the value of the attndntLang property.
|
void |
setAttndntMsgCpbl(java.lang.Boolean value) |
Sets the value of the attndntMsgCpbl property.
|
void |
setAuthntcnMtd(CardholderAuthentication2 value) |
Sets the value of the authntcnMtd property.
|
void |
setCardDataNtryMd(CardDataReading1Code value) |
Sets the value of the cardDataNtryMd property.
|
void |
setCardPres(java.lang.Boolean value) |
Sets the value of the cardPres property.
|
void |
setCrdhldrPres(java.lang.Boolean value) |
Sets the value of the crdhldrPres property.
|
void |
setFllbckInd(java.lang.Boolean value) |
Sets the value of the fllbckInd property.
|
void |
setOnLineCntxt(java.lang.Boolean value) |
Sets the value of the onLineCntxt property.
|
void |
setTxChanl(TransactionChannel1Code value) |
Sets the value of the txChanl property.
|
void |
setTxEnvt(TransactionEnvironment1Code value) |
Sets the value of the txEnvt property.
|
protected java.lang.Boolean cardPres
protected java.lang.Boolean crdhldrPres
protected java.lang.Boolean onLineCntxt
protected AttendanceContext1Code attndncCntxt
protected TransactionEnvironment1Code txEnvt
protected TransactionChannel1Code txChanl
protected java.lang.Boolean attndntMsgCpbl
protected java.lang.String attndntLang
protected CardDataReading1Code cardDataNtryMd
protected java.lang.Boolean fllbckInd
protected CardholderAuthentication2 authntcnMtd
public java.lang.Boolean isCardPres()
Boolean
public void setCardPres(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isCrdhldrPres()
Boolean
public void setCrdhldrPres(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isOnLineCntxt()
Boolean
public void setOnLineCntxt(java.lang.Boolean value)
value
- allowed object is
Boolean
public AttendanceContext1Code getAttndncCntxt()
AttendanceContext1Code
public void setAttndncCntxt(AttendanceContext1Code value)
value
- allowed object is
AttendanceContext1Code
public TransactionEnvironment1Code getTxEnvt()
TransactionEnvironment1Code
public void setTxEnvt(TransactionEnvironment1Code value)
value
- allowed object is
TransactionEnvironment1Code
public TransactionChannel1Code getTxChanl()
TransactionChannel1Code
public void setTxChanl(TransactionChannel1Code value)
value
- allowed object is
TransactionChannel1Code
public java.lang.Boolean isAttndntMsgCpbl()
Boolean
public void setAttndntMsgCpbl(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getAttndntLang()
String
public void setAttndntLang(java.lang.String value)
value
- allowed object is
String
public CardDataReading1Code getCardDataNtryMd()
CardDataReading1Code
public void setCardDataNtryMd(CardDataReading1Code value)
value
- allowed object is
CardDataReading1Code
public java.lang.Boolean isFllbckInd()
Boolean
public void setFllbckInd(java.lang.Boolean value)
value
- allowed object is
Boolean
public CardholderAuthentication2 getAuthntcnMtd()
CardholderAuthentication2
public void setAuthntcnMtd(CardholderAuthentication2 value)
value
- allowed object is
CardholderAuthentication2
Copyright © 2018. All rights reserved.