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

in.achuala.payhub.messages.camt029_001.v11.Camt029001011 Maven / Gradle / Ivy

//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.1 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2021.09.21 at 06:04:43 PM IST 
//


package in.achuala.payhub.messages.camt029_001.v11;

import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
import org.iso20022.bah001_001.v02.BusinessApplicationHeaderV02;
import org.iso20022.camt029_001.v11.Document;


/**
 * 

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="Header" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.02}BusinessApplicationHeaderV02" minOccurs="0"/>
 *         <element name="Document" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}Document"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "header", "document" }) @XmlRootElement(name = "camt029001011") public class Camt029001011 { @XmlElement(name = "Header") protected BusinessApplicationHeaderV02 header; @XmlElement(name = "Document", required = true) protected Document document; /** * Gets the value of the header property. * * @return * possible object is * {@link BusinessApplicationHeaderV02 } * */ public BusinessApplicationHeaderV02 getHeader() { return header; } /** * Sets the value of the header property. * * @param value * allowed object is * {@link BusinessApplicationHeaderV02 } * */ public void setHeader(BusinessApplicationHeaderV02 value) { this.header = value; } /** * Gets the value of the document property. * * @return * possible object is * {@link Document } * */ public Document getDocument() { return document; } /** * Sets the value of the document property. * * @param value * allowed object is * {@link Document } * */ public void setDocument(Document value) { this.document = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy