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

eu.datex2.schema._2._2_0.ParkingSpaceBasicsEquipmentOrServiceFacilityIndexParkingEquipmentOrServiceFacility 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.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for _ParkingSpaceBasicsEquipmentOrServiceFacilityIndexParkingEquipmentOrServiceFacility complex type. * *

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

 * <complexType name="_ParkingSpaceBasicsEquipmentOrServiceFacilityIndexParkingEquipmentOrServiceFacility">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="parkingEquipmentOrServiceFacility" type="{http://datex2.eu/schema/2/2_0}ParkingEquipmentOrServiceFacility"/>
 *       </sequence>
 *       <attribute name="equipmentOrServiceFacilityIndex" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "_ParkingSpaceBasicsEquipmentOrServiceFacilityIndexParkingEquipmentOrServiceFacility", propOrder = { "parkingEquipmentOrServiceFacility" }) public class ParkingSpaceBasicsEquipmentOrServiceFacilityIndexParkingEquipmentOrServiceFacility { @XmlElement(required = true) protected ParkingEquipmentOrServiceFacility parkingEquipmentOrServiceFacility; @XmlAttribute(name = "equipmentOrServiceFacilityIndex", required = true) protected int equipmentOrServiceFacilityIndex; /** * Gets the value of the parkingEquipmentOrServiceFacility property. * * @return * possible object is * {@link ParkingEquipmentOrServiceFacility } * */ public ParkingEquipmentOrServiceFacility getParkingEquipmentOrServiceFacility() { return parkingEquipmentOrServiceFacility; } /** * Sets the value of the parkingEquipmentOrServiceFacility property. * * @param value * allowed object is * {@link ParkingEquipmentOrServiceFacility } * */ public void setParkingEquipmentOrServiceFacility(ParkingEquipmentOrServiceFacility value) { this.parkingEquipmentOrServiceFacility = value; } /** * Gets the value of the equipmentOrServiceFacilityIndex property. * */ public int getEquipmentOrServiceFacilityIndex() { return equipmentOrServiceFacilityIndex; } /** * Sets the value of the equipmentOrServiceFacilityIndex property. * */ public void setEquipmentOrServiceFacilityIndex(int value) { this.equipmentOrServiceFacilityIndex = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy