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

org.iru.epd.model.message.nons.EPD917 Maven / Gradle / Ivy

The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2017.12.06 at 04:08:52 PM CET 
//


package org.iru.epd.model.message.nons;

import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;


/**
 * 

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="HEAHEA">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <sequence>
 *                   <element name="OriMesIdeMES22">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <maxLength value="22"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="DocNumHEA5" type="{}DocNumHEA5Type" minOccurs="0"/>
 *                   <element name="RefNumHEA4" type="{}RefNumHEA4Type" minOccurs="0"/>
 *                   <element name="GuaranteeNumber" type="{}GuaranteeNumberType" minOccurs="0"/>
 *                 </sequence>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *         <element name="FUNERRER1" type="{}FUNERRER1Type"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "heahea", "funerrer1" }) @XmlRootElement(name = "EPD917") public class EPD917 implements Serializable { private final static long serialVersionUID = 3093270400500704057L; @XmlElement(name = "HEAHEA", required = true) protected EPD917 .HEAHEA heahea; @XmlElement(name = "FUNERRER1", required = true) protected FUNERRER1Type funerrer1; /** * Gets the value of the heahea property. * * @return * possible object is * {@link EPD917 .HEAHEA } * */ public EPD917 .HEAHEA getHEAHEA() { return heahea; } /** * Sets the value of the heahea property. * * @param value * allowed object is * {@link EPD917 .HEAHEA } * */ public void setHEAHEA(EPD917 .HEAHEA value) { this.heahea = value; } /** * Gets the value of the funerrer1 property. * * @return * possible object is * {@link FUNERRER1Type } * */ public FUNERRER1Type getFUNERRER1() { return funerrer1; } /** * Sets the value of the funerrer1 property. * * @param value * allowed object is * {@link FUNERRER1Type } * */ public void setFUNERRER1(FUNERRER1Type value) { this.funerrer1 = value; } /** *

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="OriMesIdeMES22">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <maxLength value="22"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="DocNumHEA5" type="{}DocNumHEA5Type" minOccurs="0"/>
     *         <element name="RefNumHEA4" type="{}RefNumHEA4Type" minOccurs="0"/>
     *         <element name="GuaranteeNumber" type="{}GuaranteeNumberType" minOccurs="0"/>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "oriMesIdeMES22", "docNumHEA5", "refNumHEA4", "guaranteeNumber" }) public static class HEAHEA implements Serializable { private final static long serialVersionUID = 3093270400500704057L; @XmlElement(name = "OriMesIdeMES22", required = true) protected String oriMesIdeMES22; @XmlElement(name = "DocNumHEA5") protected String docNumHEA5; @XmlElement(name = "RefNumHEA4") protected String refNumHEA4; @XmlElement(name = "GuaranteeNumber") protected String guaranteeNumber; /** * Gets the value of the oriMesIdeMES22 property. * * @return * possible object is * {@link String } * */ public String getOriMesIdeMES22() { return oriMesIdeMES22; } /** * Sets the value of the oriMesIdeMES22 property. * * @param value * allowed object is * {@link String } * */ public void setOriMesIdeMES22(String value) { this.oriMesIdeMES22 = value; } /** * Gets the value of the docNumHEA5 property. * * @return * possible object is * {@link String } * */ public String getDocNumHEA5() { return docNumHEA5; } /** * Sets the value of the docNumHEA5 property. * * @param value * allowed object is * {@link String } * */ public void setDocNumHEA5(String value) { this.docNumHEA5 = value; } /** * Gets the value of the refNumHEA4 property. * * @return * possible object is * {@link String } * */ public String getRefNumHEA4() { return refNumHEA4; } /** * Sets the value of the refNumHEA4 property. * * @param value * allowed object is * {@link String } * */ public void setRefNumHEA4(String value) { this.refNumHEA4 = value; } /** * Gets the value of the guaranteeNumber property. * * @return * possible object is * {@link String } * */ public String getGuaranteeNumber() { return guaranteeNumber; } /** * Sets the value of the guaranteeNumber property. * * @param value * allowed object is * {@link String } * */ public void setGuaranteeNumber(String value) { this.guaranteeNumber = value; } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy