
org.iru.epd.model.message.nons.EPDSet 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">
* <all>
* <element ref="{}EPD004" minOccurs="0"/>
* <element ref="{}EPD005" minOccurs="0"/>
* <element ref="{}EPD009" minOccurs="0"/>
* <element ref="{}EPD013" minOccurs="0"/>
* <element ref="{}EPD014" minOccurs="0"/>
* <element ref="{}EPD015" minOccurs="0"/>
* <element ref="{}EPD016" minOccurs="0"/>
* <element ref="{}EPD025" minOccurs="0"/>
* <element ref="{}EPD028" minOccurs="0"/>
* <element ref="{}EPD029" minOccurs="0"/>
* <element ref="{}EPD045" minOccurs="0"/>
* <element ref="{}EPD051" minOccurs="0"/>
* <element ref="{}EPD055" minOccurs="0"/>
* <element ref="{}EPD060" minOccurs="0"/>
* <element ref="{}EPD140" minOccurs="0"/>
* <element ref="{}EPD141" minOccurs="0"/>
* <element ref="{}EPD917" minOccurs="0"/>
* <element ref="{}EPD928" minOccurs="0"/>
* </all>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
})
@XmlRootElement(name = "EPDSet")
public class EPDSet
implements Serializable
{
private final static long serialVersionUID = 3093270400500704057L;
@XmlElement(name = "EPD004")
protected EPD004 epd004;
@XmlElement(name = "EPD005")
protected EPD005 epd005;
@XmlElement(name = "EPD009")
protected EPD009 epd009;
@XmlElement(name = "EPD013")
protected EPD013 epd013;
@XmlElement(name = "EPD014")
protected EPD014 epd014;
@XmlElement(name = "EPD015")
protected EPD015 epd015;
@XmlElement(name = "EPD016")
protected EPD016 epd016;
@XmlElement(name = "EPD025")
protected EPD025 epd025;
@XmlElement(name = "EPD028")
protected EPD028 epd028;
@XmlElement(name = "EPD029")
protected EPD029 epd029;
@XmlElement(name = "EPD045")
protected EPD045 epd045;
@XmlElement(name = "EPD051")
protected EPD051 epd051;
@XmlElement(name = "EPD055")
protected EPD055 epd055;
@XmlElement(name = "EPD060")
protected EPD060 epd060;
@XmlElement(name = "EPD140")
protected EPD140 epd140;
@XmlElement(name = "EPD141")
protected EPD141 epd141;
@XmlElement(name = "EPD917")
protected EPD917 epd917;
@XmlElement(name = "EPD928")
protected EPD928 epd928;
/**
* Gets the value of the epd004 property.
*
* @return
* possible object is
* {@link EPD004 }
*
*/
public EPD004 getEPD004() {
return epd004;
}
/**
* Sets the value of the epd004 property.
*
* @param value
* allowed object is
* {@link EPD004 }
*
*/
public void setEPD004(EPD004 value) {
this.epd004 = value;
}
/**
* Gets the value of the epd005 property.
*
* @return
* possible object is
* {@link EPD005 }
*
*/
public EPD005 getEPD005() {
return epd005;
}
/**
* Sets the value of the epd005 property.
*
* @param value
* allowed object is
* {@link EPD005 }
*
*/
public void setEPD005(EPD005 value) {
this.epd005 = value;
}
/**
* Gets the value of the epd009 property.
*
* @return
* possible object is
* {@link EPD009 }
*
*/
public EPD009 getEPD009() {
return epd009;
}
/**
* Sets the value of the epd009 property.
*
* @param value
* allowed object is
* {@link EPD009 }
*
*/
public void setEPD009(EPD009 value) {
this.epd009 = value;
}
/**
* Gets the value of the epd013 property.
*
* @return
* possible object is
* {@link EPD013 }
*
*/
public EPD013 getEPD013() {
return epd013;
}
/**
* Sets the value of the epd013 property.
*
* @param value
* allowed object is
* {@link EPD013 }
*
*/
public void setEPD013(EPD013 value) {
this.epd013 = value;
}
/**
* Gets the value of the epd014 property.
*
* @return
* possible object is
* {@link EPD014 }
*
*/
public EPD014 getEPD014() {
return epd014;
}
/**
* Sets the value of the epd014 property.
*
* @param value
* allowed object is
* {@link EPD014 }
*
*/
public void setEPD014(EPD014 value) {
this.epd014 = value;
}
/**
* Gets the value of the epd015 property.
*
* @return
* possible object is
* {@link EPD015 }
*
*/
public EPD015 getEPD015() {
return epd015;
}
/**
* Sets the value of the epd015 property.
*
* @param value
* allowed object is
* {@link EPD015 }
*
*/
public void setEPD015(EPD015 value) {
this.epd015 = value;
}
/**
* Gets the value of the epd016 property.
*
* @return
* possible object is
* {@link EPD016 }
*
*/
public EPD016 getEPD016() {
return epd016;
}
/**
* Sets the value of the epd016 property.
*
* @param value
* allowed object is
* {@link EPD016 }
*
*/
public void setEPD016(EPD016 value) {
this.epd016 = value;
}
/**
* Gets the value of the epd025 property.
*
* @return
* possible object is
* {@link EPD025 }
*
*/
public EPD025 getEPD025() {
return epd025;
}
/**
* Sets the value of the epd025 property.
*
* @param value
* allowed object is
* {@link EPD025 }
*
*/
public void setEPD025(EPD025 value) {
this.epd025 = value;
}
/**
* Gets the value of the epd028 property.
*
* @return
* possible object is
* {@link EPD028 }
*
*/
public EPD028 getEPD028() {
return epd028;
}
/**
* Sets the value of the epd028 property.
*
* @param value
* allowed object is
* {@link EPD028 }
*
*/
public void setEPD028(EPD028 value) {
this.epd028 = value;
}
/**
* Gets the value of the epd029 property.
*
* @return
* possible object is
* {@link EPD029 }
*
*/
public EPD029 getEPD029() {
return epd029;
}
/**
* Sets the value of the epd029 property.
*
* @param value
* allowed object is
* {@link EPD029 }
*
*/
public void setEPD029(EPD029 value) {
this.epd029 = value;
}
/**
* Gets the value of the epd045 property.
*
* @return
* possible object is
* {@link EPD045 }
*
*/
public EPD045 getEPD045() {
return epd045;
}
/**
* Sets the value of the epd045 property.
*
* @param value
* allowed object is
* {@link EPD045 }
*
*/
public void setEPD045(EPD045 value) {
this.epd045 = value;
}
/**
* Gets the value of the epd051 property.
*
* @return
* possible object is
* {@link EPD051 }
*
*/
public EPD051 getEPD051() {
return epd051;
}
/**
* Sets the value of the epd051 property.
*
* @param value
* allowed object is
* {@link EPD051 }
*
*/
public void setEPD051(EPD051 value) {
this.epd051 = value;
}
/**
* Gets the value of the epd055 property.
*
* @return
* possible object is
* {@link EPD055 }
*
*/
public EPD055 getEPD055() {
return epd055;
}
/**
* Sets the value of the epd055 property.
*
* @param value
* allowed object is
* {@link EPD055 }
*
*/
public void setEPD055(EPD055 value) {
this.epd055 = value;
}
/**
* Gets the value of the epd060 property.
*
* @return
* possible object is
* {@link EPD060 }
*
*/
public EPD060 getEPD060() {
return epd060;
}
/**
* Sets the value of the epd060 property.
*
* @param value
* allowed object is
* {@link EPD060 }
*
*/
public void setEPD060(EPD060 value) {
this.epd060 = value;
}
/**
* Gets the value of the epd140 property.
*
* @return
* possible object is
* {@link EPD140 }
*
*/
public EPD140 getEPD140() {
return epd140;
}
/**
* Sets the value of the epd140 property.
*
* @param value
* allowed object is
* {@link EPD140 }
*
*/
public void setEPD140(EPD140 value) {
this.epd140 = value;
}
/**
* Gets the value of the epd141 property.
*
* @return
* possible object is
* {@link EPD141 }
*
*/
public EPD141 getEPD141() {
return epd141;
}
/**
* Sets the value of the epd141 property.
*
* @param value
* allowed object is
* {@link EPD141 }
*
*/
public void setEPD141(EPD141 value) {
this.epd141 = value;
}
/**
* Gets the value of the epd917 property.
*
* @return
* possible object is
* {@link EPD917 }
*
*/
public EPD917 getEPD917() {
return epd917;
}
/**
* Sets the value of the epd917 property.
*
* @param value
* allowed object is
* {@link EPD917 }
*
*/
public void setEPD917(EPD917 value) {
this.epd917 = value;
}
/**
* Gets the value of the epd928 property.
*
* @return
* possible object is
* {@link EPD928 }
*
*/
public EPD928 getEPD928() {
return epd928;
}
/**
* Sets the value of the epd928 property.
*
* @param value
* allowed object is
* {@link EPD928 }
*
*/
public void setEPD928(EPD928 value) {
this.epd928 = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy