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

uk.org.siri.siri20.TargetedInterchangeStructure Maven / Gradle / Ivy

The newest version!
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2025.01.07 at 02:19:39 PM UTC 
//


package uk.org.siri.siri20;

import java.io.Serializable;
import java.math.BigInteger;
import java.time.Duration;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import org.entur.siri.adapter.DurationXmlAdapter;


/**
 * Planned Connection between two VEHICLE JOURNEYs.
 * 
 * 

Java class for TargetedInterchangeStructure complex type. * *

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

 * <complexType name="TargetedInterchangeStructure">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <sequence>
 *           <element name="InterchangeCode" type="{http://www.siri.org.uk/siri}InterchangeCodeType" minOccurs="0"/>
 *           <element name="DistributorVehicleJourneyRef" type="{http://www.siri.org.uk/siri}DatedVehicleJourneyRefStructure"/>
 *           <choice>
 *             <element name="DistributorConnectionLinkRef" type="{http://www.siri.org.uk/siri}ConnectionLinkRefStructure"/>
 *             <element name="DistributorConnectionLink" type="{http://www.siri.org.uk/siri}ContextualisedConnectionLinkStructure"/>
 *           </choice>
 *         </sequence>
 *         <element name="DistributorVisitNumber" type="{http://www.siri.org.uk/siri}VisitNumberType" minOccurs="0"/>
 *         <element name="DistributorOrder" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
 *         <group ref="{http://www.siri.org.uk/siri}InterchangePropertyGroup"/>
 *         <group ref="{http://www.siri.org.uk/siri}InterchangeTimesGroup"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "TargetedInterchangeStructure", propOrder = { "interchangeCode", "distributorVehicleJourneyRef", "distributorConnectionLink", "distributorConnectionLinkRef", "distributorVisitNumber", "distributorOrder", "staySeated", "guaranteed", "advertised", "standardWaitTime", "maximumWaitTime", "maximumAutomaticWaitTime", "standardTransferTime", "minimumTransferTime", "maximumTransferTime" }) public class TargetedInterchangeStructure implements Serializable { @XmlElement(name = "InterchangeCode") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "NMTOKEN") protected String interchangeCode; @XmlElement(name = "DistributorVehicleJourneyRef", required = true) protected DatedVehicleJourneyRef distributorVehicleJourneyRef; @XmlElement(name = "DistributorConnectionLink") protected ContextualisedConnectionLinkStructure distributorConnectionLink; @XmlElement(name = "DistributorConnectionLinkRef") protected ConnectionLinkRef distributorConnectionLinkRef; @XmlElement(name = "DistributorVisitNumber") @XmlSchemaType(name = "positiveInteger") protected BigInteger distributorVisitNumber; @XmlElement(name = "DistributorOrder") @XmlSchemaType(name = "positiveInteger") protected BigInteger distributorOrder; @XmlElement(name = "StaySeated", defaultValue = "false") protected Boolean staySeated; @XmlElement(name = "Guaranteed", defaultValue = "false") protected Boolean guaranteed; @XmlElement(name = "Advertised", defaultValue = "false") protected Boolean advertised; @XmlElement(name = "StandardWaitTime", type = String.class) @XmlJavaTypeAdapter(DurationXmlAdapter.class) @XmlSchemaType(name = "duration") protected Duration standardWaitTime; @XmlElement(name = "MaximumWaitTime", type = String.class) @XmlJavaTypeAdapter(DurationXmlAdapter.class) @XmlSchemaType(name = "duration") protected Duration maximumWaitTime; @XmlElement(name = "MaximumAutomaticWaitTime", type = String.class) @XmlJavaTypeAdapter(DurationXmlAdapter.class) @XmlSchemaType(name = "duration") protected Duration maximumAutomaticWaitTime; @XmlElement(name = "StandardTransferTime", type = String.class) @XmlJavaTypeAdapter(DurationXmlAdapter.class) @XmlSchemaType(name = "duration") protected Duration standardTransferTime; @XmlElement(name = "MinimumTransferTime", type = String.class) @XmlJavaTypeAdapter(DurationXmlAdapter.class) @XmlSchemaType(name = "duration") protected Duration minimumTransferTime; @XmlElement(name = "MaximumTransferTime", type = String.class) @XmlJavaTypeAdapter(DurationXmlAdapter.class) @XmlSchemaType(name = "duration") protected Duration maximumTransferTime; /** * Gets the value of the interchangeCode property. * * @return * possible object is * {@link String } * */ public String getInterchangeCode() { return interchangeCode; } /** * Sets the value of the interchangeCode property. * * @param value * allowed object is * {@link String } * */ public void setInterchangeCode(String value) { this.interchangeCode = value; } /** * Gets the value of the distributorVehicleJourneyRef property. * * @return * possible object is * {@link DatedVehicleJourneyRef } * */ public DatedVehicleJourneyRef getDistributorVehicleJourneyRef() { return distributorVehicleJourneyRef; } /** * Sets the value of the distributorVehicleJourneyRef property. * * @param value * allowed object is * {@link DatedVehicleJourneyRef } * */ public void setDistributorVehicleJourneyRef(DatedVehicleJourneyRef value) { this.distributorVehicleJourneyRef = value; } /** * Gets the value of the distributorConnectionLink property. * * @return * possible object is * {@link ContextualisedConnectionLinkStructure } * */ public ContextualisedConnectionLinkStructure getDistributorConnectionLink() { return distributorConnectionLink; } /** * Sets the value of the distributorConnectionLink property. * * @param value * allowed object is * {@link ContextualisedConnectionLinkStructure } * */ public void setDistributorConnectionLink(ContextualisedConnectionLinkStructure value) { this.distributorConnectionLink = value; } /** * Gets the value of the distributorConnectionLinkRef property. * * @return * possible object is * {@link ConnectionLinkRef } * */ public ConnectionLinkRef getDistributorConnectionLinkRef() { return distributorConnectionLinkRef; } /** * Sets the value of the distributorConnectionLinkRef property. * * @param value * allowed object is * {@link ConnectionLinkRef } * */ public void setDistributorConnectionLinkRef(ConnectionLinkRef value) { this.distributorConnectionLinkRef = value; } /** * Gets the value of the distributorVisitNumber property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getDistributorVisitNumber() { return distributorVisitNumber; } /** * Sets the value of the distributorVisitNumber property. * * @param value * allowed object is * {@link BigInteger } * */ public void setDistributorVisitNumber(BigInteger value) { this.distributorVisitNumber = value; } /** * Gets the value of the distributorOrder property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getDistributorOrder() { return distributorOrder; } /** * Sets the value of the distributorOrder property. * * @param value * allowed object is * {@link BigInteger } * */ public void setDistributorOrder(BigInteger value) { this.distributorOrder = value; } /** * Gets the value of the staySeated property. * * @return * possible object is * {@link Boolean } * */ public Boolean isStaySeated() { return staySeated; } /** * Sets the value of the staySeated property. * * @param value * allowed object is * {@link Boolean } * */ public void setStaySeated(Boolean value) { this.staySeated = value; } /** * Gets the value of the guaranteed property. * * @return * possible object is * {@link Boolean } * */ public Boolean isGuaranteed() { return guaranteed; } /** * Sets the value of the guaranteed property. * * @param value * allowed object is * {@link Boolean } * */ public void setGuaranteed(Boolean value) { this.guaranteed = value; } /** * Gets the value of the advertised property. * * @return * possible object is * {@link Boolean } * */ public Boolean isAdvertised() { return advertised; } /** * Sets the value of the advertised property. * * @param value * allowed object is * {@link Boolean } * */ public void setAdvertised(Boolean value) { this.advertised = value; } /** * Gets the value of the standardWaitTime property. * * @return * possible object is * {@link String } * */ public Duration getStandardWaitTime() { return standardWaitTime; } /** * Sets the value of the standardWaitTime property. * * @param value * allowed object is * {@link String } * */ public void setStandardWaitTime(Duration value) { this.standardWaitTime = value; } /** * Gets the value of the maximumWaitTime property. * * @return * possible object is * {@link String } * */ public Duration getMaximumWaitTime() { return maximumWaitTime; } /** * Sets the value of the maximumWaitTime property. * * @param value * allowed object is * {@link String } * */ public void setMaximumWaitTime(Duration value) { this.maximumWaitTime = value; } /** * Gets the value of the maximumAutomaticWaitTime property. * * @return * possible object is * {@link String } * */ public Duration getMaximumAutomaticWaitTime() { return maximumAutomaticWaitTime; } /** * Sets the value of the maximumAutomaticWaitTime property. * * @param value * allowed object is * {@link String } * */ public void setMaximumAutomaticWaitTime(Duration value) { this.maximumAutomaticWaitTime = value; } /** * Gets the value of the standardTransferTime property. * * @return * possible object is * {@link String } * */ public Duration getStandardTransferTime() { return standardTransferTime; } /** * Sets the value of the standardTransferTime property. * * @param value * allowed object is * {@link String } * */ public void setStandardTransferTime(Duration value) { this.standardTransferTime = value; } /** * Gets the value of the minimumTransferTime property. * * @return * possible object is * {@link String } * */ public Duration getMinimumTransferTime() { return minimumTransferTime; } /** * Sets the value of the minimumTransferTime property. * * @param value * allowed object is * {@link String } * */ public void setMinimumTransferTime(Duration value) { this.minimumTransferTime = value; } /** * Gets the value of the maximumTransferTime property. * * @return * possible object is * {@link String } * */ public Duration getMaximumTransferTime() { return maximumTransferTime; } /** * Sets the value of the maximumTransferTime property. * * @param value * allowed object is * {@link String } * */ public void setMaximumTransferTime(Duration value) { this.maximumTransferTime = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy