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

org.iru.epd.model.message.nons.EPD055 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="DocNumHEA5" type="{}DocNumHEA5Type"/>
 *                   <element name="GuaranteeNumber" type="{}GuaranteeNumberType" minOccurs="0"/>
 *                 </sequence>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *         <element name="TRAPRIPC1" type="{}TRAPRIPC1Type" minOccurs="0"/>
 *         <element name="CUSOFFDEPEPT" type="{}CUSOFFDEPEPTType"/>
 *         <element name="GUAREF2">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <sequence>
 *                   <element name="GuaRefNumGRNREF21" type="{}TIRCarnetNumberType"/>
 *                   <element name="INVGUARNS">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="InvGuaReaCodRNS11">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <maxLength value="3"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="InvGuaReaRNS12" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <maxLength value="350"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                             <element name="InvGuaReaRNS12LNG" minOccurs="0">
 *                               <simpleType>
 *                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                                   <length value="2"/>
 *                                 </restriction>
 *                               </simpleType>
 *                             </element>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                 </sequence>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "heahea", "trapripc1", "cusoffdepept", "guaref2" }) @XmlRootElement(name = "EPD055") public class EPD055 implements Serializable { private final static long serialVersionUID = 3093270400500704057L; @XmlElement(name = "HEAHEA", required = true) protected EPD055 .HEAHEA heahea; @XmlElement(name = "TRAPRIPC1") protected TRAPRIPC1Type trapripc1; @XmlElement(name = "CUSOFFDEPEPT", required = true) protected CUSOFFDEPEPTType cusoffdepept; @XmlElement(name = "GUAREF2", required = true) protected EPD055 .GUAREF2 guaref2; /** * Gets the value of the heahea property. * * @return * possible object is * {@link EPD055 .HEAHEA } * */ public EPD055 .HEAHEA getHEAHEA() { return heahea; } /** * Sets the value of the heahea property. * * @param value * allowed object is * {@link EPD055 .HEAHEA } * */ public void setHEAHEA(EPD055 .HEAHEA value) { this.heahea = value; } /** * Gets the value of the trapripc1 property. * * @return * possible object is * {@link TRAPRIPC1Type } * */ public TRAPRIPC1Type getTRAPRIPC1() { return trapripc1; } /** * Sets the value of the trapripc1 property. * * @param value * allowed object is * {@link TRAPRIPC1Type } * */ public void setTRAPRIPC1(TRAPRIPC1Type value) { this.trapripc1 = value; } /** * Gets the value of the cusoffdepept property. * * @return * possible object is * {@link CUSOFFDEPEPTType } * */ public CUSOFFDEPEPTType getCUSOFFDEPEPT() { return cusoffdepept; } /** * Sets the value of the cusoffdepept property. * * @param value * allowed object is * {@link CUSOFFDEPEPTType } * */ public void setCUSOFFDEPEPT(CUSOFFDEPEPTType value) { this.cusoffdepept = value; } /** * Gets the value of the guaref2 property. * * @return * possible object is * {@link EPD055 .GUAREF2 } * */ public EPD055 .GUAREF2 getGUAREF2() { return guaref2; } /** * Sets the value of the guaref2 property. * * @param value * allowed object is * {@link EPD055 .GUAREF2 } * */ public void setGUAREF2(EPD055 .GUAREF2 value) { this.guaref2 = 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="GuaRefNumGRNREF21" type="{}TIRCarnetNumberType"/>
     *         <element name="INVGUARNS">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="InvGuaReaCodRNS11">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <maxLength value="3"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="InvGuaReaRNS12" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <maxLength value="350"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                   <element name="InvGuaReaRNS12LNG" minOccurs="0">
     *                     <simpleType>
     *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *                         <length value="2"/>
     *                       </restriction>
     *                     </simpleType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "guaRefNumGRNREF21", "invguarns" }) public static class GUAREF2 implements Serializable { private final static long serialVersionUID = 3093270400500704057L; @XmlElement(name = "GuaRefNumGRNREF21", required = true) protected String guaRefNumGRNREF21; @XmlElement(name = "INVGUARNS", required = true) protected EPD055 .GUAREF2 .INVGUARNS invguarns; /** * Gets the value of the guaRefNumGRNREF21 property. * * @return * possible object is * {@link String } * */ public String getGuaRefNumGRNREF21() { return guaRefNumGRNREF21; } /** * Sets the value of the guaRefNumGRNREF21 property. * * @param value * allowed object is * {@link String } * */ public void setGuaRefNumGRNREF21(String value) { this.guaRefNumGRNREF21 = value; } /** * Gets the value of the invguarns property. * * @return * possible object is * {@link EPD055 .GUAREF2 .INVGUARNS } * */ public EPD055 .GUAREF2 .INVGUARNS getINVGUARNS() { return invguarns; } /** * Sets the value of the invguarns property. * * @param value * allowed object is * {@link EPD055 .GUAREF2 .INVGUARNS } * */ public void setINVGUARNS(EPD055 .GUAREF2 .INVGUARNS value) { this.invguarns = 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="InvGuaReaCodRNS11">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <maxLength value="3"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="InvGuaReaRNS12" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <maxLength value="350"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *         <element name="InvGuaReaRNS12LNG" minOccurs="0">
         *           <simpleType>
         *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         *               <length value="2"/>
         *             </restriction>
         *           </simpleType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "invGuaReaCodRNS11", "invGuaReaRNS12", "invGuaReaRNS12LNG" }) public static class INVGUARNS implements Serializable { private final static long serialVersionUID = 3093270400500704057L; @XmlElement(name = "InvGuaReaCodRNS11", required = true) protected String invGuaReaCodRNS11; @XmlElement(name = "InvGuaReaRNS12") protected String invGuaReaRNS12; @XmlElement(name = "InvGuaReaRNS12LNG") protected String invGuaReaRNS12LNG; /** * Gets the value of the invGuaReaCodRNS11 property. * * @return * possible object is * {@link String } * */ public String getInvGuaReaCodRNS11() { return invGuaReaCodRNS11; } /** * Sets the value of the invGuaReaCodRNS11 property. * * @param value * allowed object is * {@link String } * */ public void setInvGuaReaCodRNS11(String value) { this.invGuaReaCodRNS11 = value; } /** * Gets the value of the invGuaReaRNS12 property. * * @return * possible object is * {@link String } * */ public String getInvGuaReaRNS12() { return invGuaReaRNS12; } /** * Sets the value of the invGuaReaRNS12 property. * * @param value * allowed object is * {@link String } * */ public void setInvGuaReaRNS12(String value) { this.invGuaReaRNS12 = value; } /** * Gets the value of the invGuaReaRNS12LNG property. * * @return * possible object is * {@link String } * */ public String getInvGuaReaRNS12LNG() { return invGuaReaRNS12LNG; } /** * Sets the value of the invGuaReaRNS12LNG property. * * @param value * allowed object is * {@link String } * */ public void setInvGuaReaRNS12LNG(String value) { this.invGuaReaRNS12LNG = 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="DocNumHEA5" type="{}DocNumHEA5Type"/>
     *         <element name="GuaranteeNumber" type="{}GuaranteeNumberType" minOccurs="0"/>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "docNumHEA5", "guaranteeNumber" }) public static class HEAHEA implements Serializable { private final static long serialVersionUID = 3093270400500704057L; @XmlElement(name = "DocNumHEA5", required = true) protected String docNumHEA5; @XmlElement(name = "GuaranteeNumber") protected String guaranteeNumber; /** * 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 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