Class PaymentContext3
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_05.PaymentContext3
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AttendanceContext1Codeprotected Stringprotected Booleanprotected CardholderAuthentication2protected CardDataReading1Codeprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected TransactionChannel1Codeprotected TransactionEnvironment1Code -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attndncCntxt property.Gets the value of the attndntLang property.Gets the value of the authntcnMtd property.Gets the value of the cardDataNtryMd property.Gets the value of the txChanl property.Gets the value of the txEnvt property.Gets the value of the attndntMsgCpbl property.Gets the value of the cardPres property.Gets the value of the crdhldrPres property.Gets the value of the fllbckInd property.Gets the value of the onLineCntxt property.voidSets the value of the attndncCntxt property.voidsetAttndntLang(String value) Sets the value of the attndntLang property.voidsetAttndntMsgCpbl(Boolean value) Sets the value of the attndntMsgCpbl property.voidSets the value of the authntcnMtd property.voidSets the value of the cardDataNtryMd property.voidsetCardPres(Boolean value) Sets the value of the cardPres property.voidsetCrdhldrPres(Boolean value) Sets the value of the crdhldrPres property.voidsetFllbckInd(Boolean value) Sets the value of the fllbckInd property.voidsetOnLineCntxt(Boolean value) Sets the value of the onLineCntxt property.voidSets the value of the txChanl property.voidSets the value of the txEnvt property.
-
Field Details
-
cardPres
-
crdhldrPres
-
onLineCntxt
-
attndncCntxt
-
txEnvt
-
txChanl
-
attndntMsgCpbl
-
attndntLang
-
cardDataNtryMd
-
fllbckInd
-
authntcnMtd
-
-
Constructor Details
-
PaymentContext3
public PaymentContext3()
-
-
Method Details
-
isCardPres
-
setCardPres
-
isCrdhldrPres
-
setCrdhldrPres
-
isOnLineCntxt
-
setOnLineCntxt
-
getAttndncCntxt
Gets the value of the attndncCntxt property.- Returns:
- possible object is
AttendanceContext1Code
-
setAttndncCntxt
Sets the value of the attndncCntxt property.- Parameters:
value- allowed object isAttendanceContext1Code
-
getTxEnvt
Gets the value of the txEnvt property.- Returns:
- possible object is
TransactionEnvironment1Code
-
setTxEnvt
Sets the value of the txEnvt property.- Parameters:
value- allowed object isTransactionEnvironment1Code
-
getTxChanl
Gets the value of the txChanl property.- Returns:
- possible object is
TransactionChannel1Code
-
setTxChanl
Sets the value of the txChanl property.- Parameters:
value- allowed object isTransactionChannel1Code
-
isAttndntMsgCpbl
-
setAttndntMsgCpbl
-
getAttndntLang
-
setAttndntLang
-
getCardDataNtryMd
Gets the value of the cardDataNtryMd property.- Returns:
- possible object is
CardDataReading1Code
-
setCardDataNtryMd
Sets the value of the cardDataNtryMd property.- Parameters:
value- allowed object isCardDataReading1Code
-
isFllbckInd
-
setFllbckInd
-
getAuthntcnMtd
Gets the value of the authntcnMtd property.- Returns:
- possible object is
CardholderAuthentication2
-
setAuthntcnMtd
Sets the value of the authntcnMtd property.- Parameters:
value- allowed object isCardholderAuthentication2
-