org.smooks.edifact.binding.d17a.DGSDangerousGoods Maven / Gradle / Ivy
The newest version!
/*-
* ========================LICENSE_START=================================
* d17a-edifact-binding
* %%
* Copyright (C) 2020 - 2024 Smooks
* %%
* Licensed under the terms of the Apache License Version 2.0, or
* the GNU Lesser General Public License version 3.0 or later.
*
* SPDX-License-Identifier: Apache-2.0 OR LGPL-3.0-or-later
*
* ======================================================================
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* ======================================================================
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* =========================LICENSE_END==================================
*/
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.11.12 at 09:05:05 AM UTC
//
package org.smooks.edifact.binding.d17a;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for DGS-DangerousGoods complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="DGS-DangerousGoods">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="E8273" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E8273-DangerousGoodsRegulationsCode" minOccurs="0"/>
* <element name="C205" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}C205-HazardCode" minOccurs="0"/>
* <element name="C234" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}C234-UndgInformation" minOccurs="0"/>
* <element name="C223" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}C223-DangerousGoodsShipmentFlashpoint" minOccurs="0"/>
* <element name="E8339" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E8339-PackagingDangerLevelCode" minOccurs="0"/>
* <element name="E8364" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E8364-EmergencyProcedureForShipsIdentifier" minOccurs="0"/>
* <element name="E8410" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E8410-HazardMedicalFirstAidGuideIdentifier" minOccurs="0"/>
* <element name="E8126" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E8126-TransportEmergencyCardIdentifier" minOccurs="0"/>
* <element name="C235" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}C235-HazardIdentificationPlacardDetails" minOccurs="0"/>
* <element name="C236" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}C236-DangerousGoodsLabel" minOccurs="0"/>
* <element name="E8255" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E8255-PackingInstructionTypeCode" minOccurs="0"/>
* <element name="E8179" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E8179-TransportMeansDescriptionCode" minOccurs="0"/>
* <element name="E8211" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E8211-HazardousCargoTransportAuthorisationCode" minOccurs="0"/>
* <element name="C289" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}C289-TunnelRestriction" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DGS-DangerousGoods", propOrder = {
"e8273",
"c205",
"c234",
"c223",
"e8339",
"e8364",
"e8410",
"e8126",
"c235",
"c236",
"e8255",
"e8179",
"e8211",
"c289"
})
public class DGSDangerousGoods {
@XmlElement(name = "E8273")
@XmlSchemaType(name = "string")
protected E8273DangerousGoodsRegulationsCode e8273;
@XmlElement(name = "C205")
protected C205HazardCode c205;
@XmlElement(name = "C234")
protected C234UndgInformation c234;
@XmlElement(name = "C223")
protected C223DangerousGoodsShipmentFlashpoint c223;
@XmlElement(name = "E8339")
protected String e8339;
@XmlElement(name = "E8364")
protected String e8364;
@XmlElement(name = "E8410")
protected String e8410;
@XmlElement(name = "E8126")
protected String e8126;
@XmlElement(name = "C235")
protected C235HazardIdentificationPlacardDetails c235;
@XmlElement(name = "C236")
protected C236DangerousGoodsLabel c236;
@XmlElement(name = "E8255")
protected String e8255;
@XmlElement(name = "E8179")
protected String e8179;
@XmlElement(name = "E8211")
protected String e8211;
@XmlElement(name = "C289")
protected C289TunnelRestriction c289;
/**
* Gets the value of the e8273 property.
*
* @return
* possible object is
* {@link E8273DangerousGoodsRegulationsCode }
*
*/
public E8273DangerousGoodsRegulationsCode getE8273() {
return e8273;
}
/**
* Sets the value of the e8273 property.
*
* @param value
* allowed object is
* {@link E8273DangerousGoodsRegulationsCode }
*
*/
public void setE8273(E8273DangerousGoodsRegulationsCode value) {
this.e8273 = value;
}
/**
* Gets the value of the c205 property.
*
* @return
* possible object is
* {@link C205HazardCode }
*
*/
public C205HazardCode getC205() {
return c205;
}
/**
* Sets the value of the c205 property.
*
* @param value
* allowed object is
* {@link C205HazardCode }
*
*/
public void setC205(C205HazardCode value) {
this.c205 = value;
}
/**
* Gets the value of the c234 property.
*
* @return
* possible object is
* {@link C234UndgInformation }
*
*/
public C234UndgInformation getC234() {
return c234;
}
/**
* Sets the value of the c234 property.
*
* @param value
* allowed object is
* {@link C234UndgInformation }
*
*/
public void setC234(C234UndgInformation value) {
this.c234 = value;
}
/**
* Gets the value of the c223 property.
*
* @return
* possible object is
* {@link C223DangerousGoodsShipmentFlashpoint }
*
*/
public C223DangerousGoodsShipmentFlashpoint getC223() {
return c223;
}
/**
* Sets the value of the c223 property.
*
* @param value
* allowed object is
* {@link C223DangerousGoodsShipmentFlashpoint }
*
*/
public void setC223(C223DangerousGoodsShipmentFlashpoint value) {
this.c223 = value;
}
/**
* Gets the value of the e8339 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getE8339() {
return e8339;
}
/**
* Sets the value of the e8339 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setE8339(String value) {
this.e8339 = value;
}
/**
* Gets the value of the e8364 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getE8364() {
return e8364;
}
/**
* Sets the value of the e8364 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setE8364(String value) {
this.e8364 = value;
}
/**
* Gets the value of the e8410 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getE8410() {
return e8410;
}
/**
* Sets the value of the e8410 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setE8410(String value) {
this.e8410 = value;
}
/**
* Gets the value of the e8126 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getE8126() {
return e8126;
}
/**
* Sets the value of the e8126 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setE8126(String value) {
this.e8126 = value;
}
/**
* Gets the value of the c235 property.
*
* @return
* possible object is
* {@link C235HazardIdentificationPlacardDetails }
*
*/
public C235HazardIdentificationPlacardDetails getC235() {
return c235;
}
/**
* Sets the value of the c235 property.
*
* @param value
* allowed object is
* {@link C235HazardIdentificationPlacardDetails }
*
*/
public void setC235(C235HazardIdentificationPlacardDetails value) {
this.c235 = value;
}
/**
* Gets the value of the c236 property.
*
* @return
* possible object is
* {@link C236DangerousGoodsLabel }
*
*/
public C236DangerousGoodsLabel getC236() {
return c236;
}
/**
* Sets the value of the c236 property.
*
* @param value
* allowed object is
* {@link C236DangerousGoodsLabel }
*
*/
public void setC236(C236DangerousGoodsLabel value) {
this.c236 = value;
}
/**
* Gets the value of the e8255 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getE8255() {
return e8255;
}
/**
* Sets the value of the e8255 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setE8255(String value) {
this.e8255 = value;
}
/**
* Gets the value of the e8179 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getE8179() {
return e8179;
}
/**
* Sets the value of the e8179 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setE8179(String value) {
this.e8179 = value;
}
/**
* Gets the value of the e8211 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getE8211() {
return e8211;
}
/**
* Sets the value of the e8211 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setE8211(String value) {
this.e8211 = value;
}
/**
* Gets the value of the c289 property.
*
* @return
* possible object is
* {@link C289TunnelRestriction }
*
*/
public C289TunnelRestriction getC289() {
return c289;
}
/**
* Sets the value of the c289 property.
*
* @param value
* allowed object is
* {@link C289TunnelRestriction }
*
*/
public void setC289(C289TunnelRestriction value) {
this.c289 = value;
}
public DGSDangerousGoods withE8273(E8273DangerousGoodsRegulationsCode value) {
setE8273(value);
return this;
}
public DGSDangerousGoods withC205(C205HazardCode value) {
setC205(value);
return this;
}
public DGSDangerousGoods withC234(C234UndgInformation value) {
setC234(value);
return this;
}
public DGSDangerousGoods withC223(C223DangerousGoodsShipmentFlashpoint value) {
setC223(value);
return this;
}
public DGSDangerousGoods withE8339(String value) {
setE8339(value);
return this;
}
public DGSDangerousGoods withE8364(String value) {
setE8364(value);
return this;
}
public DGSDangerousGoods withE8410(String value) {
setE8410(value);
return this;
}
public DGSDangerousGoods withE8126(String value) {
setE8126(value);
return this;
}
public DGSDangerousGoods withC235(C235HazardIdentificationPlacardDetails value) {
setC235(value);
return this;
}
public DGSDangerousGoods withC236(C236DangerousGoodsLabel value) {
setC236(value);
return this;
}
public DGSDangerousGoods withE8255(String value) {
setE8255(value);
return this;
}
public DGSDangerousGoods withE8179(String value) {
setE8179(value);
return this;
}
public DGSDangerousGoods withE8211(String value) {
setE8211(value);
return this;
}
public DGSDangerousGoods withC289(C289TunnelRestriction value) {
setC289(value);
return this;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy