All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.smooks.edifact.binding.d17a.C203RateTariffClass 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 C203-RateTariffClass complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="C203-RateTariffClass">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="E5243" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E5243-RateOrTariffClassDescriptionCode"/>
 *         <element name="E1131" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E1131-CodeListIdentificationCode" minOccurs="0"/>
 *         <element name="E3055" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E3055-CodeListResponsibleAgencyCode" minOccurs="0"/>
 *         <element name="E5242" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E5242-RateOrTariffClassDescription" minOccurs="0"/>
 *         <element name="E5275a" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E5275-SupplementaryRateOrTariffCode" minOccurs="0"/>
 *         <element name="E1131a" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E1131-CodeListIdentificationCode" minOccurs="0"/>
 *         <element name="E3055a" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E3055-CodeListResponsibleAgencyCode" minOccurs="0"/>
 *         <element name="E5275b" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E5275-SupplementaryRateOrTariffCode" minOccurs="0"/>
 *         <element name="E1131b" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E1131-CodeListIdentificationCode" minOccurs="0"/>
 *         <element name="E3055b" type="{http://www.ibm.com/dfdl/edi/un/edifact/D17A}E3055-CodeListResponsibleAgencyCode" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "C203-RateTariffClass", propOrder = { "e5243", "e1131", "e3055", "e5242", "e5275A", "e1131A", "e3055A", "e5275B", "e1131B", "e3055B" }) public class C203RateTariffClass { @XmlElement(name = "E5243", required = true) @XmlSchemaType(name = "string") protected E5243RateOrTariffClassDescriptionCode e5243; @XmlElement(name = "E1131") protected String e1131; @XmlElement(name = "E3055") protected String e3055; @XmlElement(name = "E5242") protected String e5242; @XmlElement(name = "E5275a") protected String e5275A; @XmlElement(name = "E1131a") protected String e1131A; @XmlElement(name = "E3055a") protected String e3055A; @XmlElement(name = "E5275b") protected String e5275B; @XmlElement(name = "E1131b") protected String e1131B; @XmlElement(name = "E3055b") protected String e3055B; /** * Gets the value of the e5243 property. * * @return * possible object is * {@link E5243RateOrTariffClassDescriptionCode } * */ public E5243RateOrTariffClassDescriptionCode getE5243() { return e5243; } /** * Sets the value of the e5243 property. * * @param value * allowed object is * {@link E5243RateOrTariffClassDescriptionCode } * */ public void setE5243(E5243RateOrTariffClassDescriptionCode value) { this.e5243 = value; } /** * Gets the value of the e1131 property. * * @return * possible object is * {@link String } * */ public String getE1131() { return e1131; } /** * Sets the value of the e1131 property. * * @param value * allowed object is * {@link String } * */ public void setE1131(String value) { this.e1131 = value; } /** * Gets the value of the e3055 property. * * @return * possible object is * {@link String } * */ public String getE3055() { return e3055; } /** * Sets the value of the e3055 property. * * @param value * allowed object is * {@link String } * */ public void setE3055(String value) { this.e3055 = value; } /** * Gets the value of the e5242 property. * * @return * possible object is * {@link String } * */ public String getE5242() { return e5242; } /** * Sets the value of the e5242 property. * * @param value * allowed object is * {@link String } * */ public void setE5242(String value) { this.e5242 = value; } /** * Gets the value of the e5275A property. * * @return * possible object is * {@link String } * */ public String getE5275A() { return e5275A; } /** * Sets the value of the e5275A property. * * @param value * allowed object is * {@link String } * */ public void setE5275A(String value) { this.e5275A = value; } /** * Gets the value of the e1131A property. * * @return * possible object is * {@link String } * */ public String getE1131A() { return e1131A; } /** * Sets the value of the e1131A property. * * @param value * allowed object is * {@link String } * */ public void setE1131A(String value) { this.e1131A = value; } /** * Gets the value of the e3055A property. * * @return * possible object is * {@link String } * */ public String getE3055A() { return e3055A; } /** * Sets the value of the e3055A property. * * @param value * allowed object is * {@link String } * */ public void setE3055A(String value) { this.e3055A = value; } /** * Gets the value of the e5275B property. * * @return * possible object is * {@link String } * */ public String getE5275B() { return e5275B; } /** * Sets the value of the e5275B property. * * @param value * allowed object is * {@link String } * */ public void setE5275B(String value) { this.e5275B = value; } /** * Gets the value of the e1131B property. * * @return * possible object is * {@link String } * */ public String getE1131B() { return e1131B; } /** * Sets the value of the e1131B property. * * @param value * allowed object is * {@link String } * */ public void setE1131B(String value) { this.e1131B = value; } /** * Gets the value of the e3055B property. * * @return * possible object is * {@link String } * */ public String getE3055B() { return e3055B; } /** * Sets the value of the e3055B property. * * @param value * allowed object is * {@link String } * */ public void setE3055B(String value) { this.e3055B = value; } public C203RateTariffClass withE5243(E5243RateOrTariffClassDescriptionCode value) { setE5243(value); return this; } public C203RateTariffClass withE1131(String value) { setE1131(value); return this; } public C203RateTariffClass withE3055(String value) { setE3055(value); return this; } public C203RateTariffClass withE5242(String value) { setE5242(value); return this; } public C203RateTariffClass withE5275A(String value) { setE5275A(value); return this; } public C203RateTariffClass withE1131A(String value) { setE1131A(value); return this; } public C203RateTariffClass withE3055A(String value) { setE3055A(value); return this; } public C203RateTariffClass withE5275B(String value) { setE5275B(value); return this; } public C203RateTariffClass withE1131B(String value) { setE1131B(value); return this; } public C203RateTariffClass withE3055B(String value) { setE3055B(value); return this; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy