
org.iru.epd.model.message.nons.EPD140 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.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="DatLimResHEA144">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <length value="8"/>
* </restriction>
* </simpleType>
* </element>
* <element name="DatReqNonArrMovHEA149">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <length value="8"/>
* </restriction>
* </simpleType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="TRAPRIPC1" type="{}TRAPRIPC1Type"/>
* <element name="CUSOFFDEPEPT" type="{}CUSOFFDEPEPTType"/>
* <element name="CUSOFFCOMAUT" type="{}CUSOFFCOMAUTType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"heahea",
"trapripc1",
"cusoffdepept",
"cusoffcomaut"
})
@XmlRootElement(name = "EPD140")
public class EPD140
implements Serializable
{
private final static long serialVersionUID = 3093270400500704057L;
@XmlElement(name = "HEAHEA", required = true)
protected EPD140 .HEAHEA heahea;
@XmlElement(name = "TRAPRIPC1", required = true)
protected TRAPRIPC1Type trapripc1;
@XmlElement(name = "CUSOFFDEPEPT", required = true)
protected CUSOFFDEPEPTType cusoffdepept;
@XmlElement(name = "CUSOFFCOMAUT", required = true)
protected CUSOFFCOMAUTType cusoffcomaut;
/**
* Gets the value of the heahea property.
*
* @return
* possible object is
* {@link EPD140 .HEAHEA }
*
*/
public EPD140 .HEAHEA getHEAHEA() {
return heahea;
}
/**
* Sets the value of the heahea property.
*
* @param value
* allowed object is
* {@link EPD140 .HEAHEA }
*
*/
public void setHEAHEA(EPD140 .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 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;
}
/**
* 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="DatLimResHEA144">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <length value="8"/>
* </restriction>
* </simpleType>
* </element>
* <element name="DatReqNonArrMovHEA149">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <length value="8"/>
* </restriction>
* </simpleType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"docNumHEA5",
"datLimResHEA144",
"datReqNonArrMovHEA149"
})
public static class HEAHEA
implements Serializable
{
private final static long serialVersionUID = 3093270400500704057L;
@XmlElement(name = "DocNumHEA5", required = true)
protected String docNumHEA5;
@XmlElement(name = "DatLimResHEA144", required = true)
protected String datLimResHEA144;
@XmlElement(name = "DatReqNonArrMovHEA149", required = true)
protected String datReqNonArrMovHEA149;
/**
* 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 datLimResHEA144 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDatLimResHEA144() {
return datLimResHEA144;
}
/**
* Sets the value of the datLimResHEA144 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDatLimResHEA144(String value) {
this.datLimResHEA144 = value;
}
/**
* Gets the value of the datReqNonArrMovHEA149 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDatReqNonArrMovHEA149() {
return datReqNonArrMovHEA149;
}
/**
* Sets the value of the datReqNonArrMovHEA149 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDatReqNonArrMovHEA149(String value) {
this.datReqNonArrMovHEA149 = value;
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy