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

org.rutebanken.netex.model.ArrivalStructure 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.OffsetTime;
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.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.rutebanken.netex.OmitNullsToStringStyle;
import org.rutebanken.util.OffsetTimeISO8601XmlAdapter;


/**
 * 

Java class for ArrivalStructure complex type. * *

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

 * <complexType name="ArrivalStructure">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="Time" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
 *         <element name="DayOffset" type="{http://www.netex.org.uk/netex}DayOffsetType" minOccurs="0"/>
 *         <element name="ForAlighting" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="IsFlexible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <group ref="{http://www.netex.org.uk/netex}CallPartGroup"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ArrivalStructure", propOrder = { "time", "dayOffset", "forAlighting", "isFlexible", "journeyPartRef", "journeyMeetings", "interchanges", "interchangeRules", "timeDemandTypeRef", "timebandRef", "dutyPartRef", "passengerStopAssignmentRef", "quayAssignmentView", "dynamicStopAssignment", "accessibilityAssessment", "checkConstraint", "noticeAssignments" }) public class ArrivalStructure { @XmlElement(name = "Time", type = String.class) @XmlJavaTypeAdapter(OffsetTimeISO8601XmlAdapter.class) @XmlSchemaType(name = "time") protected OffsetTime time; @XmlElement(name = "DayOffset", defaultValue = "0") protected BigInteger dayOffset; @XmlElement(name = "ForAlighting", defaultValue = "true") protected Boolean forAlighting; @XmlElement(name = "IsFlexible", defaultValue = "false") protected Boolean isFlexible; @XmlElement(name = "JourneyPartRef") protected JourneyPartRefStructure journeyPartRef; protected JourneyMeetingViews_RelStructure journeyMeetings; protected ServiceJourneyInterchanges_RelStructure interchanges; protected InterchangeRules_RelStructure interchangeRules; @XmlElement(name = "TimeDemandTypeRef") protected TimeDemandTypeRefStructure timeDemandTypeRef; @XmlElement(name = "TimebandRef") protected TimebandRefStructure timebandRef; @XmlElement(name = "DutyPartRef") protected DutyPartRefStructure dutyPartRef; @XmlElementRef(name = "PassengerStopAssignmentRef", namespace = "http://www.netex.org.uk/netex", type = JAXBElement.class, required = false) protected JAXBElement passengerStopAssignmentRef; @XmlElement(name = "QuayAssignmentView") protected QuayAssignmentView quayAssignmentView; @XmlElement(name = "DynamicStopAssignment") protected DynamicStopAssignment dynamicStopAssignment; @XmlElement(name = "AccessibilityAssessment") protected AccessibilityAssessment accessibilityAssessment; @XmlElement(name = "CheckConstraint") protected CheckConstraint checkConstraint; protected NoticeAssignments_RelStructure noticeAssignments; /** * Gets the value of the time property. * * @return * possible object is * {@link String } * */ public OffsetTime getTime() { return time; } /** * Sets the value of the time property. * * @param value * allowed object is * {@link String } * */ public void setTime(OffsetTime value) { this.time = value; } /** * Gets the value of the dayOffset property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getDayOffset() { return dayOffset; } /** * Sets the value of the dayOffset property. * * @param value * allowed object is * {@link BigInteger } * */ public void setDayOffset(BigInteger value) { this.dayOffset = value; } /** * Gets the value of the forAlighting property. * * @return * possible object is * {@link Boolean } * */ public Boolean isForAlighting() { return forAlighting; } /** * Sets the value of the forAlighting property. * * @param value * allowed object is * {@link Boolean } * */ public void setForAlighting(Boolean value) { this.forAlighting = value; } /** * Gets the value of the isFlexible property. * * @return * possible object is * {@link Boolean } * */ public Boolean isIsFlexible() { return isFlexible; } /** * Sets the value of the isFlexible property. * * @param value * allowed object is * {@link Boolean } * */ public void setIsFlexible(Boolean value) { this.isFlexible = value; } /** * Gets the value of the journeyPartRef property. * * @return * possible object is * {@link JourneyPartRefStructure } * */ public JourneyPartRefStructure getJourneyPartRef() { return journeyPartRef; } /** * Sets the value of the journeyPartRef property. * * @param value * allowed object is * {@link JourneyPartRefStructure } * */ public void setJourneyPartRef(JourneyPartRefStructure value) { this.journeyPartRef = value; } /** * Gets the value of the journeyMeetings property. * * @return * possible object is * {@link JourneyMeetingViews_RelStructure } * */ public JourneyMeetingViews_RelStructure getJourneyMeetings() { return journeyMeetings; } /** * Sets the value of the journeyMeetings property. * * @param value * allowed object is * {@link JourneyMeetingViews_RelStructure } * */ public void setJourneyMeetings(JourneyMeetingViews_RelStructure value) { this.journeyMeetings = value; } /** * Gets the value of the interchanges property. * * @return * possible object is * {@link ServiceJourneyInterchanges_RelStructure } * */ public ServiceJourneyInterchanges_RelStructure getInterchanges() { return interchanges; } /** * Sets the value of the interchanges property. * * @param value * allowed object is * {@link ServiceJourneyInterchanges_RelStructure } * */ public void setInterchanges(ServiceJourneyInterchanges_RelStructure value) { this.interchanges = value; } /** * Gets the value of the interchangeRules property. * * @return * possible object is * {@link InterchangeRules_RelStructure } * */ public InterchangeRules_RelStructure getInterchangeRules() { return interchangeRules; } /** * Sets the value of the interchangeRules property. * * @param value * allowed object is * {@link InterchangeRules_RelStructure } * */ public void setInterchangeRules(InterchangeRules_RelStructure value) { this.interchangeRules = value; } /** * Gets the value of the timeDemandTypeRef property. * * @return * possible object is * {@link TimeDemandTypeRefStructure } * */ public TimeDemandTypeRefStructure getTimeDemandTypeRef() { return timeDemandTypeRef; } /** * Sets the value of the timeDemandTypeRef property. * * @param value * allowed object is * {@link TimeDemandTypeRefStructure } * */ public void setTimeDemandTypeRef(TimeDemandTypeRefStructure value) { this.timeDemandTypeRef = value; } /** * Gets the value of the timebandRef property. * * @return * possible object is * {@link TimebandRefStructure } * */ public TimebandRefStructure getTimebandRef() { return timebandRef; } /** * Sets the value of the timebandRef property. * * @param value * allowed object is * {@link TimebandRefStructure } * */ public void setTimebandRef(TimebandRefStructure value) { this.timebandRef = value; } /** * Gets the value of the dutyPartRef property. * * @return * possible object is * {@link DutyPartRefStructure } * */ public DutyPartRefStructure getDutyPartRef() { return dutyPartRef; } /** * Sets the value of the dutyPartRef property. * * @param value * allowed object is * {@link DutyPartRefStructure } * */ public void setDutyPartRef(DutyPartRefStructure value) { this.dutyPartRef = value; } /** * Gets the value of the passengerStopAssignmentRef property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link DynamicStopAssignmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PassengerStopAssignmentRefStructure }{@code >} * */ public JAXBElement getPassengerStopAssignmentRef() { return passengerStopAssignmentRef; } /** * Sets the value of the passengerStopAssignmentRef property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link DynamicStopAssignmentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link PassengerStopAssignmentRefStructure }{@code >} * */ public void setPassengerStopAssignmentRef(JAXBElement value) { this.passengerStopAssignmentRef = value; } /** * Gets the value of the quayAssignmentView property. * * @return * possible object is * {@link QuayAssignmentView } * */ public QuayAssignmentView getQuayAssignmentView() { return quayAssignmentView; } /** * Sets the value of the quayAssignmentView property. * * @param value * allowed object is * {@link QuayAssignmentView } * */ public void setQuayAssignmentView(QuayAssignmentView value) { this.quayAssignmentView = value; } /** * Gets the value of the dynamicStopAssignment property. * * @return * possible object is * {@link DynamicStopAssignment } * */ public DynamicStopAssignment getDynamicStopAssignment() { return dynamicStopAssignment; } /** * Sets the value of the dynamicStopAssignment property. * * @param value * allowed object is * {@link DynamicStopAssignment } * */ public void setDynamicStopAssignment(DynamicStopAssignment value) { this.dynamicStopAssignment = value; } /** * Gets the value of the accessibilityAssessment property. * * @return * possible object is * {@link AccessibilityAssessment } * */ public AccessibilityAssessment getAccessibilityAssessment() { return accessibilityAssessment; } /** * Sets the value of the accessibilityAssessment property. * * @param value * allowed object is * {@link AccessibilityAssessment } * */ public void setAccessibilityAssessment(AccessibilityAssessment value) { this.accessibilityAssessment = value; } /** * Gets the value of the checkConstraint property. * * @return * possible object is * {@link CheckConstraint } * */ public CheckConstraint getCheckConstraint() { return checkConstraint; } /** * Sets the value of the checkConstraint property. * * @param value * allowed object is * {@link CheckConstraint } * */ public void setCheckConstraint(CheckConstraint value) { this.checkConstraint = value; } /** * Gets the value of the noticeAssignments property. * * @return * possible object is * {@link NoticeAssignments_RelStructure } * */ public NoticeAssignments_RelStructure getNoticeAssignments() { return noticeAssignments; } /** * Sets the value of the noticeAssignments property. * * @param value * allowed object is * {@link NoticeAssignments_RelStructure } * */ public void setNoticeAssignments(NoticeAssignments_RelStructure value) { this.noticeAssignments = value; } public ArrivalStructure withTime(OffsetTime value) { setTime(value); return this; } public ArrivalStructure withDayOffset(BigInteger value) { setDayOffset(value); return this; } public ArrivalStructure withForAlighting(Boolean value) { setForAlighting(value); return this; } public ArrivalStructure withIsFlexible(Boolean value) { setIsFlexible(value); return this; } public ArrivalStructure withJourneyPartRef(JourneyPartRefStructure value) { setJourneyPartRef(value); return this; } public ArrivalStructure withJourneyMeetings(JourneyMeetingViews_RelStructure value) { setJourneyMeetings(value); return this; } public ArrivalStructure withInterchanges(ServiceJourneyInterchanges_RelStructure value) { setInterchanges(value); return this; } public ArrivalStructure withInterchangeRules(InterchangeRules_RelStructure value) { setInterchangeRules(value); return this; } public ArrivalStructure withTimeDemandTypeRef(TimeDemandTypeRefStructure value) { setTimeDemandTypeRef(value); return this; } public ArrivalStructure withTimebandRef(TimebandRefStructure value) { setTimebandRef(value); return this; } public ArrivalStructure withDutyPartRef(DutyPartRefStructure value) { setDutyPartRef(value); return this; } public ArrivalStructure withPassengerStopAssignmentRef(JAXBElement value) { setPassengerStopAssignmentRef(value); return this; } public ArrivalStructure withQuayAssignmentView(QuayAssignmentView value) { setQuayAssignmentView(value); return this; } public ArrivalStructure withDynamicStopAssignment(DynamicStopAssignment value) { setDynamicStopAssignment(value); return this; } public ArrivalStructure withAccessibilityAssessment(AccessibilityAssessment value) { setAccessibilityAssessment(value); return this; } public ArrivalStructure withCheckConstraint(CheckConstraint value) { setCheckConstraint(value); return this; } public ArrivalStructure withNoticeAssignments(NoticeAssignments_RelStructure value) { setNoticeAssignments(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