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

org.iru.epd.model.message.nons.EPD141 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 java.math.BigInteger;
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"/>
 *                 </sequence>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *         <element name="TRAPRIPC1" type="{}TRAPRIPC1Type"/>
 *         <element name="CUSOFFCOMAUT" type="{}CUSOFFCOMAUTType"/>
 *         <element name="CUSOFFPREOFFRES" type="{}CUSOFFPREOFFRESType" minOccurs="0"/>
 *         <element name="ENQENQ">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <sequence>
 *                   <element name="TC11DelENQ155" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
 *                         <enumeration value="0"/>
 *                         <enumeration value="1"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="TC11DelDatENQ143" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <length value="8"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="InfoEnq148">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <maxLength value="140"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="InfoEnq148LNG" minOccurs="0">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                         <length value="2"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                   <element name="InfOnPapAvaENQ790">
 *                     <simpleType>
 *                       <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
 *                         <enumeration value="0"/>
 *                         <enumeration value="1"/>
 *                       </restriction>
 *                     </simpleType>
 *                   </element>
 *                 </sequence>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *         <element name="CNECNE" type="{}CNECNEType" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "heahea", "trapripc1", "cusoffcomaut", "cusoffpreoffres", "enqenq", "cnecne" }) @XmlRootElement(name = "EPD141") public class EPD141 implements Serializable { private final static long serialVersionUID = 3093270400500704057L; @XmlElement(name = "HEAHEA", required = true) protected EPD141 .HEAHEA heahea; @XmlElement(name = "TRAPRIPC1", required = true) protected TRAPRIPC1Type trapripc1; @XmlElement(name = "CUSOFFCOMAUT", required = true) protected CUSOFFCOMAUTType cusoffcomaut; @XmlElement(name = "CUSOFFPREOFFRES") protected CUSOFFPREOFFRESType cusoffpreoffres; @XmlElement(name = "ENQENQ", required = true) protected EPD141 .ENQENQ enqenq; @XmlElement(name = "CNECNE") protected CNECNEType cnecne; /** * Gets the value of the heahea property. * * @return * possible object is * {@link EPD141 .HEAHEA } * */ public EPD141 .HEAHEA getHEAHEA() { return heahea; } /** * Sets the value of the heahea property. * * @param value * allowed object is * {@link EPD141 .HEAHEA } * */ public void setHEAHEA(EPD141 .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 cusoffcomaut property. * * @return * possible object is * {@link CUSOFFCOMAUTType } * */ public CUSOFFCOMAUTType getCUSOFFCOMAUT() { return cusoffcomaut; } /** * Sets the value of the cusoffcomaut property. * * @param value * allowed object is * {@link CUSOFFCOMAUTType } * */ public void setCUSOFFCOMAUT(CUSOFFCOMAUTType value) { this.cusoffcomaut = value; } /** * Gets the value of the cusoffpreoffres property. * * @return * possible object is * {@link CUSOFFPREOFFRESType } * */ public CUSOFFPREOFFRESType getCUSOFFPREOFFRES() { return cusoffpreoffres; } /** * Sets the value of the cusoffpreoffres property. * * @param value * allowed object is * {@link CUSOFFPREOFFRESType } * */ public void setCUSOFFPREOFFRES(CUSOFFPREOFFRESType value) { this.cusoffpreoffres = value; } /** * Gets the value of the enqenq property. * * @return * possible object is * {@link EPD141 .ENQENQ } * */ public EPD141 .ENQENQ getENQENQ() { return enqenq; } /** * Sets the value of the enqenq property. * * @param value * allowed object is * {@link EPD141 .ENQENQ } * */ public void setENQENQ(EPD141 .ENQENQ value) { this.enqenq = value; } /** * Gets the value of the cnecne property. * * @return * possible object is * {@link CNECNEType } * */ public CNECNEType getCNECNE() { return cnecne; } /** * Sets the value of the cnecne property. * * @param value * allowed object is * {@link CNECNEType } * */ public void setCNECNE(CNECNEType value) { this.cnecne = 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="TC11DelENQ155" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
     *               <enumeration value="0"/>
     *               <enumeration value="1"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="TC11DelDatENQ143" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <length value="8"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="InfoEnq148">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <maxLength value="140"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="InfoEnq148LNG" minOccurs="0">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *               <length value="2"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *         <element name="InfOnPapAvaENQ790">
     *           <simpleType>
     *             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
     *               <enumeration value="0"/>
     *               <enumeration value="1"/>
     *             </restriction>
     *           </simpleType>
     *         </element>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "tc11DelENQ155", "tc11DelDatENQ143", "infoEnq148", "infoEnq148LNG", "infOnPapAvaENQ790" }) public static class ENQENQ implements Serializable { private final static long serialVersionUID = 3093270400500704057L; @XmlElement(name = "TC11DelENQ155") protected BigInteger tc11DelENQ155; @XmlElement(name = "TC11DelDatENQ143") protected String tc11DelDatENQ143; @XmlElement(name = "InfoEnq148", required = true) protected String infoEnq148; @XmlElement(name = "InfoEnq148LNG") protected String infoEnq148LNG; @XmlElement(name = "InfOnPapAvaENQ790", required = true) protected BigInteger infOnPapAvaENQ790; /** * Gets the value of the tc11DelENQ155 property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getTC11DelENQ155() { return tc11DelENQ155; } /** * Sets the value of the tc11DelENQ155 property. * * @param value * allowed object is * {@link BigInteger } * */ public void setTC11DelENQ155(BigInteger value) { this.tc11DelENQ155 = value; } /** * Gets the value of the tc11DelDatENQ143 property. * * @return * possible object is * {@link String } * */ public String getTC11DelDatENQ143() { return tc11DelDatENQ143; } /** * Sets the value of the tc11DelDatENQ143 property. * * @param value * allowed object is * {@link String } * */ public void setTC11DelDatENQ143(String value) { this.tc11DelDatENQ143 = value; } /** * Gets the value of the infoEnq148 property. * * @return * possible object is * {@link String } * */ public String getInfoEnq148() { return infoEnq148; } /** * Sets the value of the infoEnq148 property. * * @param value * allowed object is * {@link String } * */ public void setInfoEnq148(String value) { this.infoEnq148 = value; } /** * Gets the value of the infoEnq148LNG property. * * @return * possible object is * {@link String } * */ public String getInfoEnq148LNG() { return infoEnq148LNG; } /** * Sets the value of the infoEnq148LNG property. * * @param value * allowed object is * {@link String } * */ public void setInfoEnq148LNG(String value) { this.infoEnq148LNG = value; } /** * Gets the value of the infOnPapAvaENQ790 property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getInfOnPapAvaENQ790() { return infOnPapAvaENQ790; } /** * Sets the value of the infOnPapAvaENQ790 property. * * @param value * allowed object is * {@link BigInteger } * */ public void setInfOnPapAvaENQ790(BigInteger value) { this.infOnPapAvaENQ790 = 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"/>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "docNumHEA5" }) public static class HEAHEA implements Serializable { private final static long serialVersionUID = 3093270400500704057L; @XmlElement(name = "DocNumHEA5", required = true) protected String docNumHEA5; /** * 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; } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy