All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.adorsys.psd2.iso20022.camt052.PaymentContext3 Maven / Gradle / Ivy

There is a newer version: 2.2.3
Show newest version
//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 generiert 
// Siehe http://java.sun.com/xml/jaxb 
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 
// Generiert: 2017.12.20 um 11:40:50 PM CET 
//


package org.adorsys.psd2.iso20022.camt052;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java-Klasse für PaymentContext3 complex type. * *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

 * <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>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "PaymentContext3", propOrder = { "cardPres", "crdhldrPres", "onLineCntxt", "attndncCntxt", "txEnvt", "txChanl", "attndntMsgCpbl", "attndntLang", "cardDataNtryMd", "fllbckInd", "authntcnMtd" }) public class PaymentContext3 { @XmlElement(name = "CardPres") protected Boolean cardPres; @XmlElement(name = "CrdhldrPres") protected Boolean crdhldrPres; @XmlElement(name = "OnLineCntxt") protected Boolean onLineCntxt; @XmlElement(name = "AttndncCntxt") @XmlSchemaType(name = "string") protected AttendanceContext1Code attndncCntxt; @XmlElement(name = "TxEnvt") @XmlSchemaType(name = "string") protected TransactionEnvironment1Code txEnvt; @XmlElement(name = "TxChanl") @XmlSchemaType(name = "string") protected TransactionChannel1Code txChanl; @XmlElement(name = "AttndntMsgCpbl") protected Boolean attndntMsgCpbl; @XmlElement(name = "AttndntLang") protected String attndntLang; @XmlElement(name = "CardDataNtryMd", required = true) @XmlSchemaType(name = "string") protected CardDataReading1Code cardDataNtryMd; @XmlElement(name = "FllbckInd") protected Boolean fllbckInd; @XmlElement(name = "AuthntcnMtd") protected CardholderAuthentication2 authntcnMtd; /** * Ruft den Wert der cardPres-Eigenschaft ab. * * @return * possible object is * {@link Boolean } * */ public Boolean isCardPres() { return cardPres; } /** * Legt den Wert der cardPres-Eigenschaft fest. * * @param value * allowed object is * {@link Boolean } * */ public void setCardPres(Boolean value) { this.cardPres = value; } /** * Ruft den Wert der crdhldrPres-Eigenschaft ab. * * @return * possible object is * {@link Boolean } * */ public Boolean isCrdhldrPres() { return crdhldrPres; } /** * Legt den Wert der crdhldrPres-Eigenschaft fest. * * @param value * allowed object is * {@link Boolean } * */ public void setCrdhldrPres(Boolean value) { this.crdhldrPres = value; } /** * Ruft den Wert der onLineCntxt-Eigenschaft ab. * * @return * possible object is * {@link Boolean } * */ public Boolean isOnLineCntxt() { return onLineCntxt; } /** * Legt den Wert der onLineCntxt-Eigenschaft fest. * * @param value * allowed object is * {@link Boolean } * */ public void setOnLineCntxt(Boolean value) { this.onLineCntxt = value; } /** * Ruft den Wert der attndncCntxt-Eigenschaft ab. * * @return * possible object is * {@link AttendanceContext1Code } * */ public AttendanceContext1Code getAttndncCntxt() { return attndncCntxt; } /** * Legt den Wert der attndncCntxt-Eigenschaft fest. * * @param value * allowed object is * {@link AttendanceContext1Code } * */ public void setAttndncCntxt(AttendanceContext1Code value) { this.attndncCntxt = value; } /** * Ruft den Wert der txEnvt-Eigenschaft ab. * * @return * possible object is * {@link TransactionEnvironment1Code } * */ public TransactionEnvironment1Code getTxEnvt() { return txEnvt; } /** * Legt den Wert der txEnvt-Eigenschaft fest. * * @param value * allowed object is * {@link TransactionEnvironment1Code } * */ public void setTxEnvt(TransactionEnvironment1Code value) { this.txEnvt = value; } /** * Ruft den Wert der txChanl-Eigenschaft ab. * * @return * possible object is * {@link TransactionChannel1Code } * */ public TransactionChannel1Code getTxChanl() { return txChanl; } /** * Legt den Wert der txChanl-Eigenschaft fest. * * @param value * allowed object is * {@link TransactionChannel1Code } * */ public void setTxChanl(TransactionChannel1Code value) { this.txChanl = value; } /** * Ruft den Wert der attndntMsgCpbl-Eigenschaft ab. * * @return * possible object is * {@link Boolean } * */ public Boolean isAttndntMsgCpbl() { return attndntMsgCpbl; } /** * Legt den Wert der attndntMsgCpbl-Eigenschaft fest. * * @param value * allowed object is * {@link Boolean } * */ public void setAttndntMsgCpbl(Boolean value) { this.attndntMsgCpbl = value; } /** * Ruft den Wert der attndntLang-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getAttndntLang() { return attndntLang; } /** * Legt den Wert der attndntLang-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setAttndntLang(String value) { this.attndntLang = value; } /** * Ruft den Wert der cardDataNtryMd-Eigenschaft ab. * * @return * possible object is * {@link CardDataReading1Code } * */ public CardDataReading1Code getCardDataNtryMd() { return cardDataNtryMd; } /** * Legt den Wert der cardDataNtryMd-Eigenschaft fest. * * @param value * allowed object is * {@link CardDataReading1Code } * */ public void setCardDataNtryMd(CardDataReading1Code value) { this.cardDataNtryMd = value; } /** * Ruft den Wert der fllbckInd-Eigenschaft ab. * * @return * possible object is * {@link Boolean } * */ public Boolean isFllbckInd() { return fllbckInd; } /** * Legt den Wert der fllbckInd-Eigenschaft fest. * * @param value * allowed object is * {@link Boolean } * */ public void setFllbckInd(Boolean value) { this.fllbckInd = value; } /** * Ruft den Wert der authntcnMtd-Eigenschaft ab. * * @return * possible object is * {@link CardholderAuthentication2 } * */ public CardholderAuthentication2 getAuthntcnMtd() { return authntcnMtd; } /** * Legt den Wert der authntcnMtd-Eigenschaft fest. * * @param value * allowed object is * {@link CardholderAuthentication2 } * */ public void setAuthntcnMtd(CardholderAuthentication2 value) { this.authntcnMtd = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy