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

org.rutebanken.netex.model.PassengerInformationEquipment_VersionStructure Maven / Gradle / Ivy

There is a newer version: 2.0.15
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2017.09.21 at 10:53:23 AM CEST 
//


package org.rutebanken.netex.model;

import java.time.OffsetDateTime;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlList;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.rutebanken.netex.OmitNullsToStringStyle;


/**
 * 

Java class for PassengerInformationEquipment_VersionStructure complex type. * *

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

 * <complexType name="PassengerInformationEquipment_VersionStructure">
 *   <complexContent>
 *     <extension base="{http://www.netex.org.uk/netex}PassengerEquipment_VersionStructure">
 *       <sequence>
 *         <group ref="{http://www.netex.org.uk/netex}PassengerInformationEquipmentGroup"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "PassengerInformationEquipment_VersionStructure", propOrder = { "logicalDisplayRef", "stopPlaceRef", "siteComponentRef", "typeOfPassengerInformationEquipmentRef", "passengerInformationFacilityList", "accessibilityInfoFacilityList" }) @XmlSeeAlso({ PassengerInformationEquipment.class }) public class PassengerInformationEquipment_VersionStructure extends PassengerEquipment_VersionStructure { @XmlElement(name = "LogicalDisplayRef") protected LogicalDisplayRefStructure logicalDisplayRef; @XmlElement(name = "StopPlaceRef") protected StopPlaceRefStructure stopPlaceRef; @XmlElementRef(name = "SiteComponentRef", namespace = "http://www.netex.org.uk/netex", type = JAXBElement.class, required = false) protected JAXBElement siteComponentRef; @XmlElement(name = "TypeOfPassengerInformationEquipmentRef") protected TypeOfPassengerInformationEquipmentRefStructure typeOfPassengerInformationEquipmentRef; @XmlList @XmlElement(name = "PassengerInformationFacilityList") protected List passengerInformationFacilityList; @XmlList @XmlElement(name = "AccessibilityInfoFacilityList") protected List accessibilityInfoFacilityList; /** * Gets the value of the logicalDisplayRef property. * * @return * possible object is * {@link LogicalDisplayRefStructure } * */ public LogicalDisplayRefStructure getLogicalDisplayRef() { return logicalDisplayRef; } /** * Sets the value of the logicalDisplayRef property. * * @param value * allowed object is * {@link LogicalDisplayRefStructure } * */ public void setLogicalDisplayRef(LogicalDisplayRefStructure value) { this.logicalDisplayRef = value; } /** * Gets the value of the stopPlaceRef property. * * @return * possible object is * {@link StopPlaceRefStructure } * */ public StopPlaceRefStructure getStopPlaceRef() { return stopPlaceRef; } /** * Sets the value of the stopPlaceRef property. * * @param value * allowed object is * {@link StopPlaceRefStructure } * */ public void setStopPlaceRef(StopPlaceRefStructure value) { this.stopPlaceRef = value; } /** * Gets the value of the siteComponentRef property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link ParkingBayRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link VehicleStoppingPositionRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ParkingEntranceForVehiclesRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link QuayRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link BoardingPositionRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PointOfInterestVehicleEntranceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link EntranceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ParkingEntranceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link StopPlaceEntranceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link SiteComponentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessSpaceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link StopPlaceSpaceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link VehicleEntranceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PointOfInterestEntranceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PointOfInterestSpaceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link StopPlaceVehicleEntranceRefStructure }{@code >} * */ public JAXBElement getSiteComponentRef() { return siteComponentRef; } /** * Sets the value of the siteComponentRef property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link ParkingBayRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link VehicleStoppingPositionRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ParkingEntranceForVehiclesRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link QuayRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link BoardingPositionRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PointOfInterestVehicleEntranceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link EntranceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ParkingEntranceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link StopPlaceEntranceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link SiteComponentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessSpaceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link StopPlaceSpaceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link VehicleEntranceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PointOfInterestEntranceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PointOfInterestSpaceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link StopPlaceVehicleEntranceRefStructure }{@code >} * */ public void setSiteComponentRef(JAXBElement value) { this.siteComponentRef = value; } /** * Gets the value of the typeOfPassengerInformationEquipmentRef property. * * @return * possible object is * {@link TypeOfPassengerInformationEquipmentRefStructure } * */ public TypeOfPassengerInformationEquipmentRefStructure getTypeOfPassengerInformationEquipmentRef() { return typeOfPassengerInformationEquipmentRef; } /** * Sets the value of the typeOfPassengerInformationEquipmentRef property. * * @param value * allowed object is * {@link TypeOfPassengerInformationEquipmentRefStructure } * */ public void setTypeOfPassengerInformationEquipmentRef(TypeOfPassengerInformationEquipmentRefStructure value) { this.typeOfPassengerInformationEquipmentRef = value; } /** * Gets the value of the passengerInformationFacilityList 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 passengerInformationFacilityList property. * *

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

     *    getPassengerInformationFacilityList().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PassengerInformationFacilityEnumeration } * * */ public List getPassengerInformationFacilityList() { if (passengerInformationFacilityList == null) { passengerInformationFacilityList = new ArrayList(); } return this.passengerInformationFacilityList; } /** * Gets the value of the accessibilityInfoFacilityList 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 accessibilityInfoFacilityList property. * *

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

     *    getAccessibilityInfoFacilityList().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link AccessibilityInfoFacilityEnumeration } * * */ public List getAccessibilityInfoFacilityList() { if (accessibilityInfoFacilityList == null) { accessibilityInfoFacilityList = new ArrayList(); } return this.accessibilityInfoFacilityList; } public PassengerInformationEquipment_VersionStructure withLogicalDisplayRef(LogicalDisplayRefStructure value) { setLogicalDisplayRef(value); return this; } public PassengerInformationEquipment_VersionStructure withStopPlaceRef(StopPlaceRefStructure value) { setStopPlaceRef(value); return this; } public PassengerInformationEquipment_VersionStructure withSiteComponentRef(JAXBElement value) { setSiteComponentRef(value); return this; } public PassengerInformationEquipment_VersionStructure withTypeOfPassengerInformationEquipmentRef(TypeOfPassengerInformationEquipmentRefStructure value) { setTypeOfPassengerInformationEquipmentRef(value); return this; } public PassengerInformationEquipment_VersionStructure withPassengerInformationFacilityList(PassengerInformationFacilityEnumeration... values) { if (values!= null) { for (PassengerInformationFacilityEnumeration value: values) { getPassengerInformationFacilityList().add(value); } } return this; } public PassengerInformationEquipment_VersionStructure withPassengerInformationFacilityList(Collection values) { if (values!= null) { getPassengerInformationFacilityList().addAll(values); } return this; } public PassengerInformationEquipment_VersionStructure withAccessibilityInfoFacilityList(AccessibilityInfoFacilityEnumeration... values) { if (values!= null) { for (AccessibilityInfoFacilityEnumeration value: values) { getAccessibilityInfoFacilityList().add(value); } } return this; } public PassengerInformationEquipment_VersionStructure withAccessibilityInfoFacilityList(Collection values) { if (values!= null) { getAccessibilityInfoFacilityList().addAll(values); } return this; } @Override public PassengerInformationEquipment_VersionStructure withFixed(Boolean value) { setFixed(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withName(MultilingualString value) { setName(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withPrivateCode(PrivateCodeStructure value) { setPrivateCode(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withPublicCode(PrivateCodeStructure value) { setPublicCode(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withImage(String value) { setImage(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withTypeOfEquipmentRef(TypeOfEquipmentRefStructure value) { setTypeOfEquipmentRef(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withDescription(MultilingualString value) { setDescription(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withNote(MultilingualString value) { setNote(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withOutOfService(Boolean value) { setOutOfService(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withKeyList(KeyListStructure value) { setKeyList(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withExtensions(ExtensionsStructure value) { setExtensions(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withBrandingRef(BrandingRefStructure value) { setBrandingRef(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withAlternativeTexts(AlternativeTexts_RelStructure value) { setAlternativeTexts(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withResponsibilitySetRef(String value) { setResponsibilitySetRef(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withValidityConditions(ValidityConditions_RelStructure value) { setValidityConditions(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withValidBetween(ValidBetween... values) { if (values!= null) { for (ValidBetween value: values) { getValidBetween().add(value); } } return this; } @Override public PassengerInformationEquipment_VersionStructure withValidBetween(Collection values) { if (values!= null) { getValidBetween().addAll(values); } return this; } @Override public PassengerInformationEquipment_VersionStructure withDataSourceRef(String value) { setDataSourceRef(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withCreated(OffsetDateTime value) { setCreated(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withChanged(OffsetDateTime value) { setChanged(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withModification(ModificationEnumeration value) { setModification(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withVersion(String value) { setVersion(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withStatus_BasicModificationDetailsGroup(StatusEnumeration value) { setStatus_BasicModificationDetailsGroup(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withDerivedFromVersionRef_BasicModificationDetailsGroup(String value) { setDerivedFromVersionRef_BasicModificationDetailsGroup(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withCompatibleWithVersionFrameVersionRef(String value) { setCompatibleWithVersionFrameVersionRef(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withDerivedFromObjectRef(String value) { setDerivedFromObjectRef(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withNameOfClass(String value) { setNameOfClass(value); return this; } @Override public PassengerInformationEquipment_VersionStructure withId(String value) { setId(value); return this; } /** * Generates a String representation of the contents of this type. * This is an extension method, produced by the 'ts' xjc plugin * */ @Override public String toString() { return ToStringBuilder.reflectionToString(this, OmitNullsToStringStyle.INSTANCE); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy