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

eu.datex2.schema._2._2_0.ParkingEquipmentOrServiceFacilityStatus Maven / Gradle / Ivy

The newest version!

package eu.datex2.schema._2._2_0;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import org.w3._2001.xmlschema.Adapter2;


/**
 * 

Java class for ParkingEquipmentOrServiceFacilityStatus complex type. * *

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

 * <complexType name="ParkingEquipmentOrServiceFacilityStatus">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="numberOfEquipmentOrServiceFacilityOverride" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
 *         <element name="numberOfSubitemsOverride" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
 *         <element name="vacantEquipmentOrServiceFacilitySubitems" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
 *         <element name="serviceFacilityOpeningStatus" type="{http://datex2.eu/schema/2/2_0}OpeningStatusEnum" minOccurs="0"/>
 *         <element name="equipmentOperationStatus" type="{http://datex2.eu/schema/2/2_0}OperationStatusEnum" minOccurs="0"/>
 *         <element name="parkingEquipmentOrServiceFacilityStatusExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ParkingEquipmentOrServiceFacilityStatus", propOrder = { "numberOfEquipmentOrServiceFacilityOverride", "numberOfSubitemsOverride", "vacantEquipmentOrServiceFacilitySubitems", "serviceFacilityOpeningStatus", "equipmentOperationStatus", "parkingEquipmentOrServiceFacilityStatusExtension" }) public class ParkingEquipmentOrServiceFacilityStatus { @XmlElement(type = String.class) @XmlJavaTypeAdapter(Adapter2 .class) @XmlSchemaType(name = "nonNegativeInteger") protected Long numberOfEquipmentOrServiceFacilityOverride; @XmlElement(type = String.class) @XmlJavaTypeAdapter(Adapter2 .class) @XmlSchemaType(name = "nonNegativeInteger") protected Long numberOfSubitemsOverride; @XmlElement(type = String.class) @XmlJavaTypeAdapter(Adapter2 .class) @XmlSchemaType(name = "nonNegativeInteger") protected Long vacantEquipmentOrServiceFacilitySubitems; @XmlSchemaType(name = "string") protected OpeningStatusEnum serviceFacilityOpeningStatus; @XmlSchemaType(name = "string") protected OperationStatusEnum equipmentOperationStatus; protected ExtensionType parkingEquipmentOrServiceFacilityStatusExtension; /** * Gets the value of the numberOfEquipmentOrServiceFacilityOverride property. * * @return * possible object is * {@link String } * */ public Long getNumberOfEquipmentOrServiceFacilityOverride() { return numberOfEquipmentOrServiceFacilityOverride; } /** * Sets the value of the numberOfEquipmentOrServiceFacilityOverride property. * * @param value * allowed object is * {@link String } * */ public void setNumberOfEquipmentOrServiceFacilityOverride(Long value) { this.numberOfEquipmentOrServiceFacilityOverride = value; } /** * Gets the value of the numberOfSubitemsOverride property. * * @return * possible object is * {@link String } * */ public Long getNumberOfSubitemsOverride() { return numberOfSubitemsOverride; } /** * Sets the value of the numberOfSubitemsOverride property. * * @param value * allowed object is * {@link String } * */ public void setNumberOfSubitemsOverride(Long value) { this.numberOfSubitemsOverride = value; } /** * Gets the value of the vacantEquipmentOrServiceFacilitySubitems property. * * @return * possible object is * {@link String } * */ public Long getVacantEquipmentOrServiceFacilitySubitems() { return vacantEquipmentOrServiceFacilitySubitems; } /** * Sets the value of the vacantEquipmentOrServiceFacilitySubitems property. * * @param value * allowed object is * {@link String } * */ public void setVacantEquipmentOrServiceFacilitySubitems(Long value) { this.vacantEquipmentOrServiceFacilitySubitems = value; } /** * Gets the value of the serviceFacilityOpeningStatus property. * * @return * possible object is * {@link OpeningStatusEnum } * */ public OpeningStatusEnum getServiceFacilityOpeningStatus() { return serviceFacilityOpeningStatus; } /** * Sets the value of the serviceFacilityOpeningStatus property. * * @param value * allowed object is * {@link OpeningStatusEnum } * */ public void setServiceFacilityOpeningStatus(OpeningStatusEnum value) { this.serviceFacilityOpeningStatus = value; } /** * Gets the value of the equipmentOperationStatus property. * * @return * possible object is * {@link OperationStatusEnum } * */ public OperationStatusEnum getEquipmentOperationStatus() { return equipmentOperationStatus; } /** * Sets the value of the equipmentOperationStatus property. * * @param value * allowed object is * {@link OperationStatusEnum } * */ public void setEquipmentOperationStatus(OperationStatusEnum value) { this.equipmentOperationStatus = value; } /** * Gets the value of the parkingEquipmentOrServiceFacilityStatusExtension property. * * @return * possible object is * {@link ExtensionType } * */ public ExtensionType getParkingEquipmentOrServiceFacilityStatusExtension() { return parkingEquipmentOrServiceFacilityStatusExtension; } /** * Sets the value of the parkingEquipmentOrServiceFacilityStatusExtension property. * * @param value * allowed object is * {@link ExtensionType } * */ public void setParkingEquipmentOrServiceFacilityStatusExtension(ExtensionType value) { this.parkingEquipmentOrServiceFacilityStatusExtension = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy