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

org.rutebanken.netex.model.FareScheduledStopPoint 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.Duration;
import java.time.OffsetDateTime;
import java.util.Collection;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.rutebanken.netex.OmitNullsToStringStyle;


/**
 * 

Java class for anonymous complex type. * *

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

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.netex.org.uk/netex}FareScheduledStopPoint_VersionStructure">
 *       <sequence>
 *         <sequence>
 *           <group ref="{http://www.netex.org.uk/netex}EntityInVersionGroup" minOccurs="0"/>
 *         </sequence>
 *         <sequence>
 *           <group ref="{http://www.netex.org.uk/netex}DataManagedObjectGroup"/>
 *         </sequence>
 *         <sequence>
 *           <group ref="{http://www.netex.org.uk/netex}PointGroup"/>
 *         </sequence>
 *         <sequence>
 *           <group ref="{http://www.netex.org.uk/netex}TimingPointGroup"/>
 *         </sequence>
 *         <sequence>
 *           <group ref="{http://www.netex.org.uk/netex}ScheduledStopPointGroup"/>
 *         </sequence>
 *         <sequence>
 *           <group ref="{http://www.netex.org.uk/netex}FareScheduledStopPointGroup"/>
 *         </sequence>
 *       </sequence>
 *       <attribute name="id" type="{http://www.netex.org.uk/netex}FareScheduledStopPointIdType" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") public class FareScheduledStopPoint extends FareScheduledStopPoint_VersionStructure { @Override public FareScheduledStopPoint withSiteFacilitySetRef(SiteFacilitySetRefStructure value) { setSiteFacilitySetRef(value); return this; } @Override public FareScheduledStopPoint withSiteFacilitySet(SiteFacilitySet value) { setSiteFacilitySet(value); return this; } @Override public FareScheduledStopPoint withNameOnRouting(MultilingualString value) { setNameOnRouting(value); return this; } @Override public FareScheduledStopPoint withAccountingStopPointRef(FareScheduledStopPointRefStructure value) { setAccountingStopPointRef(value); return this; } @Override public FareScheduledStopPoint withBorderPointRef(BorderPointRefStructure value) { setBorderPointRef(value); return this; } @Override public FareScheduledStopPoint withStopAreas(StopAreaRefs_RelStructure value) { setStopAreas(value); return this; } @Override public FareScheduledStopPoint withTariffZones(TariffZoneRefs_RelStructure value) { setTariffZones(value); return this; } @Override public FareScheduledStopPoint withShortName(MultilingualString value) { setShortName(value); return this; } @Override public FareScheduledStopPoint withNameSuffix(MultilingualString value) { setNameSuffix(value); return this; } @Override public FareScheduledStopPoint withDescription(MultilingualString value) { setDescription(value); return this; } @Override public FareScheduledStopPoint withLabel(MultilingualString value) { setLabel(value); return this; } @Override public FareScheduledStopPoint withShortStopCode(PrivateCodeStructure value) { setShortStopCode(value); return this; } @Override public FareScheduledStopPoint withPublicCode(PrivateCodeStructure value) { setPublicCode(value); return this; } @Override public FareScheduledStopPoint withPrivateCode(PrivateCodeStructure value) { setPrivateCode(value); return this; } @Override public FareScheduledStopPoint withExternalStopPointRef(ExternalObjectRefStructure value) { setExternalStopPointRef(value); return this; } @Override public FareScheduledStopPoint withUrl(String value) { setUrl(value); return this; } @Override public FareScheduledStopPoint withStopType(StopTypeEnumeration value) { setStopType(value); return this; } @Override public FareScheduledStopPoint withCompassBearing(Float value) { setCompassBearing(value); return this; } @Override public FareScheduledStopPoint withPresentation(PresentationStructure value) { setPresentation(value); return this; } @Override public FareScheduledStopPoint withVehicleModes(VehicleModeEnumeration... values) { if (values!= null) { for (VehicleModeEnumeration value: values) { getVehicleModes().add(value); } } return this; } @Override public FareScheduledStopPoint withVehicleModes(Collection values) { if (values!= null) { getVehicleModes().addAll(values); } return this; } @Override public FareScheduledStopPoint withForAlighting(Boolean value) { setForAlighting(value); return this; } @Override public FareScheduledStopPoint withForBoarding(Boolean value) { setForBoarding(value); return this; } @Override public FareScheduledStopPoint withRequestStop(Boolean value) { setRequestStop(value); return this; } @Override public FareScheduledStopPoint withRequestMethodType(RequestMethodTypeEnumeration value) { setRequestMethodType(value); return this; } @Override public FareScheduledStopPoint withCountryRef(CountryRef value) { setCountryRef(value); return this; } @Override public FareScheduledStopPoint withTopographicPlaceRef(TopographicPlaceRefStructure value) { setTopographicPlaceRef(value); return this; } @Override public FareScheduledStopPoint withTopographicPlaceView(TopographicPlaceView value) { setTopographicPlaceView(value); return this; } @Override public FareScheduledStopPoint withAtCentre(Boolean value) { setAtCentre(value); return this; } @Override public FareScheduledStopPoint withTimingPointStatus(TimingPointStatusEnumeration value) { setTimingPointStatus(value); return this; } @Override public FareScheduledStopPoint withAllowedForWaitTime(Duration value) { setAllowedForWaitTime(value); return this; } @Override public FareScheduledStopPoint withName(MultilingualString value) { setName(value); return this; } @Override public FareScheduledStopPoint withLocation(LocationStructure value) { setLocation(value); return this; } @Override public FareScheduledStopPoint withPointNumber(String value) { setPointNumber(value); return this; } @Override public FareScheduledStopPoint withTypes(TypeOfPointRefs_RelStructure value) { setTypes(value); return this; } @Override public FareScheduledStopPoint withProjections(Projections_RelStructure value) { setProjections(value); return this; } @Override public FareScheduledStopPoint withGroupMemberships(GroupMembershipRefs_RelStructure value) { setGroupMemberships(value); return this; } @Override public FareScheduledStopPoint withKeyList(KeyListStructure value) { setKeyList(value); return this; } @Override public FareScheduledStopPoint withExtensions(ExtensionsStructure value) { setExtensions(value); return this; } @Override public FareScheduledStopPoint withBrandingRef(BrandingRefStructure value) { setBrandingRef(value); return this; } @Override public FareScheduledStopPoint withAlternativeTexts(AlternativeTexts_RelStructure value) { setAlternativeTexts(value); return this; } @Override public FareScheduledStopPoint withResponsibilitySetRef(String value) { setResponsibilitySetRef(value); return this; } @Override public FareScheduledStopPoint withValidityConditions(ValidityConditions_RelStructure value) { setValidityConditions(value); return this; } @Override public FareScheduledStopPoint withValidBetween(ValidBetween... values) { if (values!= null) { for (ValidBetween value: values) { getValidBetween().add(value); } } return this; } @Override public FareScheduledStopPoint withValidBetween(Collection values) { if (values!= null) { getValidBetween().addAll(values); } return this; } @Override public FareScheduledStopPoint withDataSourceRef(String value) { setDataSourceRef(value); return this; } @Override public FareScheduledStopPoint withCreated(OffsetDateTime value) { setCreated(value); return this; } @Override public FareScheduledStopPoint withChanged(OffsetDateTime value) { setChanged(value); return this; } @Override public FareScheduledStopPoint withModification(ModificationEnumeration value) { setModification(value); return this; } @Override public FareScheduledStopPoint withVersion(String value) { setVersion(value); return this; } @Override public FareScheduledStopPoint withStatus_BasicModificationDetailsGroup(StatusEnumeration value) { setStatus_BasicModificationDetailsGroup(value); return this; } @Override public FareScheduledStopPoint withDerivedFromVersionRef_BasicModificationDetailsGroup(String value) { setDerivedFromVersionRef_BasicModificationDetailsGroup(value); return this; } @Override public FareScheduledStopPoint withCompatibleWithVersionFrameVersionRef(String value) { setCompatibleWithVersionFrameVersionRef(value); return this; } @Override public FareScheduledStopPoint withDerivedFromObjectRef(String value) { setDerivedFromObjectRef(value); return this; } @Override public FareScheduledStopPoint withNameOfClass(String value) { setNameOfClass(value); return this; } @Override public FareScheduledStopPoint 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