Class FacilityMonitoringRequestStructure
- java.lang.Object
-
- uk.org.siri.siri14.AbstractRequestStructure
-
- uk.org.siri.siri14.AbstractServiceRequestStructure
-
- uk.org.siri.siri14.AbstractFunctionalServiceRequestStructure
-
- uk.org.siri.siri14.FacilityMonitoringRequestStructure
-
- All Implemented Interfaces:
Serializable
public class FacilityMonitoringRequestStructure extends AbstractFunctionalServiceRequestStructure implements Serializable
Service Request Type for Facility Monitoring ServiceJava class for FacilityMonitoringRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FacilityMonitoringRequestStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractFunctionalServiceRequestStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}FacilityMonitoringTopicGroup"/> <group ref="{http://www.siri.org.uk/siri}FacilityMonitoringRequestPolicyGroup"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> <attribute name="version" use="required" type="{http://www.siri.org.uk/siri}VersionString" fixed="1.4" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AccessibilityNeedsFilterStructure>accessibilityNeedsFiltersprotected ConnectionLinkRefconnectionLinkRefprotected Extensionsextensionsprotected List<FacilityRef>facilityRevesprotected FeatureReffeatureRefprotected InterchangeRefinterchangeRefprotected Stringlanguageprotected LineReflineRefprotected BigIntegermaximumNumberOfFacilityConditionsprotected DurationpreviewIntervalprotected ZonedDateTimestartTimeprotected StopPlaceComponentRefStructurestopPlaceComponentRefprotected StopPlaceRefstopPlaceRefprotected StopPointRefstopPointRefprotected VehicleJourneyRefvehicleJourneyRefprotected VehicleRefvehicleRefprotected Stringversion-
Fields inherited from class uk.org.siri.siri14.AbstractServiceRequestStructure
messageIdentifier
-
Fields inherited from class uk.org.siri.siri14.AbstractRequestStructure
requestTimestamp
-
-
Constructor Summary
Constructors Constructor Description FacilityMonitoringRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AccessibilityNeedsFilterStructure>getAccessibilityNeedsFilters()Gets the value of the accessibilityNeedsFilters property.ConnectionLinkRefgetConnectionLinkRef()Gets the value of the connectionLinkRef property.ExtensionsgetExtensions()Gets the value of the extensions property.List<FacilityRef>getFacilityReves()Gets the value of the facilityReves property.FeatureRefgetFeatureRef()Gets the value of the featureRef property.InterchangeRefgetInterchangeRef()Gets the value of the interchangeRef property.StringgetLanguage()Gets the value of the language property.LineRefgetLineRef()Gets the value of the lineRef property.BigIntegergetMaximumNumberOfFacilityConditions()Gets the value of the maximumNumberOfFacilityConditions property.DurationgetPreviewInterval()Gets the value of the previewInterval property.ZonedDateTimegetStartTime()Gets the value of the startTime property.StopPlaceComponentRefStructuregetStopPlaceComponentRef()Gets the value of the stopPlaceComponentRef property.StopPlaceRefgetStopPlaceRef()Gets the value of the stopPlaceRef property.StopPointRefgetStopPointRef()Gets the value of the stopPointRef property.VehicleJourneyRefgetVehicleJourneyRef()Gets the value of the vehicleJourneyRef property.VehicleRefgetVehicleRef()Gets the value of the vehicleRef property.StringgetVersion()Gets the value of the version property.voidsetConnectionLinkRef(ConnectionLinkRef value)Sets the value of the connectionLinkRef property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetFeatureRef(FeatureRef value)Sets the value of the featureRef property.voidsetInterchangeRef(InterchangeRef value)Sets the value of the interchangeRef property.voidsetLanguage(String value)Sets the value of the language property.voidsetLineRef(LineRef value)Sets the value of the lineRef property.voidsetMaximumNumberOfFacilityConditions(BigInteger value)Sets the value of the maximumNumberOfFacilityConditions property.voidsetPreviewInterval(Duration value)Sets the value of the previewInterval property.voidsetStartTime(ZonedDateTime value)Sets the value of the startTime property.voidsetStopPlaceComponentRef(StopPlaceComponentRefStructure value)Sets the value of the stopPlaceComponentRef property.voidsetStopPlaceRef(StopPlaceRef value)Sets the value of the stopPlaceRef property.voidsetStopPointRef(StopPointRef value)Sets the value of the stopPointRef property.voidsetVehicleJourneyRef(VehicleJourneyRef value)Sets the value of the vehicleJourneyRef property.voidsetVehicleRef(VehicleRef value)Sets the value of the vehicleRef property.voidsetVersion(String value)Sets the value of the version property.-
Methods inherited from class uk.org.siri.siri14.AbstractServiceRequestStructure
getMessageIdentifier, setMessageIdentifier
-
Methods inherited from class uk.org.siri.siri14.AbstractRequestStructure
getRequestTimestamp, setRequestTimestamp
-
-
-
-
Field Detail
-
previewInterval
protected Duration previewInterval
-
startTime
protected ZonedDateTime startTime
-
facilityReves
protected List<FacilityRef> facilityReves
-
featureRef
protected FeatureRef featureRef
-
lineRef
protected LineRef lineRef
-
stopPointRef
protected StopPointRef stopPointRef
-
connectionLinkRef
protected ConnectionLinkRef connectionLinkRef
-
vehicleJourneyRef
protected VehicleJourneyRef vehicleJourneyRef
-
interchangeRef
protected InterchangeRef interchangeRef
-
vehicleRef
protected VehicleRef vehicleRef
-
stopPlaceRef
protected StopPlaceRef stopPlaceRef
-
stopPlaceComponentRef
protected StopPlaceComponentRefStructure stopPlaceComponentRef
-
accessibilityNeedsFilters
protected List<AccessibilityNeedsFilterStructure> accessibilityNeedsFilters
-
language
protected String language
-
maximumNumberOfFacilityConditions
protected BigInteger maximumNumberOfFacilityConditions
-
extensions
protected Extensions extensions
-
version
protected String version
-
-
Method Detail
-
getPreviewInterval
public Duration getPreviewInterval()
Gets the value of the previewInterval property.- Returns:
- possible object is
Duration
-
setPreviewInterval
public void setPreviewInterval(Duration value)
Sets the value of the previewInterval property.- Parameters:
value- allowed object isDuration
-
getStartTime
public ZonedDateTime getStartTime()
Gets the value of the startTime property.- Returns:
- possible object is
String
-
setStartTime
public void setStartTime(ZonedDateTime value)
Sets the value of the startTime property.- Parameters:
value- allowed object isString
-
getFacilityReves
public List<FacilityRef> getFacilityReves()
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 JAXB object. This is why there is not a
setmethod 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
FacilityRef
-
getFeatureRef
public FeatureRef getFeatureRef()
Gets the value of the featureRef property.- Returns:
- possible object is
FeatureRef
-
setFeatureRef
public void setFeatureRef(FeatureRef value)
Sets the value of the featureRef property.- Parameters:
value- allowed object isFeatureRef
-
getLineRef
public LineRef getLineRef()
Gets the value of the lineRef property.- Returns:
- possible object is
LineRef
-
setLineRef
public void setLineRef(LineRef value)
Sets the value of the lineRef property.- Parameters:
value- allowed object isLineRef
-
getStopPointRef
public StopPointRef getStopPointRef()
Gets the value of the stopPointRef property.- Returns:
- possible object is
StopPointRef
-
setStopPointRef
public void setStopPointRef(StopPointRef value)
Sets the value of the stopPointRef property.- Parameters:
value- allowed object isStopPointRef
-
getConnectionLinkRef
public ConnectionLinkRef getConnectionLinkRef()
Gets the value of the connectionLinkRef property.- Returns:
- possible object is
ConnectionLinkRef
-
setConnectionLinkRef
public void setConnectionLinkRef(ConnectionLinkRef value)
Sets the value of the connectionLinkRef property.- Parameters:
value- allowed object isConnectionLinkRef
-
getVehicleJourneyRef
public VehicleJourneyRef getVehicleJourneyRef()
Gets the value of the vehicleJourneyRef property.- Returns:
- possible object is
VehicleJourneyRef
-
setVehicleJourneyRef
public void setVehicleJourneyRef(VehicleJourneyRef value)
Sets the value of the vehicleJourneyRef property.- Parameters:
value- allowed object isVehicleJourneyRef
-
getInterchangeRef
public InterchangeRef getInterchangeRef()
Gets the value of the interchangeRef property.- Returns:
- possible object is
InterchangeRef
-
setInterchangeRef
public void setInterchangeRef(InterchangeRef value)
Sets the value of the interchangeRef property.- Parameters:
value- allowed object isInterchangeRef
-
getVehicleRef
public VehicleRef getVehicleRef()
Gets the value of the vehicleRef property.- Returns:
- possible object is
VehicleRef
-
setVehicleRef
public void setVehicleRef(VehicleRef value)
Sets the value of the vehicleRef property.- Parameters:
value- allowed object isVehicleRef
-
getStopPlaceRef
public StopPlaceRef getStopPlaceRef()
Gets the value of the stopPlaceRef property.- Returns:
- possible object is
StopPlaceRef
-
setStopPlaceRef
public void setStopPlaceRef(StopPlaceRef value)
Sets the value of the stopPlaceRef property.- Parameters:
value- allowed object isStopPlaceRef
-
getStopPlaceComponentRef
public StopPlaceComponentRefStructure getStopPlaceComponentRef()
Gets the value of the stopPlaceComponentRef property.- Returns:
- possible object is
StopPlaceComponentRefStructure
-
setStopPlaceComponentRef
public void setStopPlaceComponentRef(StopPlaceComponentRefStructure value)
Sets the value of the stopPlaceComponentRef property.- Parameters:
value- allowed object isStopPlaceComponentRefStructure
-
getAccessibilityNeedsFilters
public List<AccessibilityNeedsFilterStructure> getAccessibilityNeedsFilters()
Gets the value of the accessibilityNeedsFilters 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 JAXB object. This is why there is not a
setmethod for the accessibilityNeedsFilters property.For example, to add a new item, do as follows:
getAccessibilityNeedsFilters().add(newItem);Objects of the following type(s) are allowed in the list
AccessibilityNeedsFilterStructure
-
getLanguage
public String getLanguage()
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
public void setLanguage(String value)
Sets the value of the language property.- Parameters:
value- allowed object isString
-
getMaximumNumberOfFacilityConditions
public BigInteger getMaximumNumberOfFacilityConditions()
Gets the value of the maximumNumberOfFacilityConditions property.- Returns:
- possible object is
BigInteger
-
setMaximumNumberOfFacilityConditions
public void setMaximumNumberOfFacilityConditions(BigInteger value)
Sets the value of the maximumNumberOfFacilityConditions property.- Parameters:
value- allowed object isBigInteger
-
getExtensions
public Extensions getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Extensions
-
setExtensions
public void setExtensions(Extensions value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
-