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

org.rutebanken.netex.model.EquipmentPositionStructure 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.math.BigDecimal;
import java.time.OffsetDateTime;
import java.util.Collection;
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.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.rutebanken.netex.OmitNullsToStringStyle;


/**
 * 

Java class for EquipmentPositionStructure complex type. * *

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

 * <complexType name="EquipmentPositionStructure">
 *   <complexContent>
 *     <extension base="{http://www.netex.org.uk/netex}DataManagedObjectStructure">
 *       <sequence>
 *         <group ref="{http://www.netex.org.uk/netex}EquipmentPositionGroup"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "EquipmentPositionStructure", propOrder = { "equipmentRef", "description", "location", "referencePointRef", "xOffset", "yOffset" }) @XmlSeeAlso({ EquipmentPosition.class }) public class EquipmentPositionStructure extends DataManagedObjectStructure { @XmlElementRef(name = "EquipmentRef", namespace = "http://www.netex.org.uk/netex", type = JAXBElement.class) protected JAXBElement equipmentRef; @XmlElement(name = "Description") protected MultilingualString description; @XmlElement(name = "Location") protected LocationStructure location; @XmlElement(name = "ReferencePointRef") protected PointRefStructure referencePointRef; @XmlElement(name = "XOffset") protected BigDecimal xOffset; @XmlElement(name = "YOffset") protected BigDecimal yOffset; /** * Gets the value of the equipmentRef property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link EntranceEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link MeetingPointServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AssistanceBookingServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link EquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link InstalledEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link VehicleChargingEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ShelterEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link LeftLuggageServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link LuggageLockerEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link RubbishDisposalEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PassengerInformationEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link TicketingServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link SiteEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link TicketValidatorEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link RetailServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link MoneyServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PassengerSafetyEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link LuggageServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link CycleStorageEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link RetailDeviceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link HireServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link EquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link HelpPointEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link TravelatorEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link GeneralSignRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link LocalServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link RoughSurfaceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link SanitaryEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link InstalledEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link CommunicationServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link CustomerServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ComplaintsServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessVehicleEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link TrolleyStandEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link CateringServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ActivatedEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link TicketingEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link LostPropertyServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link WaitingEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link InstalledEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link WaitingRoomEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link InstalledEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link SeatingEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link StaircaseEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link HeadingSignRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PlaceSignRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AssistanceServiceRefStructure }{@code >} * */ public JAXBElement getEquipmentRef() { return equipmentRef; } /** * Sets the value of the equipmentRef property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link EntranceEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link MeetingPointServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AssistanceBookingServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link EquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link InstalledEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link VehicleChargingEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ShelterEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link LeftLuggageServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link LuggageLockerEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link RubbishDisposalEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PassengerInformationEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link TicketingServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link SiteEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link TicketValidatorEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link RetailServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link MoneyServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PassengerSafetyEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link LuggageServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link CycleStorageEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link RetailDeviceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link HireServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link EquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link HelpPointEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link TravelatorEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link GeneralSignRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link LocalServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link RoughSurfaceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link SanitaryEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link InstalledEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link CommunicationServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link CustomerServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ComplaintsServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessVehicleEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link TrolleyStandEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link CateringServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ActivatedEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link TicketingEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link LostPropertyServiceRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link WaitingEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link InstalledEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link WaitingRoomEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link InstalledEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link SeatingEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link StaircaseEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link HeadingSignRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AccessEquipmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PlaceSignRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AssistanceServiceRefStructure }{@code >} * */ public void setEquipmentRef(JAXBElement value) { this.equipmentRef = value; } /** * Gets the value of the description property. * * @return * possible object is * {@link MultilingualString } * */ public MultilingualString getDescription() { return description; } /** * Sets the value of the description property. * * @param value * allowed object is * {@link MultilingualString } * */ public void setDescription(MultilingualString value) { this.description = value; } /** * Gets the value of the location property. * * @return * possible object is * {@link LocationStructure } * */ public LocationStructure getLocation() { return location; } /** * Sets the value of the location property. * * @param value * allowed object is * {@link LocationStructure } * */ public void setLocation(LocationStructure value) { this.location = value; } /** * Gets the value of the referencePointRef property. * * @return * possible object is * {@link PointRefStructure } * */ public PointRefStructure getReferencePointRef() { return referencePointRef; } /** * Sets the value of the referencePointRef property. * * @param value * allowed object is * {@link PointRefStructure } * */ public void setReferencePointRef(PointRefStructure value) { this.referencePointRef = value; } /** * Gets the value of the xOffset property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getXOffset() { return xOffset; } /** * Sets the value of the xOffset property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setXOffset(BigDecimal value) { this.xOffset = value; } /** * Gets the value of the yOffset property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getYOffset() { return yOffset; } /** * Sets the value of the yOffset property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setYOffset(BigDecimal value) { this.yOffset = value; } public EquipmentPositionStructure withEquipmentRef(JAXBElement value) { setEquipmentRef(value); return this; } public EquipmentPositionStructure withDescription(MultilingualString value) { setDescription(value); return this; } public EquipmentPositionStructure withLocation(LocationStructure value) { setLocation(value); return this; } public EquipmentPositionStructure withReferencePointRef(PointRefStructure value) { setReferencePointRef(value); return this; } public EquipmentPositionStructure withXOffset(BigDecimal value) { setXOffset(value); return this; } public EquipmentPositionStructure withYOffset(BigDecimal value) { setYOffset(value); return this; } @Override public EquipmentPositionStructure withKeyList(KeyListStructure value) { setKeyList(value); return this; } @Override public EquipmentPositionStructure withExtensions(ExtensionsStructure value) { setExtensions(value); return this; } @Override public EquipmentPositionStructure withBrandingRef(BrandingRefStructure value) { setBrandingRef(value); return this; } @Override public EquipmentPositionStructure withAlternativeTexts(AlternativeTexts_RelStructure value) { setAlternativeTexts(value); return this; } @Override public EquipmentPositionStructure withResponsibilitySetRef(String value) { setResponsibilitySetRef(value); return this; } @Override public EquipmentPositionStructure withValidityConditions(ValidityConditions_RelStructure value) { setValidityConditions(value); return this; } @Override public EquipmentPositionStructure withValidBetween(ValidBetween... values) { if (values!= null) { for (ValidBetween value: values) { getValidBetween().add(value); } } return this; } @Override public EquipmentPositionStructure withValidBetween(Collection values) { if (values!= null) { getValidBetween().addAll(values); } return this; } @Override public EquipmentPositionStructure withDataSourceRef(String value) { setDataSourceRef(value); return this; } @Override public EquipmentPositionStructure withCreated(OffsetDateTime value) { setCreated(value); return this; } @Override public EquipmentPositionStructure withChanged(OffsetDateTime value) { setChanged(value); return this; } @Override public EquipmentPositionStructure withModification(ModificationEnumeration value) { setModification(value); return this; } @Override public EquipmentPositionStructure withVersion(String value) { setVersion(value); return this; } @Override public EquipmentPositionStructure withStatus_BasicModificationDetailsGroup(StatusEnumeration value) { setStatus_BasicModificationDetailsGroup(value); return this; } @Override public EquipmentPositionStructure withDerivedFromVersionRef_BasicModificationDetailsGroup(String value) { setDerivedFromVersionRef_BasicModificationDetailsGroup(value); return this; } @Override public EquipmentPositionStructure withCompatibleWithVersionFrameVersionRef(String value) { setCompatibleWithVersionFrameVersionRef(value); return this; } @Override public EquipmentPositionStructure withDerivedFromObjectRef(String value) { setDerivedFromObjectRef(value); return this; } @Override public EquipmentPositionStructure withNameOfClass(String value) { setNameOfClass(value); return this; } @Override public EquipmentPositionStructure 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