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

com.hubject.datex.energyinfrastructure.generated.facilities.Qualification Maven / Gradle / Ivy

Go to download

Use converters from com.hubject.datex.convert.converters package to convert from the OICP formats to DATEX II TablePublication and StatusPublication.

There is a newer version: 1.0.2
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.1 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2022.10.06 at 11:44:34 AM CEST 
//


package com.hubject.datex.energyinfrastructure.generated.facilities;

import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import com.hubject.datex.energyinfrastructure.generated.common.ExtensionType;
import com.hubject.datex.energyinfrastructure.generated.common.MultilingualString;
import com.hubject.datex.energyinfrastructure.generated.common.VehicleCharacteristics;


/**
 * 

Java class for Qualification complex type. * *

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

 * <complexType name="Qualification">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="withReservation" type="{http://datex2.eu/schema/3/common}Boolean" minOccurs="0"/>
 *         <element name="propulsionEnergyType" type="{http://datex2.eu/schema/3/facilities}_EnergySourceEnum" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="noFeeToUse" type="{http://datex2.eu/schema/3/common}Boolean" minOccurs="0"/>
 *         <element name="withMembership" type="{http://datex2.eu/schema/3/common}Boolean" minOccurs="0"/>
 *         <element name="membershipName" type="{http://datex2.eu/schema/3/common}MultilingualString" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="memberOfOtherRateTable" type="{http://datex2.eu/schema/3/common}Boolean" minOccurs="0"/>
 *         <element name="rateTableMember" type="{http://datex2.eu/schema/3/facilities}_RateTableVersionedReference" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="activeAssignedRight" type="{http://datex2.eu/schema/3/common}String" minOccurs="0"/>
 *         <element name="paymentMethod" type="{http://datex2.eu/schema/3/facilities}PaymentMethod" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="vehicleCharacteristics" type="{http://datex2.eu/schema/3/common}VehicleCharacteristics" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="userQualification" type="{http://datex2.eu/schema/3/facilities}UserQualification" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="_qualificationExtension" type="{http://datex2.eu/schema/3/common}_ExtensionType" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Qualification", propOrder = { "withReservation", "propulsionEnergyType", "noFeeToUse", "withMembership", "membershipName", "memberOfOtherRateTable", "rateTableMember", "activeAssignedRight", "paymentMethod", "vehicleCharacteristics", "userQualification", "qualificationExtension" }) public class Qualification { protected Boolean withReservation; protected List propulsionEnergyType; protected Boolean noFeeToUse; protected Boolean withMembership; protected List membershipName; protected Boolean memberOfOtherRateTable; protected List rateTableMember; protected String activeAssignedRight; protected List paymentMethod; protected List vehicleCharacteristics; protected List userQualification; @XmlElement(name = "_qualificationExtension") protected ExtensionType qualificationExtension; /** * Gets the value of the withReservation property. * * @return * possible object is * {@link Boolean } * */ public Boolean isWithReservation() { return withReservation; } /** * Sets the value of the withReservation property. * * @param value * allowed object is * {@link Boolean } * */ public void setWithReservation(Boolean value) { this.withReservation = value; } /** * Gets the value of the propulsionEnergyType property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the propulsionEnergyType property. * *

* For example, to add a new item, do as follows: *

     *    getPropulsionEnergyType().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link EnergySourceEnum } * * */ public List getPropulsionEnergyType() { if (propulsionEnergyType == null) { propulsionEnergyType = new ArrayList(); } return this.propulsionEnergyType; } /** * Gets the value of the noFeeToUse property. * * @return * possible object is * {@link Boolean } * */ public Boolean isNoFeeToUse() { return noFeeToUse; } /** * Sets the value of the noFeeToUse property. * * @param value * allowed object is * {@link Boolean } * */ public void setNoFeeToUse(Boolean value) { this.noFeeToUse = value; } /** * Gets the value of the withMembership property. * * @return * possible object is * {@link Boolean } * */ public Boolean isWithMembership() { return withMembership; } /** * Sets the value of the withMembership property. * * @param value * allowed object is * {@link Boolean } * */ public void setWithMembership(Boolean value) { this.withMembership = value; } /** * Gets the value of the membershipName property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the membershipName property. * *

* For example, to add a new item, do as follows: *

     *    getMembershipName().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link MultilingualString } * * */ public List getMembershipName() { if (membershipName == null) { membershipName = new ArrayList(); } return this.membershipName; } /** * Gets the value of the memberOfOtherRateTable property. * * @return * possible object is * {@link Boolean } * */ public Boolean isMemberOfOtherRateTable() { return memberOfOtherRateTable; } /** * Sets the value of the memberOfOtherRateTable property. * * @param value * allowed object is * {@link Boolean } * */ public void setMemberOfOtherRateTable(Boolean value) { this.memberOfOtherRateTable = value; } /** * Gets the value of the rateTableMember property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the rateTableMember property. * *

* For example, to add a new item, do as follows: *

     *    getRateTableMember().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link RateTableVersionedReference } * * */ public List getRateTableMember() { if (rateTableMember == null) { rateTableMember = new ArrayList(); } return this.rateTableMember; } /** * Gets the value of the activeAssignedRight property. * * @return * possible object is * {@link String } * */ public String getActiveAssignedRight() { return activeAssignedRight; } /** * Sets the value of the activeAssignedRight property. * * @param value * allowed object is * {@link String } * */ public void setActiveAssignedRight(String value) { this.activeAssignedRight = value; } /** * Gets the value of the paymentMethod property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the paymentMethod property. * *

* For example, to add a new item, do as follows: *

     *    getPaymentMethod().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PaymentMethod } * * */ public List getPaymentMethod() { if (paymentMethod == null) { paymentMethod = new ArrayList(); } return this.paymentMethod; } /** * Gets the value of the vehicleCharacteristics property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the vehicleCharacteristics property. * *

* For example, to add a new item, do as follows: *

     *    getVehicleCharacteristics().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link VehicleCharacteristics } * * */ public List getVehicleCharacteristics() { if (vehicleCharacteristics == null) { vehicleCharacteristics = new ArrayList(); } return this.vehicleCharacteristics; } /** * Gets the value of the userQualification property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the userQualification property. * *

* For example, to add a new item, do as follows: *

     *    getUserQualification().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link UserQualification } * * */ public List getUserQualification() { if (userQualification == null) { userQualification = new ArrayList(); } return this.userQualification; } /** * Gets the value of the qualificationExtension property. * * @return * possible object is * {@link ExtensionType } * */ public ExtensionType getQualificationExtension() { return qualificationExtension; } /** * Sets the value of the qualificationExtension property. * * @param value * allowed object is * {@link ExtensionType } * */ public void setQualificationExtension(ExtensionType value) { this.qualificationExtension = value; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy