Class SiriSubscriptionRequestStructure
- java.lang.Object
-
- uk.org.siri.siri10.SiriSubscriptionRequestStructure
-
- All Implemented Interfaces:
Serializable
public class SiriSubscriptionRequestStructure extends Object implements Serializable
Type for SIRI Service Subscription types. Used for WSDL exchanges.Java class for SiriSubscriptionRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SiriSubscriptionRequestStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.siri.org.uk/}SiriSubscriptionRequestGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SiriSubscriptionRequestStructure()
-
Method Summary
-
-
-
Field Detail
-
productionTimetableSubscriptionRequest
protected List<ProductionTimetableSubscriptionRequest> productionTimetableSubscriptionRequest
-
estimatedTimetableSubscriptionRequest
protected List<EstimatedTimetableSubscriptionStructure> estimatedTimetableSubscriptionRequest
-
stopTimetableSubscriptionRequest
protected StopTimetableSubscriptionStructure stopTimetableSubscriptionRequest
-
stopMonitoringSubscriptionRequest
protected List<StopMonitoringSubscriptionStructure> stopMonitoringSubscriptionRequest
-
vehicleMonitoringSubscriptionRequest
protected List<VehicleMonitoringSubscriptionStructure> vehicleMonitoringSubscriptionRequest
-
connectionTimetableSubscriptionRequest
protected ConnectionTimetableSubscriptionStructure connectionTimetableSubscriptionRequest
-
connectionMonitoringSubscriptionRequest
protected List<ConnectionMonitoringSubscriptionRequestStructure> connectionMonitoringSubscriptionRequest
-
generalMessageSubscriptionRequest
protected List<GeneralMessageSubscriptionStructure> generalMessageSubscriptionRequest
-
-
Method Detail
-
getProductionTimetableSubscriptionRequest
public List<ProductionTimetableSubscriptionRequest> getProductionTimetableSubscriptionRequest()
Gets the value of the productionTimetableSubscriptionRequest 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 productionTimetableSubscriptionRequest property.For example, to add a new item, do as follows:
getProductionTimetableSubscriptionRequest().add(newItem);Objects of the following type(s) are allowed in the list
ProductionTimetableSubscriptionRequest
-
getEstimatedTimetableSubscriptionRequest
public List<EstimatedTimetableSubscriptionStructure> getEstimatedTimetableSubscriptionRequest()
Gets the value of the estimatedTimetableSubscriptionRequest 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 estimatedTimetableSubscriptionRequest property.For example, to add a new item, do as follows:
getEstimatedTimetableSubscriptionRequest().add(newItem);Objects of the following type(s) are allowed in the list
EstimatedTimetableSubscriptionStructure
-
getStopTimetableSubscriptionRequest
public StopTimetableSubscriptionStructure getStopTimetableSubscriptionRequest()
Gets the value of the stopTimetableSubscriptionRequest property.- Returns:
- possible object is
StopTimetableSubscriptionStructure
-
setStopTimetableSubscriptionRequest
public void setStopTimetableSubscriptionRequest(StopTimetableSubscriptionStructure value)
Sets the value of the stopTimetableSubscriptionRequest property.- Parameters:
value- allowed object isStopTimetableSubscriptionStructure
-
getStopMonitoringSubscriptionRequest
public List<StopMonitoringSubscriptionStructure> getStopMonitoringSubscriptionRequest()
Gets the value of the stopMonitoringSubscriptionRequest 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 stopMonitoringSubscriptionRequest property.For example, to add a new item, do as follows:
getStopMonitoringSubscriptionRequest().add(newItem);Objects of the following type(s) are allowed in the list
StopMonitoringSubscriptionStructure
-
getVehicleMonitoringSubscriptionRequest
public List<VehicleMonitoringSubscriptionStructure> getVehicleMonitoringSubscriptionRequest()
Gets the value of the vehicleMonitoringSubscriptionRequest 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 vehicleMonitoringSubscriptionRequest property.For example, to add a new item, do as follows:
getVehicleMonitoringSubscriptionRequest().add(newItem);Objects of the following type(s) are allowed in the list
VehicleMonitoringSubscriptionStructure
-
getConnectionTimetableSubscriptionRequest
public ConnectionTimetableSubscriptionStructure getConnectionTimetableSubscriptionRequest()
Gets the value of the connectionTimetableSubscriptionRequest property.- Returns:
- possible object is
ConnectionTimetableSubscriptionStructure
-
setConnectionTimetableSubscriptionRequest
public void setConnectionTimetableSubscriptionRequest(ConnectionTimetableSubscriptionStructure value)
Sets the value of the connectionTimetableSubscriptionRequest property.- Parameters:
value- allowed object isConnectionTimetableSubscriptionStructure
-
getConnectionMonitoringSubscriptionRequest
public List<ConnectionMonitoringSubscriptionRequestStructure> getConnectionMonitoringSubscriptionRequest()
Gets the value of the connectionMonitoringSubscriptionRequest 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 connectionMonitoringSubscriptionRequest property.For example, to add a new item, do as follows:
getConnectionMonitoringSubscriptionRequest().add(newItem);Objects of the following type(s) are allowed in the list
ConnectionMonitoringSubscriptionRequestStructure
-
getGeneralMessageSubscriptionRequest
public List<GeneralMessageSubscriptionStructure> getGeneralMessageSubscriptionRequest()
Gets the value of the generalMessageSubscriptionRequest 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 generalMessageSubscriptionRequest property.For example, to add a new item, do as follows:
getGeneralMessageSubscriptionRequest().add(newItem);Objects of the following type(s) are allowed in the list
GeneralMessageSubscriptionStructure
-
-