Class PaymentContext3
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.PaymentContext3
-
public class PaymentContext3 extends java.lang.ObjectJava 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.07}TrueFalseIndicator" minOccurs="0"/> <element name="CrdhldrPres" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TrueFalseIndicator" minOccurs="0"/> <element name="OnLineCntxt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TrueFalseIndicator" minOccurs="0"/> <element name="AttndncCntxt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}AttendanceContext1Code" minOccurs="0"/> <element name="TxEnvt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TransactionEnvironment1Code" minOccurs="0"/> <element name="TxChanl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TransactionChannel1Code" minOccurs="0"/> <element name="AttndntMsgCpbl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TrueFalseIndicator" minOccurs="0"/> <element name="AttndntLang" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ISO2ALanguageCode" minOccurs="0"/> <element name="CardDataNtryMd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CardDataReading1Code"/> <element name="FllbckInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TrueFalseIndicator" minOccurs="0"/> <element name="AuthntcnMtd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CardholderAuthentication2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AttendanceContext1CodeattndncCntxtprotected java.lang.StringattndntLangprotected java.lang.BooleanattndntMsgCpblprotected CardholderAuthentication2authntcnMtdprotected CardDataReading1CodecardDataNtryMdprotected java.lang.BooleancardPresprotected java.lang.BooleancrdhldrPresprotected java.lang.BooleanfllbckIndprotected java.lang.BooleanonLineCntxtprotected TransactionChannel1CodetxChanlprotected TransactionEnvironment1CodetxEnvt
-
Constructor Summary
Constructors Constructor Description PaymentContext3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttendanceContext1CodegetAttndncCntxt()Gets the value of the attndncCntxt property.java.lang.StringgetAttndntLang()Gets the value of the attndntLang property.CardholderAuthentication2getAuthntcnMtd()Gets the value of the authntcnMtd property.CardDataReading1CodegetCardDataNtryMd()Gets the value of the cardDataNtryMd property.TransactionChannel1CodegetTxChanl()Gets the value of the txChanl property.TransactionEnvironment1CodegetTxEnvt()Gets the value of the txEnvt property.java.lang.BooleanisAttndntMsgCpbl()Gets the value of the attndntMsgCpbl property.java.lang.BooleanisCardPres()Gets the value of the cardPres property.java.lang.BooleanisCrdhldrPres()Gets the value of the crdhldrPres property.java.lang.BooleanisFllbckInd()Gets the value of the fllbckInd property.java.lang.BooleanisOnLineCntxt()Gets the value of the onLineCntxt property.voidsetAttndncCntxt(AttendanceContext1Code value)Sets the value of the attndncCntxt property.voidsetAttndntLang(java.lang.String value)Sets the value of the attndntLang property.voidsetAttndntMsgCpbl(java.lang.Boolean value)Sets the value of the attndntMsgCpbl property.voidsetAuthntcnMtd(CardholderAuthentication2 value)Sets the value of the authntcnMtd property.voidsetCardDataNtryMd(CardDataReading1Code value)Sets the value of the cardDataNtryMd property.voidsetCardPres(java.lang.Boolean value)Sets the value of the cardPres property.voidsetCrdhldrPres(java.lang.Boolean value)Sets the value of the crdhldrPres property.voidsetFllbckInd(java.lang.Boolean value)Sets the value of the fllbckInd property.voidsetOnLineCntxt(java.lang.Boolean value)Sets the value of the onLineCntxt property.voidsetTxChanl(TransactionChannel1Code value)Sets the value of the txChanl property.voidsetTxEnvt(TransactionEnvironment1Code value)Sets the value of the txEnvt property.
-
-
-
Field Detail
-
cardPres
protected java.lang.Boolean cardPres
-
crdhldrPres
protected java.lang.Boolean crdhldrPres
-
onLineCntxt
protected java.lang.Boolean onLineCntxt
-
attndncCntxt
protected AttendanceContext1Code attndncCntxt
-
txEnvt
protected TransactionEnvironment1Code txEnvt
-
txChanl
protected TransactionChannel1Code txChanl
-
attndntMsgCpbl
protected java.lang.Boolean attndntMsgCpbl
-
attndntLang
protected java.lang.String attndntLang
-
cardDataNtryMd
protected CardDataReading1Code cardDataNtryMd
-
fllbckInd
protected java.lang.Boolean fllbckInd
-
authntcnMtd
protected CardholderAuthentication2 authntcnMtd
-
-
Method Detail
-
isCardPres
public java.lang.Boolean isCardPres()
Gets the value of the cardPres property.- Returns:
- possible object is
Boolean
-
setCardPres
public void setCardPres(java.lang.Boolean value)
Sets the value of the cardPres property.- Parameters:
value- allowed object isBoolean
-
isCrdhldrPres
public java.lang.Boolean isCrdhldrPres()
Gets the value of the crdhldrPres property.- Returns:
- possible object is
Boolean
-
setCrdhldrPres
public void setCrdhldrPres(java.lang.Boolean value)
Sets the value of the crdhldrPres property.- Parameters:
value- allowed object isBoolean
-
isOnLineCntxt
public java.lang.Boolean isOnLineCntxt()
Gets the value of the onLineCntxt property.- Returns:
- possible object is
Boolean
-
setOnLineCntxt
public void setOnLineCntxt(java.lang.Boolean value)
Sets the value of the onLineCntxt property.- Parameters:
value- allowed object isBoolean
-
getAttndncCntxt
public AttendanceContext1Code getAttndncCntxt()
Gets the value of the attndncCntxt property.- Returns:
- possible object is
AttendanceContext1Code
-
setAttndncCntxt
public void setAttndncCntxt(AttendanceContext1Code value)
Sets the value of the attndncCntxt property.- Parameters:
value- allowed object isAttendanceContext1Code
-
getTxEnvt
public TransactionEnvironment1Code getTxEnvt()
Gets the value of the txEnvt property.- Returns:
- possible object is
TransactionEnvironment1Code
-
setTxEnvt
public void setTxEnvt(TransactionEnvironment1Code value)
Sets the value of the txEnvt property.- Parameters:
value- allowed object isTransactionEnvironment1Code
-
getTxChanl
public TransactionChannel1Code getTxChanl()
Gets the value of the txChanl property.- Returns:
- possible object is
TransactionChannel1Code
-
setTxChanl
public void setTxChanl(TransactionChannel1Code value)
Sets the value of the txChanl property.- Parameters:
value- allowed object isTransactionChannel1Code
-
isAttndntMsgCpbl
public java.lang.Boolean isAttndntMsgCpbl()
Gets the value of the attndntMsgCpbl property.- Returns:
- possible object is
Boolean
-
setAttndntMsgCpbl
public void setAttndntMsgCpbl(java.lang.Boolean value)
Sets the value of the attndntMsgCpbl property.- Parameters:
value- allowed object isBoolean
-
getAttndntLang
public java.lang.String getAttndntLang()
Gets the value of the attndntLang property.- Returns:
- possible object is
String
-
setAttndntLang
public void setAttndntLang(java.lang.String value)
Sets the value of the attndntLang property.- Parameters:
value- allowed object isString
-
getCardDataNtryMd
public CardDataReading1Code getCardDataNtryMd()
Gets the value of the cardDataNtryMd property.- Returns:
- possible object is
CardDataReading1Code
-
setCardDataNtryMd
public void setCardDataNtryMd(CardDataReading1Code value)
Sets the value of the cardDataNtryMd property.- Parameters:
value- allowed object isCardDataReading1Code
-
isFllbckInd
public java.lang.Boolean isFllbckInd()
Gets the value of the fllbckInd property.- Returns:
- possible object is
Boolean
-
setFllbckInd
public void setFllbckInd(java.lang.Boolean value)
Sets the value of the fllbckInd property.- Parameters:
value- allowed object isBoolean
-
getAuthntcnMtd
public CardholderAuthentication2 getAuthntcnMtd()
Gets the value of the authntcnMtd property.- Returns:
- possible object is
CardholderAuthentication2
-
setAuthntcnMtd
public void setAuthntcnMtd(CardholderAuthentication2 value)
Sets the value of the authntcnMtd property.- Parameters:
value- allowed object isCardholderAuthentication2
-
-