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

org.rutebanken.netex.model.DeadRunCall_VersionedChildStructure 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.BigInteger;
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.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.rutebanken.netex.OmitNullsToStringStyle;


/**
 * 

Java class for DeadRunCall_VersionedChildStructure complex type. * *

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

 * <complexType name="DeadRunCall_VersionedChildStructure">
 *   <complexContent>
 *     <extension base="{http://www.netex.org.uk/netex}VersionedChildStructure">
 *       <sequence>
 *         <group ref="{http://www.netex.org.uk/netex}DeadRunCallGroup"/>
 *       </sequence>
 *       <attribute name="order" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DeadRunCall_VersionedChildStructure", propOrder = { "pointRef", "scheduledStopPointView", "pointInJourneyPatternRef", "arrival", "departure", "destinationDisplayRef", "destinationDisplayView", "vias", "flexiblePointProperties", "changeOfDestinationDisplay", "changeOfServiceRequirements", "noticeAssignments", "requestStop", "requestMethod", "stopUse", "bookingArrangements", "note" }) public class DeadRunCall_VersionedChildStructure extends VersionedChildStructure { @XmlElementRef(name = "PointRef", namespace = "http://www.netex.org.uk/netex", type = JAXBElement.class, required = false) protected JAXBElement pointRef; @XmlElement(name = "ScheduledStopPointView") protected ScheduledStopPoint_DerivedViewStructure scheduledStopPointView; @XmlElement(name = "PointInJourneyPatternRef") protected PointInJourneyPatternRefStructure pointInJourneyPatternRef; @XmlElement(name = "Arrival") protected DeadRunCallPartStructure arrival; @XmlElement(name = "Departure") protected DeadRunCallPartStructure departure; @XmlElement(name = "DestinationDisplayRef") protected DestinationDisplayRefStructure destinationDisplayRef; @XmlElement(name = "DestinationDisplayView") protected DestinationDisplayView destinationDisplayView; protected Vias_RelStructure vias; @XmlElement(name = "FlexiblePointProperties") protected FlexiblePointProperties flexiblePointProperties; @XmlElement(name = "ChangeOfDestinationDisplay") protected Boolean changeOfDestinationDisplay; @XmlElement(name = "ChangeOfServiceRequirements") protected Boolean changeOfServiceRequirements; protected org.rutebanken.netex.model.Call_VersionedChildStructure.NoticeAssignments noticeAssignments; @XmlElement(name = "RequestStop", defaultValue = "false") protected Boolean requestStop; @XmlElement(name = "RequestMethod", defaultValue = "noneRequired") @XmlSchemaType(name = "NMTOKEN") protected RequestMethodTypeEnumeration requestMethod; @XmlElement(name = "StopUse") @XmlSchemaType(name = "NMTOKEN") protected StopUseEnumeration stopUse; @XmlElement(name = "BookingArrangements") protected BookingArrangementsStructure bookingArrangements; @XmlElement(name = "Note") protected MultilingualString note; @XmlAttribute(name = "order") @XmlSchemaType(name = "positiveInteger") protected BigInteger order; /** * Gets the value of the pointRef property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link TrafficControlPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ScheduledStopPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link TimingPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link WirePointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link RoadPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link InfrastructurePointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ReliefPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ActivationPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ParkingPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link RoutePointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link RailwayPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link BorderPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PointOnLinkRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link BeaconPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link FareScheduledStopPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link GaragePointRefStructure }{@code >} * */ public JAXBElement getPointRef() { return pointRef; } /** * Sets the value of the pointRef property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link TrafficControlPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ScheduledStopPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link TimingPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link WirePointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link RoadPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link InfrastructurePointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ReliefPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ActivationPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ParkingPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link RoutePointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link RailwayPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link BorderPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PointOnLinkRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link BeaconPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link FareScheduledStopPointRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link GaragePointRefStructure }{@code >} * */ public void setPointRef(JAXBElement value) { this.pointRef = value; } /** * Gets the value of the scheduledStopPointView property. * * @return * possible object is * {@link ScheduledStopPoint_DerivedViewStructure } * */ public ScheduledStopPoint_DerivedViewStructure getScheduledStopPointView() { return scheduledStopPointView; } /** * Sets the value of the scheduledStopPointView property. * * @param value * allowed object is * {@link ScheduledStopPoint_DerivedViewStructure } * */ public void setScheduledStopPointView(ScheduledStopPoint_DerivedViewStructure value) { this.scheduledStopPointView = value; } /** * Gets the value of the pointInJourneyPatternRef property. * * @return * possible object is * {@link PointInJourneyPatternRefStructure } * */ public PointInJourneyPatternRefStructure getPointInJourneyPatternRef() { return pointInJourneyPatternRef; } /** * Sets the value of the pointInJourneyPatternRef property. * * @param value * allowed object is * {@link PointInJourneyPatternRefStructure } * */ public void setPointInJourneyPatternRef(PointInJourneyPatternRefStructure value) { this.pointInJourneyPatternRef = value; } /** * Gets the value of the arrival property. * * @return * possible object is * {@link DeadRunCallPartStructure } * */ public DeadRunCallPartStructure getArrival() { return arrival; } /** * Sets the value of the arrival property. * * @param value * allowed object is * {@link DeadRunCallPartStructure } * */ public void setArrival(DeadRunCallPartStructure value) { this.arrival = value; } /** * Gets the value of the departure property. * * @return * possible object is * {@link DeadRunCallPartStructure } * */ public DeadRunCallPartStructure getDeparture() { return departure; } /** * Sets the value of the departure property. * * @param value * allowed object is * {@link DeadRunCallPartStructure } * */ public void setDeparture(DeadRunCallPartStructure value) { this.departure = value; } /** * Gets the value of the destinationDisplayRef property. * * @return * possible object is * {@link DestinationDisplayRefStructure } * */ public DestinationDisplayRefStructure getDestinationDisplayRef() { return destinationDisplayRef; } /** * Sets the value of the destinationDisplayRef property. * * @param value * allowed object is * {@link DestinationDisplayRefStructure } * */ public void setDestinationDisplayRef(DestinationDisplayRefStructure value) { this.destinationDisplayRef = value; } /** * Gets the value of the destinationDisplayView property. * * @return * possible object is * {@link DestinationDisplayView } * */ public DestinationDisplayView getDestinationDisplayView() { return destinationDisplayView; } /** * Sets the value of the destinationDisplayView property. * * @param value * allowed object is * {@link DestinationDisplayView } * */ public void setDestinationDisplayView(DestinationDisplayView value) { this.destinationDisplayView = value; } /** * Gets the value of the vias property. * * @return * possible object is * {@link Vias_RelStructure } * */ public Vias_RelStructure getVias() { return vias; } /** * Sets the value of the vias property. * * @param value * allowed object is * {@link Vias_RelStructure } * */ public void setVias(Vias_RelStructure value) { this.vias = value; } /** * Gets the value of the flexiblePointProperties property. * * @return * possible object is * {@link FlexiblePointProperties } * */ public FlexiblePointProperties getFlexiblePointProperties() { return flexiblePointProperties; } /** * Sets the value of the flexiblePointProperties property. * * @param value * allowed object is * {@link FlexiblePointProperties } * */ public void setFlexiblePointProperties(FlexiblePointProperties value) { this.flexiblePointProperties = value; } /** * Gets the value of the changeOfDestinationDisplay property. * * @return * possible object is * {@link Boolean } * */ public Boolean isChangeOfDestinationDisplay() { return changeOfDestinationDisplay; } /** * Sets the value of the changeOfDestinationDisplay property. * * @param value * allowed object is * {@link Boolean } * */ public void setChangeOfDestinationDisplay(Boolean value) { this.changeOfDestinationDisplay = value; } /** * Gets the value of the changeOfServiceRequirements property. * * @return * possible object is * {@link Boolean } * */ public Boolean isChangeOfServiceRequirements() { return changeOfServiceRequirements; } /** * Sets the value of the changeOfServiceRequirements property. * * @param value * allowed object is * {@link Boolean } * */ public void setChangeOfServiceRequirements(Boolean value) { this.changeOfServiceRequirements = value; } /** * Gets the value of the noticeAssignments property. * * @return * possible object is * {@link org.rutebanken.netex.model.Call_VersionedChildStructure.NoticeAssignments } * */ public org.rutebanken.netex.model.Call_VersionedChildStructure.NoticeAssignments getNoticeAssignments() { return noticeAssignments; } /** * Sets the value of the noticeAssignments property. * * @param value * allowed object is * {@link org.rutebanken.netex.model.Call_VersionedChildStructure.NoticeAssignments } * */ public void setNoticeAssignments(org.rutebanken.netex.model.Call_VersionedChildStructure.NoticeAssignments value) { this.noticeAssignments = value; } /** * Gets the value of the requestStop property. * * @return * possible object is * {@link Boolean } * */ public Boolean isRequestStop() { return requestStop; } /** * Sets the value of the requestStop property. * * @param value * allowed object is * {@link Boolean } * */ public void setRequestStop(Boolean value) { this.requestStop = value; } /** * Gets the value of the requestMethod property. * * @return * possible object is * {@link RequestMethodTypeEnumeration } * */ public RequestMethodTypeEnumeration getRequestMethod() { return requestMethod; } /** * Sets the value of the requestMethod property. * * @param value * allowed object is * {@link RequestMethodTypeEnumeration } * */ public void setRequestMethod(RequestMethodTypeEnumeration value) { this.requestMethod = value; } /** * Gets the value of the stopUse property. * * @return * possible object is * {@link StopUseEnumeration } * */ public StopUseEnumeration getStopUse() { return stopUse; } /** * Sets the value of the stopUse property. * * @param value * allowed object is * {@link StopUseEnumeration } * */ public void setStopUse(StopUseEnumeration value) { this.stopUse = value; } /** * Gets the value of the bookingArrangements property. * * @return * possible object is * {@link BookingArrangementsStructure } * */ public BookingArrangementsStructure getBookingArrangements() { return bookingArrangements; } /** * Sets the value of the bookingArrangements property. * * @param value * allowed object is * {@link BookingArrangementsStructure } * */ public void setBookingArrangements(BookingArrangementsStructure value) { this.bookingArrangements = value; } /** * Gets the value of the note property. * * @return * possible object is * {@link MultilingualString } * */ public MultilingualString getNote() { return note; } /** * Sets the value of the note property. * * @param value * allowed object is * {@link MultilingualString } * */ public void setNote(MultilingualString value) { this.note = value; } /** * Gets the value of the order property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getOrder() { return order; } /** * Sets the value of the order property. * * @param value * allowed object is * {@link BigInteger } * */ public void setOrder(BigInteger value) { this.order = value; } public DeadRunCall_VersionedChildStructure withPointRef(JAXBElement value) { setPointRef(value); return this; } public DeadRunCall_VersionedChildStructure withScheduledStopPointView(ScheduledStopPoint_DerivedViewStructure value) { setScheduledStopPointView(value); return this; } public DeadRunCall_VersionedChildStructure withPointInJourneyPatternRef(PointInJourneyPatternRefStructure value) { setPointInJourneyPatternRef(value); return this; } public DeadRunCall_VersionedChildStructure withArrival(DeadRunCallPartStructure value) { setArrival(value); return this; } public DeadRunCall_VersionedChildStructure withDeparture(DeadRunCallPartStructure value) { setDeparture(value); return this; } public DeadRunCall_VersionedChildStructure withDestinationDisplayRef(DestinationDisplayRefStructure value) { setDestinationDisplayRef(value); return this; } public DeadRunCall_VersionedChildStructure withDestinationDisplayView(DestinationDisplayView value) { setDestinationDisplayView(value); return this; } public DeadRunCall_VersionedChildStructure withVias(Vias_RelStructure value) { setVias(value); return this; } public DeadRunCall_VersionedChildStructure withFlexiblePointProperties(FlexiblePointProperties value) { setFlexiblePointProperties(value); return this; } public DeadRunCall_VersionedChildStructure withChangeOfDestinationDisplay(Boolean value) { setChangeOfDestinationDisplay(value); return this; } public DeadRunCall_VersionedChildStructure withChangeOfServiceRequirements(Boolean value) { setChangeOfServiceRequirements(value); return this; } public DeadRunCall_VersionedChildStructure withNoticeAssignments(org.rutebanken.netex.model.Call_VersionedChildStructure.NoticeAssignments value) { setNoticeAssignments(value); return this; } public DeadRunCall_VersionedChildStructure withRequestStop(Boolean value) { setRequestStop(value); return this; } public DeadRunCall_VersionedChildStructure withRequestMethod(RequestMethodTypeEnumeration value) { setRequestMethod(value); return this; } public DeadRunCall_VersionedChildStructure withStopUse(StopUseEnumeration value) { setStopUse(value); return this; } public DeadRunCall_VersionedChildStructure withBookingArrangements(BookingArrangementsStructure value) { setBookingArrangements(value); return this; } public DeadRunCall_VersionedChildStructure withNote(MultilingualString value) { setNote(value); return this; } public DeadRunCall_VersionedChildStructure withOrder(BigInteger value) { setOrder(value); return this; } @Override public DeadRunCall_VersionedChildStructure withExtensions(ExtensionsStructure value) { setExtensions(value); return this; } @Override public DeadRunCall_VersionedChildStructure withValidityConditions(ValidityConditions_RelStructure value) { setValidityConditions(value); return this; } @Override public DeadRunCall_VersionedChildStructure withValidBetween(ValidBetween... values) { if (values!= null) { for (ValidBetween value: values) { getValidBetween().add(value); } } return this; } @Override public DeadRunCall_VersionedChildStructure withValidBetween(Collection values) { if (values!= null) { getValidBetween().addAll(values); } return this; } @Override public DeadRunCall_VersionedChildStructure withDataSourceRef(String value) { setDataSourceRef(value); return this; } @Override public DeadRunCall_VersionedChildStructure withCreated(OffsetDateTime value) { setCreated(value); return this; } @Override public DeadRunCall_VersionedChildStructure withChanged(OffsetDateTime value) { setChanged(value); return this; } @Override public DeadRunCall_VersionedChildStructure withModification(ModificationEnumeration value) { setModification(value); return this; } @Override public DeadRunCall_VersionedChildStructure withVersion(String value) { setVersion(value); return this; } @Override public DeadRunCall_VersionedChildStructure withStatus_BasicModificationDetailsGroup(StatusEnumeration value) { setStatus_BasicModificationDetailsGroup(value); return this; } @Override public DeadRunCall_VersionedChildStructure withDerivedFromVersionRef_BasicModificationDetailsGroup(String value) { setDerivedFromVersionRef_BasicModificationDetailsGroup(value); return this; } @Override public DeadRunCall_VersionedChildStructure withCompatibleWithVersionFrameVersionRef(String value) { setCompatibleWithVersionFrameVersionRef(value); return this; } @Override public DeadRunCall_VersionedChildStructure withDerivedFromObjectRef(String value) { setDerivedFromObjectRef(value); return this; } @Override public DeadRunCall_VersionedChildStructure withNameOfClass(String value) { setNameOfClass(value); return this; } @Override public DeadRunCall_VersionedChildStructure 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