uk.org.siri.siri21.SituationExchangeRequestStructure Maven / Gradle / Ivy
Show all versions of siri-java-model Show documentation
//
// 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:41 PM UTC
//
package uk.org.siri.siri21;
import java.io.Serializable;
import java.math.BigInteger;
import java.time.Duration;
import java.time.ZonedDateTime;
import java.util.ArrayList;
import java.util.List;
import eu.datex2.siri21.schema._2_0rc1._2_0.InformationStatusEnum;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlAttribute;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlList;
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;
import org.w3._2001.xmlschema.Adapter1;
import uk.org.acbs.siri21.PassengerAccessibilityNeedsStructure;
import uk.org.ifopt.siri21.AccessModesEnumeration;
import uk.org.ifopt.siri21.CountryRefStructure;
import uk.org.ifopt.siri21.StopPlaceRef;
import uk.org.ifopt.siri21.StopPlaceSpaceRefStructure;
/**
* Type for Functional Service Request for Situation Exchange Service.
*
* Java class for SituationExchangeRequestStructure complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="SituationExchangeRequestStructure">
* <complexContent>
* <extension base="{http://www.siri.org.uk/siri}AbstractFunctionalServiceRequestStructure">
* <sequence>
* <group ref="{http://www.siri.org.uk/siri}SituationExchangeTopicGroup"/>
* <group ref="{http://www.siri.org.uk/siri}SituationExchangeRequestPolicyGroup"/>
* <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
* </sequence>
* <attribute name="version" type="{http://www.siri.org.uk/siri}VersionString" default="2.1" />
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SituationExchangeRequestStructure", propOrder = {
"previewInterval",
"startTime",
"validityPeriod",
"includeOnlyIfInPublicationWindow",
"vehicleMode",
"telecabinSubmode",
"waterSubmode",
"tramSubmode",
"railSubmode",
"metroSubmode",
"coachSubmode",
"busSubmode",
"airSubmode",
"accessMode",
"severity",
"scopes",
"predictability",
"keywords",
"verification",
"progresses",
"reality",
"operatorRef",
"operationalUnitReves",
"networkRef",
"lines",
"lineReves",
"stopPointReves",
"connectionLinkReves",
"facilityReves",
"stopPlaceRef",
"stopPlaceComponentRef",
"vehicleJourneyRef",
"framedVehicleJourneyRef",
"interchangeRef",
"vehicleRef",
"countryRef",
"placeRef",
"locations",
"situationRoadFilter",
"accessibilityNeedFilters",
"languages",
"includeTranslations",
"maximumNumberOfSituationElements",
"extensions"
})
public class SituationExchangeRequestStructure
extends AbstractFunctionalServiceRequestStructure
implements Serializable
{
@XmlElement(name = "PreviewInterval", type = String.class)
@XmlJavaTypeAdapter(DurationXmlAdapter.class)
@XmlSchemaType(name = "duration")
protected Duration previewInterval;
@XmlElement(name = "StartTime", type = String.class)
@XmlJavaTypeAdapter(Adapter1 .class)
@XmlSchemaType(name = "dateTime")
protected ZonedDateTime startTime;
@XmlElement(name = "ValidityPeriod")
protected HalfOpenTimestampInputRangeStructure validityPeriod;
@XmlElement(name = "IncludeOnlyIfInPublicationWindow", defaultValue = "false")
protected Boolean includeOnlyIfInPublicationWindow;
@XmlElement(name = "VehicleMode", defaultValue = "unknown")
@XmlSchemaType(name = "NMTOKEN")
protected VehicleModesOfTransportEnumeration vehicleMode;
@XmlElement(name = "TelecabinSubmode", defaultValue = "unknown")
@XmlSchemaType(name = "NMTOKEN")
protected TelecabinSubmodesOfTransportEnumeration telecabinSubmode;
@XmlElement(name = "WaterSubmode", defaultValue = "unknown")
@XmlSchemaType(name = "NMTOKEN")
protected WaterSubmodesOfTransportEnumeration waterSubmode;
@XmlElement(name = "TramSubmode", defaultValue = "unknown")
@XmlSchemaType(name = "NMTOKEN")
protected TramSubmodesOfTransportEnumeration tramSubmode;
@XmlElement(name = "RailSubmode", defaultValue = "unknown")
@XmlSchemaType(name = "NMTOKEN")
protected RailSubmodesOfTransportEnumeration railSubmode;
@XmlElement(name = "MetroSubmode", defaultValue = "unknown")
@XmlSchemaType(name = "NMTOKEN")
protected MetroSubmodesOfTransportEnumeration metroSubmode;
@XmlElement(name = "CoachSubmode", defaultValue = "unknown")
@XmlSchemaType(name = "NMTOKEN")
protected CoachSubmodesOfTransportEnumeration coachSubmode;
@XmlElement(name = "BusSubmode", defaultValue = "unknown")
@XmlSchemaType(name = "NMTOKEN")
protected BusSubmodesOfTransportEnumeration busSubmode;
@XmlElement(name = "AirSubmode", defaultValue = "unknown")
@XmlSchemaType(name = "NMTOKEN")
protected AirSubmodesOfTransportEnumeration airSubmode;
@XmlElement(name = "AccessMode")
@XmlSchemaType(name = "string")
protected AccessModesEnumeration accessMode;
@XmlElement(name = "Severity", defaultValue = "normal")
@XmlSchemaType(name = "NMTOKEN")
protected SeverityEnumeration severity;
@XmlElement(name = "Scope")
@XmlSchemaType(name = "NMTOKEN")
protected List scopes;
@XmlElement(name = "Predictability")
@XmlSchemaType(name = "NMTOKEN")
protected PredictabilityEnumeration predictability;
@XmlList
@XmlElement(name = "Keywords")
@XmlSchemaType(name = "NMTOKENS")
protected List keywords;
@XmlElement(name = "Verification")
@XmlSchemaType(name = "NMTOKEN")
protected VerificationStatusEnumeration verification;
@XmlElement(name = "Progress", defaultValue = "open")
@XmlSchemaType(name = "NMTOKEN")
protected List progresses;
@XmlElement(name = "Reality")
@XmlSchemaType(name = "string")
protected InformationStatusEnum reality;
@XmlElement(name = "OperatorRef")
protected OperatorRefStructure operatorRef;
@XmlElement(name = "OperationalUnitRef")
protected List operationalUnitReves;
@XmlElement(name = "NetworkRef")
protected OperatorRefStructure networkRef;
@XmlElement(name = "Lines")
protected SituationExchangeRequestStructure.Lines lines;
@XmlElement(name = "LineRef")
protected List lineReves;
@XmlElement(name = "StopPointRef")
protected List stopPointReves;
@XmlElement(name = "ConnectionLinkRef")
protected List connectionLinkReves;
@XmlElement(name = "FacilityRef")
protected List facilityReves;
@XmlElement(name = "StopPlaceRef")
protected StopPlaceRef stopPlaceRef;
@XmlElement(name = "StopPlaceComponentRef")
protected StopPlaceSpaceRefStructure stopPlaceComponentRef;
@XmlElement(name = "VehicleJourneyRef")
protected VehicleJourneyRef vehicleJourneyRef;
@XmlElement(name = "FramedVehicleJourneyRef")
protected FramedVehicleJourneyRefStructure framedVehicleJourneyRef;
@XmlElement(name = "InterchangeRef")
protected InterchangeRef interchangeRef;
@XmlElement(name = "VehicleRef")
protected VehicleRef vehicleRef;
@XmlElement(name = "CountryRef")
protected CountryRefStructure countryRef;
@XmlElement(name = "PlaceRef")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
@XmlSchemaType(name = "NMTOKEN")
protected String placeRef;
@XmlElement(name = "Location")
protected List locations;
@XmlElement(name = "SituationRoadFilter")
protected SituationExchangeRequestStructure.SituationRoadFilter situationRoadFilter;
@XmlElement(name = "AccessibilityNeedFilter")
protected List accessibilityNeedFilters;
@XmlElement(name = "Language", defaultValue = "en")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
@XmlSchemaType(name = "language")
protected List languages;
@XmlElement(name = "IncludeTranslations", defaultValue = "false")
protected Boolean includeTranslations;
@XmlElement(name = "MaximumNumberOfSituationElements")
@XmlSchemaType(name = "positiveInteger")
protected BigInteger maximumNumberOfSituationElements;
@XmlElement(name = "Extensions")
protected Extensions extensions;
@XmlAttribute(name = "version")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String version;
/**
* Gets the value of the previewInterval property.
*
* @return
* possible object is
* {@link String }
*
*/
public Duration getPreviewInterval() {
return previewInterval;
}
/**
* Sets the value of the previewInterval property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPreviewInterval(Duration value) {
this.previewInterval = value;
}
/**
* Gets the value of the startTime property.
*
* @return
* possible object is
* {@link String }
*
*/
public ZonedDateTime getStartTime() {
return startTime;
}
/**
* Sets the value of the startTime property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setStartTime(ZonedDateTime value) {
this.startTime = value;
}
/**
* Gets the value of the validityPeriod property.
*
* @return
* possible object is
* {@link HalfOpenTimestampInputRangeStructure }
*
*/
public HalfOpenTimestampInputRangeStructure getValidityPeriod() {
return validityPeriod;
}
/**
* Sets the value of the validityPeriod property.
*
* @param value
* allowed object is
* {@link HalfOpenTimestampInputRangeStructure }
*
*/
public void setValidityPeriod(HalfOpenTimestampInputRangeStructure value) {
this.validityPeriod = value;
}
/**
* Gets the value of the includeOnlyIfInPublicationWindow property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIncludeOnlyIfInPublicationWindow() {
return includeOnlyIfInPublicationWindow;
}
/**
* Sets the value of the includeOnlyIfInPublicationWindow property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIncludeOnlyIfInPublicationWindow(Boolean value) {
this.includeOnlyIfInPublicationWindow = value;
}
/**
* Gets the value of the vehicleMode property.
*
* @return
* possible object is
* {@link VehicleModesOfTransportEnumeration }
*
*/
public VehicleModesOfTransportEnumeration getVehicleMode() {
return vehicleMode;
}
/**
* Sets the value of the vehicleMode property.
*
* @param value
* allowed object is
* {@link VehicleModesOfTransportEnumeration }
*
*/
public void setVehicleMode(VehicleModesOfTransportEnumeration value) {
this.vehicleMode = value;
}
/**
* Gets the value of the telecabinSubmode property.
*
* @return
* possible object is
* {@link TelecabinSubmodesOfTransportEnumeration }
*
*/
public TelecabinSubmodesOfTransportEnumeration getTelecabinSubmode() {
return telecabinSubmode;
}
/**
* Sets the value of the telecabinSubmode property.
*
* @param value
* allowed object is
* {@link TelecabinSubmodesOfTransportEnumeration }
*
*/
public void setTelecabinSubmode(TelecabinSubmodesOfTransportEnumeration value) {
this.telecabinSubmode = value;
}
/**
* Gets the value of the waterSubmode property.
*
* @return
* possible object is
* {@link WaterSubmodesOfTransportEnumeration }
*
*/
public WaterSubmodesOfTransportEnumeration getWaterSubmode() {
return waterSubmode;
}
/**
* Sets the value of the waterSubmode property.
*
* @param value
* allowed object is
* {@link WaterSubmodesOfTransportEnumeration }
*
*/
public void setWaterSubmode(WaterSubmodesOfTransportEnumeration value) {
this.waterSubmode = value;
}
/**
* Gets the value of the tramSubmode property.
*
* @return
* possible object is
* {@link TramSubmodesOfTransportEnumeration }
*
*/
public TramSubmodesOfTransportEnumeration getTramSubmode() {
return tramSubmode;
}
/**
* Sets the value of the tramSubmode property.
*
* @param value
* allowed object is
* {@link TramSubmodesOfTransportEnumeration }
*
*/
public void setTramSubmode(TramSubmodesOfTransportEnumeration value) {
this.tramSubmode = value;
}
/**
* Gets the value of the railSubmode property.
*
* @return
* possible object is
* {@link RailSubmodesOfTransportEnumeration }
*
*/
public RailSubmodesOfTransportEnumeration getRailSubmode() {
return railSubmode;
}
/**
* Sets the value of the railSubmode property.
*
* @param value
* allowed object is
* {@link RailSubmodesOfTransportEnumeration }
*
*/
public void setRailSubmode(RailSubmodesOfTransportEnumeration value) {
this.railSubmode = value;
}
/**
* Gets the value of the metroSubmode property.
*
* @return
* possible object is
* {@link MetroSubmodesOfTransportEnumeration }
*
*/
public MetroSubmodesOfTransportEnumeration getMetroSubmode() {
return metroSubmode;
}
/**
* Sets the value of the metroSubmode property.
*
* @param value
* allowed object is
* {@link MetroSubmodesOfTransportEnumeration }
*
*/
public void setMetroSubmode(MetroSubmodesOfTransportEnumeration value) {
this.metroSubmode = value;
}
/**
* Gets the value of the coachSubmode property.
*
* @return
* possible object is
* {@link CoachSubmodesOfTransportEnumeration }
*
*/
public CoachSubmodesOfTransportEnumeration getCoachSubmode() {
return coachSubmode;
}
/**
* Sets the value of the coachSubmode property.
*
* @param value
* allowed object is
* {@link CoachSubmodesOfTransportEnumeration }
*
*/
public void setCoachSubmode(CoachSubmodesOfTransportEnumeration value) {
this.coachSubmode = value;
}
/**
* Gets the value of the busSubmode property.
*
* @return
* possible object is
* {@link BusSubmodesOfTransportEnumeration }
*
*/
public BusSubmodesOfTransportEnumeration getBusSubmode() {
return busSubmode;
}
/**
* Sets the value of the busSubmode property.
*
* @param value
* allowed object is
* {@link BusSubmodesOfTransportEnumeration }
*
*/
public void setBusSubmode(BusSubmodesOfTransportEnumeration value) {
this.busSubmode = value;
}
/**
* Gets the value of the airSubmode property.
*
* @return
* possible object is
* {@link AirSubmodesOfTransportEnumeration }
*
*/
public AirSubmodesOfTransportEnumeration getAirSubmode() {
return airSubmode;
}
/**
* Sets the value of the airSubmode property.
*
* @param value
* allowed object is
* {@link AirSubmodesOfTransportEnumeration }
*
*/
public void setAirSubmode(AirSubmodesOfTransportEnumeration value) {
this.airSubmode = value;
}
/**
* Gets the value of the accessMode property.
*
* @return
* possible object is
* {@link AccessModesEnumeration }
*
*/
public AccessModesEnumeration getAccessMode() {
return accessMode;
}
/**
* Sets the value of the accessMode property.
*
* @param value
* allowed object is
* {@link AccessModesEnumeration }
*
*/
public void setAccessMode(AccessModesEnumeration value) {
this.accessMode = value;
}
/**
* Gets the value of the severity property.
*
* @return
* possible object is
* {@link SeverityEnumeration }
*
*/
public SeverityEnumeration getSeverity() {
return severity;
}
/**
* Sets the value of the severity property.
*
* @param value
* allowed object is
* {@link SeverityEnumeration }
*
*/
public void setSeverity(SeverityEnumeration value) {
this.severity = value;
}
/**
* Gets the value of the scopes property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the scopes property.
*
*
* For example, to add a new item, do as follows:
*
* getScopes().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link ScopeTypeEnumeration }
*
*
*/
public List getScopes() {
if (scopes == null) {
scopes = new ArrayList();
}
return this.scopes;
}
/**
* Gets the value of the predictability property.
*
* @return
* possible object is
* {@link PredictabilityEnumeration }
*
*/
public PredictabilityEnumeration getPredictability() {
return predictability;
}
/**
* Sets the value of the predictability property.
*
* @param value
* allowed object is
* {@link PredictabilityEnumeration }
*
*/
public void setPredictability(PredictabilityEnumeration value) {
this.predictability = value;
}
/**
* Gets the value of the keywords property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the keywords property.
*
*
* For example, to add a new item, do as follows:
*
* getKeywords().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getKeywords() {
if (keywords == null) {
keywords = new ArrayList();
}
return this.keywords;
}
/**
* Gets the value of the verification property.
*
* @return
* possible object is
* {@link VerificationStatusEnumeration }
*
*/
public VerificationStatusEnumeration getVerification() {
return verification;
}
/**
* Sets the value of the verification property.
*
* @param value
* allowed object is
* {@link VerificationStatusEnumeration }
*
*/
public void setVerification(VerificationStatusEnumeration value) {
this.verification = value;
}
/**
* Gets the value of the progresses property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the progresses property.
*
*
* For example, to add a new item, do as follows:
*
* getProgresses().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link WorkflowStatusEnumeration }
*
*
*/
public List getProgresses() {
if (progresses == null) {
progresses = new ArrayList();
}
return this.progresses;
}
/**
* Gets the value of the reality property.
*
* @return
* possible object is
* {@link InformationStatusEnum }
*
*/
public InformationStatusEnum getReality() {
return reality;
}
/**
* Sets the value of the reality property.
*
* @param value
* allowed object is
* {@link InformationStatusEnum }
*
*/
public void setReality(InformationStatusEnum value) {
this.reality = value;
}
/**
* Gets the value of the operatorRef property.
*
* @return
* possible object is
* {@link OperatorRefStructure }
*
*/
public OperatorRefStructure getOperatorRef() {
return operatorRef;
}
/**
* Sets the value of the operatorRef property.
*
* @param value
* allowed object is
* {@link OperatorRefStructure }
*
*/
public void setOperatorRef(OperatorRefStructure value) {
this.operatorRef = value;
}
/**
* Gets the value of the operationalUnitReves property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the operationalUnitReves property.
*
*
* For example, to add a new item, do as follows:
*
* getOperationalUnitReves().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link OperationalUnitRefStructure }
*
*
*/
public List getOperationalUnitReves() {
if (operationalUnitReves == null) {
operationalUnitReves = new ArrayList();
}
return this.operationalUnitReves;
}
/**
* Gets the value of the networkRef property.
*
* @return
* possible object is
* {@link OperatorRefStructure }
*
*/
public OperatorRefStructure getNetworkRef() {
return networkRef;
}
/**
* Sets the value of the networkRef property.
*
* @param value
* allowed object is
* {@link OperatorRefStructure }
*
*/
public void setNetworkRef(OperatorRefStructure value) {
this.networkRef = value;
}
/**
* Gets the value of the lines property.
*
* @return
* possible object is
* {@link SituationExchangeRequestStructure.Lines }
*
*/
public SituationExchangeRequestStructure.Lines getLines() {
return lines;
}
/**
* Sets the value of the lines property.
*
* @param value
* allowed object is
* {@link SituationExchangeRequestStructure.Lines }
*
*/
public void setLines(SituationExchangeRequestStructure.Lines value) {
this.lines = value;
}
/**
* Filter the results to include only the given line. Gets the value of the lineReves property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the lineReves property.
*
*
* For example, to add a new item, do as follows:
*
* getLineReves().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link LineRef }
*
*
*/
public List getLineReves() {
if (lineReves == null) {
lineReves = new ArrayList();
}
return this.lineReves;
}
/**
* Gets the value of the stopPointReves property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the stopPointReves property.
*
*
* For example, to add a new item, do as follows:
*
* getStopPointReves().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link StopPointRefStructure }
*
*
*/
public List getStopPointReves() {
if (stopPointReves == null) {
stopPointReves = new ArrayList();
}
return this.stopPointReves;
}
/**
* Gets the value of the connectionLinkReves property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the connectionLinkReves property.
*
*
* For example, to add a new item, do as follows:
*
* getConnectionLinkReves().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link ConnectionLinkRef }
*
*
*/
public List getConnectionLinkReves() {
if (connectionLinkReves == null) {
connectionLinkReves = new ArrayList();
}
return this.connectionLinkReves;
}
/**
* Gets the value of the facilityReves property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the facilityReves property.
*
*
* For example, to add a new item, do as follows:
*
* getFacilityReves().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link FacilityRef }
*
*
*/
public List getFacilityReves() {
if (facilityReves == null) {
facilityReves = new ArrayList();
}
return this.facilityReves;
}
/**
* Gets the value of the stopPlaceRef property.
*
* @return
* possible object is
* {@link StopPlaceRef }
*
*/
public StopPlaceRef getStopPlaceRef() {
return stopPlaceRef;
}
/**
* Sets the value of the stopPlaceRef property.
*
* @param value
* allowed object is
* {@link StopPlaceRef }
*
*/
public void setStopPlaceRef(StopPlaceRef value) {
this.stopPlaceRef = value;
}
/**
* Gets the value of the stopPlaceComponentRef property.
*
* @return
* possible object is
* {@link StopPlaceSpaceRefStructure }
*
*/
public StopPlaceSpaceRefStructure getStopPlaceComponentRef() {
return stopPlaceComponentRef;
}
/**
* Sets the value of the stopPlaceComponentRef property.
*
* @param value
* allowed object is
* {@link StopPlaceSpaceRefStructure }
*
*/
public void setStopPlaceComponentRef(StopPlaceSpaceRefStructure value) {
this.stopPlaceComponentRef = value;
}
/**
* Gets the value of the vehicleJourneyRef property.
*
* @return
* possible object is
* {@link VehicleJourneyRef }
*
*/
public VehicleJourneyRef getVehicleJourneyRef() {
return vehicleJourneyRef;
}
/**
* Sets the value of the vehicleJourneyRef property.
*
* @param value
* allowed object is
* {@link VehicleJourneyRef }
*
*/
public void setVehicleJourneyRef(VehicleJourneyRef value) {
this.vehicleJourneyRef = value;
}
/**
* Gets the value of the framedVehicleJourneyRef property.
*
* @return
* possible object is
* {@link FramedVehicleJourneyRefStructure }
*
*/
public FramedVehicleJourneyRefStructure getFramedVehicleJourneyRef() {
return framedVehicleJourneyRef;
}
/**
* Sets the value of the framedVehicleJourneyRef property.
*
* @param value
* allowed object is
* {@link FramedVehicleJourneyRefStructure }
*
*/
public void setFramedVehicleJourneyRef(FramedVehicleJourneyRefStructure value) {
this.framedVehicleJourneyRef = value;
}
/**
* Gets the value of the interchangeRef property.
*
* @return
* possible object is
* {@link InterchangeRef }
*
*/
public InterchangeRef getInterchangeRef() {
return interchangeRef;
}
/**
* Sets the value of the interchangeRef property.
*
* @param value
* allowed object is
* {@link InterchangeRef }
*
*/
public void setInterchangeRef(InterchangeRef value) {
this.interchangeRef = value;
}
/**
* Gets the value of the vehicleRef property.
*
* @return
* possible object is
* {@link VehicleRef }
*
*/
public VehicleRef getVehicleRef() {
return vehicleRef;
}
/**
* Sets the value of the vehicleRef property.
*
* @param value
* allowed object is
* {@link VehicleRef }
*
*/
public void setVehicleRef(VehicleRef value) {
this.vehicleRef = value;
}
/**
* Gets the value of the countryRef property.
*
* @return
* possible object is
* {@link CountryRefStructure }
*
*/
public CountryRefStructure getCountryRef() {
return countryRef;
}
/**
* Sets the value of the countryRef property.
*
* @param value
* allowed object is
* {@link CountryRefStructure }
*
*/
public void setCountryRef(CountryRefStructure value) {
this.countryRef = value;
}
/**
* Gets the value of the placeRef property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPlaceRef() {
return placeRef;
}
/**
* Sets the value of the placeRef property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPlaceRef(String value) {
this.placeRef = value;
}
/**
* Gets the value of the locations property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the locations property.
*
*
* For example, to add a new item, do as follows:
*
* getLocations().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link LocationStructure }
*
*
*/
public List getLocations() {
if (locations == null) {
locations = new ArrayList();
}
return this.locations;
}
/**
* Gets the value of the situationRoadFilter property.
*
* @return
* possible object is
* {@link SituationExchangeRequestStructure.SituationRoadFilter }
*
*/
public SituationExchangeRequestStructure.SituationRoadFilter getSituationRoadFilter() {
return situationRoadFilter;
}
/**
* Sets the value of the situationRoadFilter property.
*
* @param value
* allowed object is
* {@link SituationExchangeRequestStructure.SituationRoadFilter }
*
*/
public void setSituationRoadFilter(SituationExchangeRequestStructure.SituationRoadFilter value) {
this.situationRoadFilter = value;
}
/**
* Gets the value of the accessibilityNeedFilters property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the accessibilityNeedFilters property.
*
*
* For example, to add a new item, do as follows:
*
* getAccessibilityNeedFilters().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link PassengerAccessibilityNeedsStructure }
*
*
*/
public List getAccessibilityNeedFilters() {
if (accessibilityNeedFilters == null) {
accessibilityNeedFilters = new ArrayList();
}
return this.accessibilityNeedFilters;
}
/**
* Gets the value of the languages property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the languages property.
*
*
* For example, to add a new item, do as follows:
*
* getLanguages().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getLanguages() {
if (languages == null) {
languages = new ArrayList();
}
return this.languages;
}
/**
* Gets the value of the includeTranslations property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIncludeTranslations() {
return includeTranslations;
}
/**
* Sets the value of the includeTranslations property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIncludeTranslations(Boolean value) {
this.includeTranslations = value;
}
/**
* Gets the value of the maximumNumberOfSituationElements property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getMaximumNumberOfSituationElements() {
return maximumNumberOfSituationElements;
}
/**
* Sets the value of the maximumNumberOfSituationElements property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setMaximumNumberOfSituationElements(BigInteger value) {
this.maximumNumberOfSituationElements = value;
}
/**
* Gets the value of the extensions property.
*
* @return
* possible object is
* {@link Extensions }
*
*/
public Extensions getExtensions() {
return extensions;
}
/**
* Sets the value of the extensions property.
*
* @param value
* allowed object is
* {@link Extensions }
*
*/
public void setExtensions(Extensions value) {
this.extensions = value;
}
/**
* Gets the value of the version property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVersion() {
if (version == null) {
return "2.1";
} else {
return version;
}
}
/**
* Sets the value of the version property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVersion(String value) {
this.version = value;
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="LineDirection" type="{http://www.siri.org.uk/siri}LineDirectionStructure" maxOccurs="unbounded"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"lineDirections"
})
public static class Lines
implements Serializable
{
@XmlElement(name = "LineDirection", required = true)
protected List lineDirections;
/**
* Gets the value of the lineDirections property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the lineDirections property.
*
*
* For example, to add a new item, do as follows:
*
* getLineDirections().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link LineDirectionStructure }
*
*
*/
public List getLineDirections() {
if (lineDirections == null) {
lineDirections = new ArrayList();
}
return this.lineDirections;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="RoadFilter" type="{http://www.siri.org.uk/siri}RoadFilterStructure" maxOccurs="unbounded"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"roadFilters"
})
public static class SituationRoadFilter
implements Serializable
{
@XmlElement(name = "RoadFilter", required = true)
protected List roadFilters;
/**
* Gets the value of the roadFilters property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the roadFilters property.
*
*
* For example, to add a new item, do as follows:
*
* getRoadFilters().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link RoadFilterStructure }
*
*
*/
public List getRoadFilters() {
if (roadFilters == null) {
roadFilters = new ArrayList();
}
return this.roadFilters;
}
}
}