
org.iru.epd.model.message.nons.EPD005 Maven / Gradle / Ivy
Show all versions of epd-messages Show documentation
//
// 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 java.util.ArrayList;
import java.util.List;
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.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
/**
* 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"/>
* <element name="AmendmentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="AmdDatHEA599" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <length value="8"/>
* </restriction>
* </simpleType>
* </element>
* <element name="AmendmentRejectionDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="AmeRejDatHEA603" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <length value="8"/>
* </restriction>
* </simpleType>
* </element>
* <element name="AmeRejMotCodHEA604" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
* <totalDigits value="1"/>
* </restriction>
* </simpleType>
* </element>
* <element name="AmeRejMotTexHEA605" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="350"/>
* </restriction>
* </simpleType>
* </element>
* <element name="AmeRejMotTexHEA605LNG" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <length value="2"/>
* </restriction>
* </simpleType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="TRAPRIPC1" type="{}TRAPRIPC1Type" minOccurs="0"/>
* <element name="CUSOFFDEPEPT" type="{}CUSOFFDEPEPTType" minOccurs="0"/>
* <element name="FUNERRER1" type="{}FUNERRER1Type" maxOccurs="99" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"heahea",
"trapripc1",
"cusoffdepept",
"funerrer1"
})
@XmlRootElement(name = "EPD005")
public class EPD005
implements Serializable
{
private final static long serialVersionUID = 3093270400500704057L;
@XmlElement(name = "HEAHEA", required = true)
protected EPD005 .HEAHEA heahea;
@XmlElement(name = "TRAPRIPC1")
protected TRAPRIPC1Type trapripc1;
@XmlElement(name = "CUSOFFDEPEPT")
protected CUSOFFDEPEPTType cusoffdepept;
@XmlElement(name = "FUNERRER1")
protected List funerrer1;
/**
* Gets the value of the heahea property.
*
* @return
* possible object is
* {@link EPD005 .HEAHEA }
*
*/
public EPD005 .HEAHEA getHEAHEA() {
return heahea;
}
/**
* Sets the value of the heahea property.
*
* @param value
* allowed object is
* {@link EPD005 .HEAHEA }
*
*/
public void setHEAHEA(EPD005 .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 funerrer1 property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the funerrer1 property.
*
*
* For example, to add a new item, do as follows:
*
* getFUNERRER1().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link FUNERRER1Type }
*
*
*/
public List getFUNERRER1() {
if (funerrer1 == null) {
funerrer1 = new ArrayList();
}
return this.funerrer1;
}
/**
* 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"/>
* <element name="AmendmentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="AmdDatHEA599" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <length value="8"/>
* </restriction>
* </simpleType>
* </element>
* <element name="AmendmentRejectionDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="AmeRejDatHEA603" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <length value="8"/>
* </restriction>
* </simpleType>
* </element>
* <element name="AmeRejMotCodHEA604" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
* <totalDigits value="1"/>
* </restriction>
* </simpleType>
* </element>
* <element name="AmeRejMotTexHEA605" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="350"/>
* </restriction>
* </simpleType>
* </element>
* <element name="AmeRejMotTexHEA605LNG" 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 = {
"docNumHEA5",
"guaranteeNumber",
"amendmentDate",
"amdDatHEA599",
"amendmentRejectionDate",
"ameRejDatHEA603",
"ameRejMotCodHEA604",
"ameRejMotTexHEA605",
"ameRejMotTexHEA605LNG"
})
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;
@XmlElement(name = "AmendmentDate")
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar amendmentDate;
@XmlElement(name = "AmdDatHEA599")
protected String amdDatHEA599;
@XmlElement(name = "AmendmentRejectionDate")
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar amendmentRejectionDate;
@XmlElement(name = "AmeRejDatHEA603")
protected String ameRejDatHEA603;
@XmlElement(name = "AmeRejMotCodHEA604")
protected BigInteger ameRejMotCodHEA604;
@XmlElement(name = "AmeRejMotTexHEA605")
protected String ameRejMotTexHEA605;
@XmlElement(name = "AmeRejMotTexHEA605LNG")
protected String ameRejMotTexHEA605LNG;
/**
* 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;
}
/**
* Gets the value of the amendmentDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getAmendmentDate() {
return amendmentDate;
}
/**
* Sets the value of the amendmentDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setAmendmentDate(XMLGregorianCalendar value) {
this.amendmentDate = value;
}
/**
* Gets the value of the amdDatHEA599 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAmdDatHEA599() {
return amdDatHEA599;
}
/**
* Sets the value of the amdDatHEA599 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAmdDatHEA599(String value) {
this.amdDatHEA599 = value;
}
/**
* Gets the value of the amendmentRejectionDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getAmendmentRejectionDate() {
return amendmentRejectionDate;
}
/**
* Sets the value of the amendmentRejectionDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setAmendmentRejectionDate(XMLGregorianCalendar value) {
this.amendmentRejectionDate = value;
}
/**
* Gets the value of the ameRejDatHEA603 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAmeRejDatHEA603() {
return ameRejDatHEA603;
}
/**
* Sets the value of the ameRejDatHEA603 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAmeRejDatHEA603(String value) {
this.ameRejDatHEA603 = value;
}
/**
* Gets the value of the ameRejMotCodHEA604 property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getAmeRejMotCodHEA604() {
return ameRejMotCodHEA604;
}
/**
* Sets the value of the ameRejMotCodHEA604 property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setAmeRejMotCodHEA604(BigInteger value) {
this.ameRejMotCodHEA604 = value;
}
/**
* Gets the value of the ameRejMotTexHEA605 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAmeRejMotTexHEA605() {
return ameRejMotTexHEA605;
}
/**
* Sets the value of the ameRejMotTexHEA605 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAmeRejMotTexHEA605(String value) {
this.ameRejMotTexHEA605 = value;
}
/**
* Gets the value of the ameRejMotTexHEA605LNG property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAmeRejMotTexHEA605LNG() {
return ameRejMotTexHEA605LNG;
}
/**
* Sets the value of the ameRejMotTexHEA605LNG property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAmeRejMotTexHEA605LNG(String value) {
this.ameRejMotTexHEA605LNG = value;
}
}
}