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

org.rutebanken.netex.model.Service_VersionFrameStructure 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.Collection;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
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 Service_VersionFrameStructure complex type. * *

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

 * <complexType name="Service_VersionFrameStructure">
 *   <complexContent>
 *     <extension base="{http://www.netex.org.uk/netex}Common_VersionFrameStructure">
 *       <sequence>
 *         <group ref="{http://www.netex.org.uk/netex}ServiceFrameGroup"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Service_VersionFrameStructure", propOrder = { "network", "additionalNetworks", "directions", "routePoints", "routeLinks", "routes", "flexiblePointProperties", "flexibleLinkProperties", "commonSections", "generalSections", "groupsOfLinks", "groupsOfPoints", "lines", "groupsOfLines", "destinationDisplays", "lineNetworks", "scheduledStopPoints", "serviceLinks", "servicePatterns", "stopAreas", "connections", "tariffZones", "stopAssignments", "timingPoints", "timingLinks", "timingPatterns", "journeyPatterns", "transferRestrictions", "routingConstraintZones", "serviceExclusions", "timeDemandTypes", "timeDemandTypeAssignments", "timingLinkGroups", "notices", "noticeAssignments", "logicalDisplays", "displayAssignments", "passengerInformationEquipments" }) @XmlSeeAlso({ ServiceFrame.class }) public class Service_VersionFrameStructure extends Common_VersionFrameStructure { @XmlElement(name = "Network") protected Network network; protected NetworksInFrame_RelStructure additionalNetworks; protected DirectionsInFrame_RelStructure directions; protected RoutePointsInFrame_RelStructure routePoints; protected RouteLinksInFrame_RelStructure routeLinks; protected RoutesInFrame_RelStructure routes; protected FlexiblePointProperties_RelStructure flexiblePointProperties; protected FlexibleLinkProperties_RelStructure flexibleLinkProperties; protected CommonSectionsInFrame_RelStructure commonSections; protected GeneralSectionsInFrame_RelStructure generalSections; protected GroupOfLinks_RelStructure groupsOfLinks; protected GroupOfPoints_RelStructure groupsOfPoints; protected LinesInFrame_RelStructure lines; protected GroupsOfLinesInFrame_RelStructure groupsOfLines; protected DestinationDisplaysInFrame_RelStructure destinationDisplays; protected LineNetworksInFrame_RelStructure lineNetworks; protected ScheduledStopPointsInFrame_RelStructure scheduledStopPoints; protected ServiceLinksInFrame_RelStructure serviceLinks; protected ServicePatternsInFrame_RelStructure servicePatterns; protected StopAreasInFrame_RelStructure stopAreas; protected TransfersInFrame_RelStructure connections; protected TariffZonesInFrame_RelStructure tariffZones; protected StopAssignmentsInFrame_RelStructure stopAssignments; protected TimingPointsInFrame_RelStructure timingPoints; protected TimingLinksInFrame_RelStructure timingLinks; protected TimingPatternsInFrame_RelStructure timingPatterns; protected JourneyPatternsInFrame_RelStructure journeyPatterns; protected TransferRestrictionsInFrame_RelStructure transferRestrictions; protected RoutingConstraintZonesInFrame_RelStructure routingConstraintZones; protected ServiceExclusionsInFrame_RelStructure serviceExclusions; protected TimeDemandTypesInFrame_RelStructure timeDemandTypes; protected TimeDemandTypeAssignmentsInFrame_RelStructure timeDemandTypeAssignments; protected GroupOfLinksInFrame_RelStructure timingLinkGroups; protected NoticesInFrame_RelStructure notices; protected NoticeAssignmentsInFrame_RelStructure noticeAssignments; protected LogicalDisplaysInFrame_RelStructure logicalDisplays; protected DisplayAssignmentsInFrame_RelStructure displayAssignments; protected PassengerInformationEquipmentsInFrame_RelStructure passengerInformationEquipments; /** * Gets the value of the network property. * * @return * possible object is * {@link Network } * */ public Network getNetwork() { return network; } /** * Sets the value of the network property. * * @param value * allowed object is * {@link Network } * */ public void setNetwork(Network value) { this.network = value; } /** * Gets the value of the additionalNetworks property. * * @return * possible object is * {@link NetworksInFrame_RelStructure } * */ public NetworksInFrame_RelStructure getAdditionalNetworks() { return additionalNetworks; } /** * Sets the value of the additionalNetworks property. * * @param value * allowed object is * {@link NetworksInFrame_RelStructure } * */ public void setAdditionalNetworks(NetworksInFrame_RelStructure value) { this.additionalNetworks = value; } /** * Gets the value of the directions property. * * @return * possible object is * {@link DirectionsInFrame_RelStructure } * */ public DirectionsInFrame_RelStructure getDirections() { return directions; } /** * Sets the value of the directions property. * * @param value * allowed object is * {@link DirectionsInFrame_RelStructure } * */ public void setDirections(DirectionsInFrame_RelStructure value) { this.directions = value; } /** * Gets the value of the routePoints property. * * @return * possible object is * {@link RoutePointsInFrame_RelStructure } * */ public RoutePointsInFrame_RelStructure getRoutePoints() { return routePoints; } /** * Sets the value of the routePoints property. * * @param value * allowed object is * {@link RoutePointsInFrame_RelStructure } * */ public void setRoutePoints(RoutePointsInFrame_RelStructure value) { this.routePoints = value; } /** * Gets the value of the routeLinks property. * * @return * possible object is * {@link RouteLinksInFrame_RelStructure } * */ public RouteLinksInFrame_RelStructure getRouteLinks() { return routeLinks; } /** * Sets the value of the routeLinks property. * * @param value * allowed object is * {@link RouteLinksInFrame_RelStructure } * */ public void setRouteLinks(RouteLinksInFrame_RelStructure value) { this.routeLinks = value; } /** * Gets the value of the routes property. * * @return * possible object is * {@link RoutesInFrame_RelStructure } * */ public RoutesInFrame_RelStructure getRoutes() { return routes; } /** * Sets the value of the routes property. * * @param value * allowed object is * {@link RoutesInFrame_RelStructure } * */ public void setRoutes(RoutesInFrame_RelStructure value) { this.routes = value; } /** * Gets the value of the flexiblePointProperties property. * * @return * possible object is * {@link FlexiblePointProperties_RelStructure } * */ public FlexiblePointProperties_RelStructure getFlexiblePointProperties() { return flexiblePointProperties; } /** * Sets the value of the flexiblePointProperties property. * * @param value * allowed object is * {@link FlexiblePointProperties_RelStructure } * */ public void setFlexiblePointProperties(FlexiblePointProperties_RelStructure value) { this.flexiblePointProperties = value; } /** * Gets the value of the flexibleLinkProperties property. * * @return * possible object is * {@link FlexibleLinkProperties_RelStructure } * */ public FlexibleLinkProperties_RelStructure getFlexibleLinkProperties() { return flexibleLinkProperties; } /** * Sets the value of the flexibleLinkProperties property. * * @param value * allowed object is * {@link FlexibleLinkProperties_RelStructure } * */ public void setFlexibleLinkProperties(FlexibleLinkProperties_RelStructure value) { this.flexibleLinkProperties = value; } /** * Gets the value of the commonSections property. * * @return * possible object is * {@link CommonSectionsInFrame_RelStructure } * */ public CommonSectionsInFrame_RelStructure getCommonSections() { return commonSections; } /** * Sets the value of the commonSections property. * * @param value * allowed object is * {@link CommonSectionsInFrame_RelStructure } * */ public void setCommonSections(CommonSectionsInFrame_RelStructure value) { this.commonSections = value; } /** * Gets the value of the generalSections property. * * @return * possible object is * {@link GeneralSectionsInFrame_RelStructure } * */ public GeneralSectionsInFrame_RelStructure getGeneralSections() { return generalSections; } /** * Sets the value of the generalSections property. * * @param value * allowed object is * {@link GeneralSectionsInFrame_RelStructure } * */ public void setGeneralSections(GeneralSectionsInFrame_RelStructure value) { this.generalSections = value; } /** * Gets the value of the groupsOfLinks property. * * @return * possible object is * {@link GroupOfLinks_RelStructure } * */ public GroupOfLinks_RelStructure getGroupsOfLinks() { return groupsOfLinks; } /** * Sets the value of the groupsOfLinks property. * * @param value * allowed object is * {@link GroupOfLinks_RelStructure } * */ public void setGroupsOfLinks(GroupOfLinks_RelStructure value) { this.groupsOfLinks = value; } /** * Gets the value of the groupsOfPoints property. * * @return * possible object is * {@link GroupOfPoints_RelStructure } * */ public GroupOfPoints_RelStructure getGroupsOfPoints() { return groupsOfPoints; } /** * Sets the value of the groupsOfPoints property. * * @param value * allowed object is * {@link GroupOfPoints_RelStructure } * */ public void setGroupsOfPoints(GroupOfPoints_RelStructure value) { this.groupsOfPoints = value; } /** * Gets the value of the lines property. * * @return * possible object is * {@link LinesInFrame_RelStructure } * */ public LinesInFrame_RelStructure getLines() { return lines; } /** * Sets the value of the lines property. * * @param value * allowed object is * {@link LinesInFrame_RelStructure } * */ public void setLines(LinesInFrame_RelStructure value) { this.lines = value; } /** * Gets the value of the groupsOfLines property. * * @return * possible object is * {@link GroupsOfLinesInFrame_RelStructure } * */ public GroupsOfLinesInFrame_RelStructure getGroupsOfLines() { return groupsOfLines; } /** * Sets the value of the groupsOfLines property. * * @param value * allowed object is * {@link GroupsOfLinesInFrame_RelStructure } * */ public void setGroupsOfLines(GroupsOfLinesInFrame_RelStructure value) { this.groupsOfLines = value; } /** * Gets the value of the destinationDisplays property. * * @return * possible object is * {@link DestinationDisplaysInFrame_RelStructure } * */ public DestinationDisplaysInFrame_RelStructure getDestinationDisplays() { return destinationDisplays; } /** * Sets the value of the destinationDisplays property. * * @param value * allowed object is * {@link DestinationDisplaysInFrame_RelStructure } * */ public void setDestinationDisplays(DestinationDisplaysInFrame_RelStructure value) { this.destinationDisplays = value; } /** * Gets the value of the lineNetworks property. * * @return * possible object is * {@link LineNetworksInFrame_RelStructure } * */ public LineNetworksInFrame_RelStructure getLineNetworks() { return lineNetworks; } /** * Sets the value of the lineNetworks property. * * @param value * allowed object is * {@link LineNetworksInFrame_RelStructure } * */ public void setLineNetworks(LineNetworksInFrame_RelStructure value) { this.lineNetworks = value; } /** * Gets the value of the scheduledStopPoints property. * * @return * possible object is * {@link ScheduledStopPointsInFrame_RelStructure } * */ public ScheduledStopPointsInFrame_RelStructure getScheduledStopPoints() { return scheduledStopPoints; } /** * Sets the value of the scheduledStopPoints property. * * @param value * allowed object is * {@link ScheduledStopPointsInFrame_RelStructure } * */ public void setScheduledStopPoints(ScheduledStopPointsInFrame_RelStructure value) { this.scheduledStopPoints = value; } /** * Gets the value of the serviceLinks property. * * @return * possible object is * {@link ServiceLinksInFrame_RelStructure } * */ public ServiceLinksInFrame_RelStructure getServiceLinks() { return serviceLinks; } /** * Sets the value of the serviceLinks property. * * @param value * allowed object is * {@link ServiceLinksInFrame_RelStructure } * */ public void setServiceLinks(ServiceLinksInFrame_RelStructure value) { this.serviceLinks = value; } /** * Gets the value of the servicePatterns property. * * @return * possible object is * {@link ServicePatternsInFrame_RelStructure } * */ public ServicePatternsInFrame_RelStructure getServicePatterns() { return servicePatterns; } /** * Sets the value of the servicePatterns property. * * @param value * allowed object is * {@link ServicePatternsInFrame_RelStructure } * */ public void setServicePatterns(ServicePatternsInFrame_RelStructure value) { this.servicePatterns = value; } /** * Gets the value of the stopAreas property. * * @return * possible object is * {@link StopAreasInFrame_RelStructure } * */ public StopAreasInFrame_RelStructure getStopAreas() { return stopAreas; } /** * Sets the value of the stopAreas property. * * @param value * allowed object is * {@link StopAreasInFrame_RelStructure } * */ public void setStopAreas(StopAreasInFrame_RelStructure value) { this.stopAreas = value; } /** * Gets the value of the connections property. * * @return * possible object is * {@link TransfersInFrame_RelStructure } * */ public TransfersInFrame_RelStructure getConnections() { return connections; } /** * Sets the value of the connections property. * * @param value * allowed object is * {@link TransfersInFrame_RelStructure } * */ public void setConnections(TransfersInFrame_RelStructure value) { this.connections = value; } /** * Gets the value of the tariffZones property. * * @return * possible object is * {@link TariffZonesInFrame_RelStructure } * */ public TariffZonesInFrame_RelStructure getTariffZones() { return tariffZones; } /** * Sets the value of the tariffZones property. * * @param value * allowed object is * {@link TariffZonesInFrame_RelStructure } * */ public void setTariffZones(TariffZonesInFrame_RelStructure value) { this.tariffZones = value; } /** * Gets the value of the stopAssignments property. * * @return * possible object is * {@link StopAssignmentsInFrame_RelStructure } * */ public StopAssignmentsInFrame_RelStructure getStopAssignments() { return stopAssignments; } /** * Sets the value of the stopAssignments property. * * @param value * allowed object is * {@link StopAssignmentsInFrame_RelStructure } * */ public void setStopAssignments(StopAssignmentsInFrame_RelStructure value) { this.stopAssignments = value; } /** * Gets the value of the timingPoints property. * * @return * possible object is * {@link TimingPointsInFrame_RelStructure } * */ public TimingPointsInFrame_RelStructure getTimingPoints() { return timingPoints; } /** * Sets the value of the timingPoints property. * * @param value * allowed object is * {@link TimingPointsInFrame_RelStructure } * */ public void setTimingPoints(TimingPointsInFrame_RelStructure value) { this.timingPoints = value; } /** * Gets the value of the timingLinks property. * * @return * possible object is * {@link TimingLinksInFrame_RelStructure } * */ public TimingLinksInFrame_RelStructure getTimingLinks() { return timingLinks; } /** * Sets the value of the timingLinks property. * * @param value * allowed object is * {@link TimingLinksInFrame_RelStructure } * */ public void setTimingLinks(TimingLinksInFrame_RelStructure value) { this.timingLinks = value; } /** * Gets the value of the timingPatterns property. * * @return * possible object is * {@link TimingPatternsInFrame_RelStructure } * */ public TimingPatternsInFrame_RelStructure getTimingPatterns() { return timingPatterns; } /** * Sets the value of the timingPatterns property. * * @param value * allowed object is * {@link TimingPatternsInFrame_RelStructure } * */ public void setTimingPatterns(TimingPatternsInFrame_RelStructure value) { this.timingPatterns = value; } /** * Gets the value of the journeyPatterns property. * * @return * possible object is * {@link JourneyPatternsInFrame_RelStructure } * */ public JourneyPatternsInFrame_RelStructure getJourneyPatterns() { return journeyPatterns; } /** * Sets the value of the journeyPatterns property. * * @param value * allowed object is * {@link JourneyPatternsInFrame_RelStructure } * */ public void setJourneyPatterns(JourneyPatternsInFrame_RelStructure value) { this.journeyPatterns = value; } /** * Gets the value of the transferRestrictions property. * * @return * possible object is * {@link TransferRestrictionsInFrame_RelStructure } * */ public TransferRestrictionsInFrame_RelStructure getTransferRestrictions() { return transferRestrictions; } /** * Sets the value of the transferRestrictions property. * * @param value * allowed object is * {@link TransferRestrictionsInFrame_RelStructure } * */ public void setTransferRestrictions(TransferRestrictionsInFrame_RelStructure value) { this.transferRestrictions = value; } /** * Gets the value of the routingConstraintZones property. * * @return * possible object is * {@link RoutingConstraintZonesInFrame_RelStructure } * */ public RoutingConstraintZonesInFrame_RelStructure getRoutingConstraintZones() { return routingConstraintZones; } /** * Sets the value of the routingConstraintZones property. * * @param value * allowed object is * {@link RoutingConstraintZonesInFrame_RelStructure } * */ public void setRoutingConstraintZones(RoutingConstraintZonesInFrame_RelStructure value) { this.routingConstraintZones = value; } /** * Gets the value of the serviceExclusions property. * * @return * possible object is * {@link ServiceExclusionsInFrame_RelStructure } * */ public ServiceExclusionsInFrame_RelStructure getServiceExclusions() { return serviceExclusions; } /** * Sets the value of the serviceExclusions property. * * @param value * allowed object is * {@link ServiceExclusionsInFrame_RelStructure } * */ public void setServiceExclusions(ServiceExclusionsInFrame_RelStructure value) { this.serviceExclusions = value; } /** * Gets the value of the timeDemandTypes property. * * @return * possible object is * {@link TimeDemandTypesInFrame_RelStructure } * */ public TimeDemandTypesInFrame_RelStructure getTimeDemandTypes() { return timeDemandTypes; } /** * Sets the value of the timeDemandTypes property. * * @param value * allowed object is * {@link TimeDemandTypesInFrame_RelStructure } * */ public void setTimeDemandTypes(TimeDemandTypesInFrame_RelStructure value) { this.timeDemandTypes = value; } /** * Gets the value of the timeDemandTypeAssignments property. * * @return * possible object is * {@link TimeDemandTypeAssignmentsInFrame_RelStructure } * */ public TimeDemandTypeAssignmentsInFrame_RelStructure getTimeDemandTypeAssignments() { return timeDemandTypeAssignments; } /** * Sets the value of the timeDemandTypeAssignments property. * * @param value * allowed object is * {@link TimeDemandTypeAssignmentsInFrame_RelStructure } * */ public void setTimeDemandTypeAssignments(TimeDemandTypeAssignmentsInFrame_RelStructure value) { this.timeDemandTypeAssignments = value; } /** * Gets the value of the timingLinkGroups property. * * @return * possible object is * {@link GroupOfLinksInFrame_RelStructure } * */ public GroupOfLinksInFrame_RelStructure getTimingLinkGroups() { return timingLinkGroups; } /** * Sets the value of the timingLinkGroups property. * * @param value * allowed object is * {@link GroupOfLinksInFrame_RelStructure } * */ public void setTimingLinkGroups(GroupOfLinksInFrame_RelStructure value) { this.timingLinkGroups = value; } /** * Gets the value of the notices property. * * @return * possible object is * {@link NoticesInFrame_RelStructure } * */ public NoticesInFrame_RelStructure getNotices() { return notices; } /** * Sets the value of the notices property. * * @param value * allowed object is * {@link NoticesInFrame_RelStructure } * */ public void setNotices(NoticesInFrame_RelStructure value) { this.notices = value; } /** * Gets the value of the noticeAssignments property. * * @return * possible object is * {@link NoticeAssignmentsInFrame_RelStructure } * */ public NoticeAssignmentsInFrame_RelStructure getNoticeAssignments() { return noticeAssignments; } /** * Sets the value of the noticeAssignments property. * * @param value * allowed object is * {@link NoticeAssignmentsInFrame_RelStructure } * */ public void setNoticeAssignments(NoticeAssignmentsInFrame_RelStructure value) { this.noticeAssignments = value; } /** * Gets the value of the logicalDisplays property. * * @return * possible object is * {@link LogicalDisplaysInFrame_RelStructure } * */ public LogicalDisplaysInFrame_RelStructure getLogicalDisplays() { return logicalDisplays; } /** * Sets the value of the logicalDisplays property. * * @param value * allowed object is * {@link LogicalDisplaysInFrame_RelStructure } * */ public void setLogicalDisplays(LogicalDisplaysInFrame_RelStructure value) { this.logicalDisplays = value; } /** * Gets the value of the displayAssignments property. * * @return * possible object is * {@link DisplayAssignmentsInFrame_RelStructure } * */ public DisplayAssignmentsInFrame_RelStructure getDisplayAssignments() { return displayAssignments; } /** * Sets the value of the displayAssignments property. * * @param value * allowed object is * {@link DisplayAssignmentsInFrame_RelStructure } * */ public void setDisplayAssignments(DisplayAssignmentsInFrame_RelStructure value) { this.displayAssignments = value; } /** * Gets the value of the passengerInformationEquipments property. * * @return * possible object is * {@link PassengerInformationEquipmentsInFrame_RelStructure } * */ public PassengerInformationEquipmentsInFrame_RelStructure getPassengerInformationEquipments() { return passengerInformationEquipments; } /** * Sets the value of the passengerInformationEquipments property. * * @param value * allowed object is * {@link PassengerInformationEquipmentsInFrame_RelStructure } * */ public void setPassengerInformationEquipments(PassengerInformationEquipmentsInFrame_RelStructure value) { this.passengerInformationEquipments = value; } public Service_VersionFrameStructure withNetwork(Network value) { setNetwork(value); return this; } public Service_VersionFrameStructure withAdditionalNetworks(NetworksInFrame_RelStructure value) { setAdditionalNetworks(value); return this; } public Service_VersionFrameStructure withDirections(DirectionsInFrame_RelStructure value) { setDirections(value); return this; } public Service_VersionFrameStructure withRoutePoints(RoutePointsInFrame_RelStructure value) { setRoutePoints(value); return this; } public Service_VersionFrameStructure withRouteLinks(RouteLinksInFrame_RelStructure value) { setRouteLinks(value); return this; } public Service_VersionFrameStructure withRoutes(RoutesInFrame_RelStructure value) { setRoutes(value); return this; } public Service_VersionFrameStructure withFlexiblePointProperties(FlexiblePointProperties_RelStructure value) { setFlexiblePointProperties(value); return this; } public Service_VersionFrameStructure withFlexibleLinkProperties(FlexibleLinkProperties_RelStructure value) { setFlexibleLinkProperties(value); return this; } public Service_VersionFrameStructure withCommonSections(CommonSectionsInFrame_RelStructure value) { setCommonSections(value); return this; } public Service_VersionFrameStructure withGeneralSections(GeneralSectionsInFrame_RelStructure value) { setGeneralSections(value); return this; } public Service_VersionFrameStructure withGroupsOfLinks(GroupOfLinks_RelStructure value) { setGroupsOfLinks(value); return this; } public Service_VersionFrameStructure withGroupsOfPoints(GroupOfPoints_RelStructure value) { setGroupsOfPoints(value); return this; } public Service_VersionFrameStructure withLines(LinesInFrame_RelStructure value) { setLines(value); return this; } public Service_VersionFrameStructure withGroupsOfLines(GroupsOfLinesInFrame_RelStructure value) { setGroupsOfLines(value); return this; } public Service_VersionFrameStructure withDestinationDisplays(DestinationDisplaysInFrame_RelStructure value) { setDestinationDisplays(value); return this; } public Service_VersionFrameStructure withLineNetworks(LineNetworksInFrame_RelStructure value) { setLineNetworks(value); return this; } public Service_VersionFrameStructure withScheduledStopPoints(ScheduledStopPointsInFrame_RelStructure value) { setScheduledStopPoints(value); return this; } public Service_VersionFrameStructure withServiceLinks(ServiceLinksInFrame_RelStructure value) { setServiceLinks(value); return this; } public Service_VersionFrameStructure withServicePatterns(ServicePatternsInFrame_RelStructure value) { setServicePatterns(value); return this; } public Service_VersionFrameStructure withStopAreas(StopAreasInFrame_RelStructure value) { setStopAreas(value); return this; } public Service_VersionFrameStructure withConnections(TransfersInFrame_RelStructure value) { setConnections(value); return this; } public Service_VersionFrameStructure withTariffZones(TariffZonesInFrame_RelStructure value) { setTariffZones(value); return this; } public Service_VersionFrameStructure withStopAssignments(StopAssignmentsInFrame_RelStructure value) { setStopAssignments(value); return this; } public Service_VersionFrameStructure withTimingPoints(TimingPointsInFrame_RelStructure value) { setTimingPoints(value); return this; } public Service_VersionFrameStructure withTimingLinks(TimingLinksInFrame_RelStructure value) { setTimingLinks(value); return this; } public Service_VersionFrameStructure withTimingPatterns(TimingPatternsInFrame_RelStructure value) { setTimingPatterns(value); return this; } public Service_VersionFrameStructure withJourneyPatterns(JourneyPatternsInFrame_RelStructure value) { setJourneyPatterns(value); return this; } public Service_VersionFrameStructure withTransferRestrictions(TransferRestrictionsInFrame_RelStructure value) { setTransferRestrictions(value); return this; } public Service_VersionFrameStructure withRoutingConstraintZones(RoutingConstraintZonesInFrame_RelStructure value) { setRoutingConstraintZones(value); return this; } public Service_VersionFrameStructure withServiceExclusions(ServiceExclusionsInFrame_RelStructure value) { setServiceExclusions(value); return this; } public Service_VersionFrameStructure withTimeDemandTypes(TimeDemandTypesInFrame_RelStructure value) { setTimeDemandTypes(value); return this; } public Service_VersionFrameStructure withTimeDemandTypeAssignments(TimeDemandTypeAssignmentsInFrame_RelStructure value) { setTimeDemandTypeAssignments(value); return this; } public Service_VersionFrameStructure withTimingLinkGroups(GroupOfLinksInFrame_RelStructure value) { setTimingLinkGroups(value); return this; } public Service_VersionFrameStructure withNotices(NoticesInFrame_RelStructure value) { setNotices(value); return this; } public Service_VersionFrameStructure withNoticeAssignments(NoticeAssignmentsInFrame_RelStructure value) { setNoticeAssignments(value); return this; } public Service_VersionFrameStructure withLogicalDisplays(LogicalDisplaysInFrame_RelStructure value) { setLogicalDisplays(value); return this; } public Service_VersionFrameStructure withDisplayAssignments(DisplayAssignmentsInFrame_RelStructure value) { setDisplayAssignments(value); return this; } public Service_VersionFrameStructure withPassengerInformationEquipments(PassengerInformationEquipmentsInFrame_RelStructure value) { setPassengerInformationEquipments(value); return this; } @Override public Service_VersionFrameStructure withName(MultilingualString value) { setName(value); return this; } @Override public Service_VersionFrameStructure withDescription(MultilingualString value) { setDescription(value); return this; } @Override public Service_VersionFrameStructure withTypeOfFrameRef(TypeOfFrameRefStructure value) { setTypeOfFrameRef(value); return this; } @Override public Service_VersionFrameStructure withBaselineVersionFrameRef(VersionRefStructure value) { setBaselineVersionFrameRef(value); return this; } @Override public Service_VersionFrameStructure withCodespaces(Codespaces_RelStructure value) { setCodespaces(value); return this; } @Override public Service_VersionFrameStructure withFrameDefaults(VersionFrameDefaultsStructure value) { setFrameDefaults(value); return this; } @Override public Service_VersionFrameStructure withVersions(Versions_RelStructure value) { setVersions(value); return this; } @Override public Service_VersionFrameStructure withTraces(Traces_RelStructure value) { setTraces(value); return this; } @Override public Service_VersionFrameStructure withContentValidityConditions(ValidityConditions_RelStructure value) { setContentValidityConditions(value); return this; } @Override public Service_VersionFrameStructure withKeyList(KeyListStructure value) { setKeyList(value); return this; } @Override public Service_VersionFrameStructure withExtensions(ExtensionsStructure value) { setExtensions(value); return this; } @Override public Service_VersionFrameStructure withBrandingRef(BrandingRefStructure value) { setBrandingRef(value); return this; } @Override public Service_VersionFrameStructure withAlternativeTexts(AlternativeTexts_RelStructure value) { setAlternativeTexts(value); return this; } @Override public Service_VersionFrameStructure withResponsibilitySetRef(String value) { setResponsibilitySetRef(value); return this; } @Override public Service_VersionFrameStructure withValidityConditions(ValidityConditions_RelStructure value) { setValidityConditions(value); return this; } @Override public Service_VersionFrameStructure withValidBetween(ValidBetween... values) { if (values!= null) { for (ValidBetween value: values) { getValidBetween().add(value); } } return this; } @Override public Service_VersionFrameStructure withValidBetween(Collection values) { if (values!= null) { getValidBetween().addAll(values); } return this; } @Override public Service_VersionFrameStructure withDataSourceRef(String value) { setDataSourceRef(value); return this; } @Override public Service_VersionFrameStructure withCreated(OffsetDateTime value) { setCreated(value); return this; } @Override public Service_VersionFrameStructure withChanged(OffsetDateTime value) { setChanged(value); return this; } @Override public Service_VersionFrameStructure withModification(ModificationEnumeration value) { setModification(value); return this; } @Override public Service_VersionFrameStructure withVersion(String value) { setVersion(value); return this; } @Override public Service_VersionFrameStructure withStatus_BasicModificationDetailsGroup(StatusEnumeration value) { setStatus_BasicModificationDetailsGroup(value); return this; } @Override public Service_VersionFrameStructure withDerivedFromVersionRef_BasicModificationDetailsGroup(String value) { setDerivedFromVersionRef_BasicModificationDetailsGroup(value); return this; } @Override public Service_VersionFrameStructure withCompatibleWithVersionFrameVersionRef(String value) { setCompatibleWithVersionFrameVersionRef(value); return this; } @Override public Service_VersionFrameStructure withDerivedFromObjectRef(String value) { setDerivedFromObjectRef(value); return this; } @Override public Service_VersionFrameStructure withNameOfClass(String value) { setNameOfClass(value); return this; } @Override public Service_VersionFrameStructure 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