
org.iru.epd.model.message.nons.EPD016 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.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="RefNumHEA4" type="{}RefNumHEA4Type"/>
* <element name="GuaranteeNumber" type="{}GuaranteeNumberType" minOccurs="0"/>
* <element name="TypOfDecHEA24" type="{}TypOfDecHEA24EnumType"/>
* <element name="DeclarationRejectionDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="DecRejDatHEA159" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <length value="8"/>
* </restriction>
* </simpleType>
* </element>
* <element name="DecRejReaHEA252" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="350"/>
* </restriction>
* </simpleType>
* </element>
* <element name="DecRejReaHEA252LNG" 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="FUNERRER1" type="{}FUNERRER1Type" maxOccurs="999" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"heahea",
"funerrer1"
})
@XmlRootElement(name = "EPD016")
public class EPD016
implements Serializable
{
private final static long serialVersionUID = 3093270400500704057L;
@XmlElement(name = "HEAHEA", required = true)
protected EPD016 .HEAHEA heahea;
@XmlElement(name = "FUNERRER1")
protected List funerrer1;
/**
* Gets the value of the heahea property.
*
* @return
* possible object is
* {@link EPD016 .HEAHEA }
*
*/
public EPD016 .HEAHEA getHEAHEA() {
return heahea;
}
/**
* Sets the value of the heahea property.
*
* @param value
* allowed object is
* {@link EPD016 .HEAHEA }
*
*/
public void setHEAHEA(EPD016 .HEAHEA value) {
this.heahea = 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="RefNumHEA4" type="{}RefNumHEA4Type"/>
* <element name="GuaranteeNumber" type="{}GuaranteeNumberType" minOccurs="0"/>
* <element name="TypOfDecHEA24" type="{}TypOfDecHEA24EnumType"/>
* <element name="DeclarationRejectionDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="DecRejDatHEA159" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <length value="8"/>
* </restriction>
* </simpleType>
* </element>
* <element name="DecRejReaHEA252" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="350"/>
* </restriction>
* </simpleType>
* </element>
* <element name="DecRejReaHEA252LNG" 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 = {
"refNumHEA4",
"guaranteeNumber",
"typOfDecHEA24",
"declarationRejectionDate",
"decRejDatHEA159",
"decRejReaHEA252",
"decRejReaHEA252LNG"
})
public static class HEAHEA
implements Serializable
{
private final static long serialVersionUID = 3093270400500704057L;
@XmlElement(name = "RefNumHEA4", required = true)
protected String refNumHEA4;
@XmlElement(name = "GuaranteeNumber")
protected String guaranteeNumber;
@XmlElement(name = "TypOfDecHEA24", required = true)
@XmlSchemaType(name = "string")
protected TypOfDecHEA24EnumType typOfDecHEA24;
@XmlElement(name = "DeclarationRejectionDate")
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar declarationRejectionDate;
@XmlElement(name = "DecRejDatHEA159")
protected String decRejDatHEA159;
@XmlElement(name = "DecRejReaHEA252")
protected String decRejReaHEA252;
@XmlElement(name = "DecRejReaHEA252LNG")
protected String decRejReaHEA252LNG;
/**
* 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;
}
/**
* Gets the value of the typOfDecHEA24 property.
*
* @return
* possible object is
* {@link TypOfDecHEA24EnumType }
*
*/
public TypOfDecHEA24EnumType getTypOfDecHEA24() {
return typOfDecHEA24;
}
/**
* Sets the value of the typOfDecHEA24 property.
*
* @param value
* allowed object is
* {@link TypOfDecHEA24EnumType }
*
*/
public void setTypOfDecHEA24(TypOfDecHEA24EnumType value) {
this.typOfDecHEA24 = value;
}
/**
* Gets the value of the declarationRejectionDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDeclarationRejectionDate() {
return declarationRejectionDate;
}
/**
* Sets the value of the declarationRejectionDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDeclarationRejectionDate(XMLGregorianCalendar value) {
this.declarationRejectionDate = value;
}
/**
* Gets the value of the decRejDatHEA159 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDecRejDatHEA159() {
return decRejDatHEA159;
}
/**
* Sets the value of the decRejDatHEA159 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDecRejDatHEA159(String value) {
this.decRejDatHEA159 = value;
}
/**
* Gets the value of the decRejReaHEA252 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDecRejReaHEA252() {
return decRejReaHEA252;
}
/**
* Sets the value of the decRejReaHEA252 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDecRejReaHEA252(String value) {
this.decRejReaHEA252 = value;
}
/**
* Gets the value of the decRejReaHEA252LNG property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDecRejReaHEA252LNG() {
return decRejReaHEA252LNG;
}
/**
* Sets the value of the decRejReaHEA252LNG property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDecRejReaHEA252LNG(String value) {
this.decRejReaHEA252LNG = value;
}
}
}