public class PaymentContext3 extends 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.06}TrueFalseIndicator" minOccurs="0"/>
<element name="CrdhldrPres" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TrueFalseIndicator" minOccurs="0"/>
<element name="OnLineCntxt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TrueFalseIndicator" minOccurs="0"/>
<element name="AttndncCntxt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}AttendanceContext1Code" minOccurs="0"/>
<element name="TxEnvt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TransactionEnvironment1Code" minOccurs="0"/>
<element name="TxChanl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TransactionChannel1Code" minOccurs="0"/>
<element name="AttndntMsgCpbl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TrueFalseIndicator" minOccurs="0"/>
<element name="AttndntLang" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ISO2ALanguageCode" minOccurs="0"/>
<element name="CardDataNtryMd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CardDataReading1Code"/>
<element name="FllbckInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TrueFalseIndicator" minOccurs="0"/>
<element name="AuthntcnMtd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CardholderAuthentication2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AttendanceContext1Code |
attndncCntxt |
protected String |
attndntLang |
protected Boolean |
attndntMsgCpbl |
protected CardholderAuthentication2 |
authntcnMtd |
protected CardDataReading1Code |
cardDataNtryMd |
protected Boolean |
cardPres |
protected Boolean |
crdhldrPres |
protected Boolean |
fllbckInd |
protected Boolean |
onLineCntxt |
protected TransactionChannel1Code |
txChanl |
protected TransactionEnvironment1Code |
txEnvt |
| Constructor and Description |
|---|
PaymentContext3() |
| Modifier and Type | Method and Description |
|---|---|
AttendanceContext1Code |
getAttndncCntxt()
Gets the value of the attndncCntxt property.
|
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.
|
Boolean |
isAttndntMsgCpbl()
Gets the value of the attndntMsgCpbl property.
|
Boolean |
isCardPres()
Gets the value of the cardPres property.
|
Boolean |
isCrdhldrPres()
Gets the value of the crdhldrPres property.
|
Boolean |
isFllbckInd()
Gets the value of the fllbckInd property.
|
Boolean |
isOnLineCntxt()
Gets the value of the onLineCntxt property.
|
void |
setAttndncCntxt(AttendanceContext1Code value)
Sets the value of the attndncCntxt property.
|
void |
setAttndntLang(String value)
Sets the value of the attndntLang property.
|
void |
setAttndntMsgCpbl(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(Boolean value)
Sets the value of the cardPres property.
|
void |
setCrdhldrPres(Boolean value)
Sets the value of the crdhldrPres property.
|
void |
setFllbckInd(Boolean value)
Sets the value of the fllbckInd property.
|
void |
setOnLineCntxt(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 Boolean cardPres
protected Boolean crdhldrPres
protected Boolean onLineCntxt
protected AttendanceContext1Code attndncCntxt
protected TransactionEnvironment1Code txEnvt
protected TransactionChannel1Code txChanl
protected Boolean attndntMsgCpbl
protected String attndntLang
protected CardDataReading1Code cardDataNtryMd
protected Boolean fllbckInd
protected CardholderAuthentication2 authntcnMtd
public Boolean isCardPres()
Booleanpublic void setCardPres(Boolean value)
value - allowed object is
Booleanpublic Boolean isCrdhldrPres()
Booleanpublic void setCrdhldrPres(Boolean value)
value - allowed object is
Booleanpublic Boolean isOnLineCntxt()
Booleanpublic void setOnLineCntxt(Boolean value)
value - allowed object is
Booleanpublic AttendanceContext1Code getAttndncCntxt()
AttendanceContext1Codepublic void setAttndncCntxt(AttendanceContext1Code value)
value - allowed object is
AttendanceContext1Codepublic TransactionEnvironment1Code getTxEnvt()
TransactionEnvironment1Codepublic void setTxEnvt(TransactionEnvironment1Code value)
value - allowed object is
TransactionEnvironment1Codepublic TransactionChannel1Code getTxChanl()
TransactionChannel1Codepublic void setTxChanl(TransactionChannel1Code value)
value - allowed object is
TransactionChannel1Codepublic Boolean isAttndntMsgCpbl()
Booleanpublic void setAttndntMsgCpbl(Boolean value)
value - allowed object is
Booleanpublic String getAttndntLang()
Stringpublic void setAttndntLang(String value)
value - allowed object is
Stringpublic CardDataReading1Code getCardDataNtryMd()
CardDataReading1Codepublic void setCardDataNtryMd(CardDataReading1Code value)
value - allowed object is
CardDataReading1Codepublic Boolean isFllbckInd()
Booleanpublic void setFllbckInd(Boolean value)
value - allowed object is
Booleanpublic CardholderAuthentication2 getAuthntcnMtd()
CardholderAuthentication2public void setAuthntcnMtd(CardholderAuthentication2 value)
value - allowed object is
CardholderAuthentication2Copyright © 2017. All rights reserved.