
org.iru.epd.model.message.nons.EPD014 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of epd-messages Show documentation
Show all versions of epd-messages Show documentation
NCTS inspired schemas for EPD messages
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.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="CancellationRequestDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="DatOfCanReqHEA147" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <length value="8"/>
* </restriction>
* </simpleType>
* </element>
* <element name="CanReaHEA250">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="350"/>
* </restriction>
* </simpleType>
* </element>
* <element name="CanReaHEA250LNG" 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"/>
* <element name="TRACONCO1" type="{}TRACONCO1Type" minOccurs="0"/>
* <element name="TRACONCE1" type="{}TRACONCE1Type" minOccurs="0"/>
* <element name="TRAFFHEA" type="{}FreightForwaderType" minOccurs="0"/>
* <element name="CUSOFFDEPEPT" type="{}CUSOFFDEPEPTType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"heahea",
"trapripc1",
"traconco1",
"traconce1",
"traffhea",
"cusoffdepept"
})
@XmlRootElement(name = "EPD014")
public class EPD014
implements Serializable
{
private final static long serialVersionUID = 3093270400500704057L;
@XmlElement(name = "HEAHEA", required = true)
protected EPD014 .HEAHEA heahea;
@XmlElement(name = "TRAPRIPC1", required = true)
protected TRAPRIPC1Type trapripc1;
@XmlElement(name = "TRACONCO1")
protected TRACONCO1Type traconco1;
@XmlElement(name = "TRACONCE1")
protected TRACONCE1Type traconce1;
@XmlElement(name = "TRAFFHEA")
protected FreightForwaderType traffhea;
@XmlElement(name = "CUSOFFDEPEPT", required = true)
protected CUSOFFDEPEPTType cusoffdepept;
/**
* Gets the value of the heahea property.
*
* @return
* possible object is
* {@link EPD014 .HEAHEA }
*
*/
public EPD014 .HEAHEA getHEAHEA() {
return heahea;
}
/**
* Sets the value of the heahea property.
*
* @param value
* allowed object is
* {@link EPD014 .HEAHEA }
*
*/
public void setHEAHEA(EPD014 .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 traconco1 property.
*
* @return
* possible object is
* {@link TRACONCO1Type }
*
*/
public TRACONCO1Type getTRACONCO1() {
return traconco1;
}
/**
* Sets the value of the traconco1 property.
*
* @param value
* allowed object is
* {@link TRACONCO1Type }
*
*/
public void setTRACONCO1(TRACONCO1Type value) {
this.traconco1 = value;
}
/**
* Gets the value of the traconce1 property.
*
* @return
* possible object is
* {@link TRACONCE1Type }
*
*/
public TRACONCE1Type getTRACONCE1() {
return traconce1;
}
/**
* Sets the value of the traconce1 property.
*
* @param value
* allowed object is
* {@link TRACONCE1Type }
*
*/
public void setTRACONCE1(TRACONCE1Type value) {
this.traconce1 = value;
}
/**
* Gets the value of the traffhea property.
*
* @return
* possible object is
* {@link FreightForwaderType }
*
*/
public FreightForwaderType getTRAFFHEA() {
return traffhea;
}
/**
* Sets the value of the traffhea property.
*
* @param value
* allowed object is
* {@link FreightForwaderType }
*
*/
public void setTRAFFHEA(FreightForwaderType value) {
this.traffhea = 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;
}
/**
* 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="CancellationRequestDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="DatOfCanReqHEA147" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <length value="8"/>
* </restriction>
* </simpleType>
* </element>
* <element name="CanReaHEA250">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <maxLength value="350"/>
* </restriction>
* </simpleType>
* </element>
* <element name="CanReaHEA250LNG" 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",
"cancellationRequestDate",
"datOfCanReqHEA147",
"canReaHEA250",
"canReaHEA250LNG"
})
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 = "CancellationRequestDate")
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar cancellationRequestDate;
@XmlElement(name = "DatOfCanReqHEA147")
protected String datOfCanReqHEA147;
@XmlElement(name = "CanReaHEA250", required = true)
protected String canReaHEA250;
@XmlElement(name = "CanReaHEA250LNG")
protected String canReaHEA250LNG;
/**
* 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 cancellationRequestDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getCancellationRequestDate() {
return cancellationRequestDate;
}
/**
* Sets the value of the cancellationRequestDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setCancellationRequestDate(XMLGregorianCalendar value) {
this.cancellationRequestDate = value;
}
/**
* Gets the value of the datOfCanReqHEA147 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDatOfCanReqHEA147() {
return datOfCanReqHEA147;
}
/**
* Sets the value of the datOfCanReqHEA147 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDatOfCanReqHEA147(String value) {
this.datOfCanReqHEA147 = value;
}
/**
* Gets the value of the canReaHEA250 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCanReaHEA250() {
return canReaHEA250;
}
/**
* Sets the value of the canReaHEA250 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCanReaHEA250(String value) {
this.canReaHEA250 = value;
}
/**
* Gets the value of the canReaHEA250LNG property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCanReaHEA250LNG() {
return canReaHEA250LNG;
}
/**
* Sets the value of the canReaHEA250LNG property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCanReaHEA250LNG(String value) {
this.canReaHEA250LNG = value;
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy