Package uk.org.siri.siri10
Class Siri
- java.lang.Object
-
- uk.org.siri.siri10.Siri
-
- All Implemented Interfaces:
Serializable
public class Siri extends Object implements Serializable
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"> <choice> <group ref="{http://www.siri.org.uk/}RequestGroup"/> <group ref="{http://www.siri.org.uk/}ResponseGroup"/> <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/> </choice> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" fixed="1.0" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Siri()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CapabilitiesRequestStructuregetCapabilitiesRequest()Gets the value of the capabilitiesRequest property.CapabilitiesResponseStructuregetCapabilitiesResponse()Responses with the capabilities of an implementation.CheckStatusRequestStructuregetCheckStatusRequest()Gets the value of the checkStatusRequest property.CheckStatusResponseStructuregetCheckStatusResponse()Gets the value of the checkStatusResponse property.DataReadyResponseStructuregetDataReadyAcknowledgement()Gets the value of the dataReadyAcknowledgement property.DataReadyRequestStructuregetDataReadyNotification()Gets the value of the dataReadyNotification property.DataReceivedResponseStructuregetDataReceivedAcknowledgement()Gets the value of the dataReceivedAcknowledgement property.DataSupplyRequestStructuregetDataSupplyRequest()Gets the value of the dataSupplyRequest property.ExtensionsStructuregetExtensions()Gets the value of the extensions property.HeartbeatNotificationStructuregetHeartbeatNotification()Gets the value of the heartbeatNotification property.InfoChannelDeliveryStructuregetInfoChannelDelivery()Gets the value of the infoChannelDelivery property.InfoChannelDiscoveryRequestStructuregetInfoChannelRequest()Gets the value of the infoChannelRequest property.LinesDeliveryStructuregetLinesDelivery()Gets the value of the linesDelivery property.LinesDiscoveryRequestStructuregetLinesRequest()Gets the value of the linesRequest property.ProductCategoriesDeliveryStructuregetProductCategoriesDelivery()Gets the value of the productCategoriesDelivery property.ProductCategoriesDiscoveryRequestStructuregetProductCategoriesRequest()Gets the value of the productCategoriesRequest property.ServiceDeliverygetServiceDelivery()Gets the value of the serviceDelivery property.ServiceFeaturesDeliveryStructuregetServiceFeaturesDelivery()Gets the value of the serviceFeaturesDelivery property.ServiceFeaturesDiscoveryRequestStructuregetServiceFeaturesRequest()Gets the value of the serviceFeaturesRequest property.ServiceRequestgetServiceRequest()Gets the value of the serviceRequest property.StopPointsDeliveryStructuregetStopPointsDelivery()Gets the value of the stopPointsDelivery property.StopPointsRequestgetStopPointsRequest()Gets the value of the stopPointsRequest property.SubscriptionRequestgetSubscriptionRequest()Gets the value of the subscriptionRequest property.SubscriptionResponseStructuregetSubscriptionResponse()Gets the value of the subscriptionResponse property.TerminateSubscriptionRequestStructuregetTerminateSubscriptionRequest()Gets the value of the terminateSubscriptionRequest property.TerminateSubscriptionResponseStructuregetTerminateSubscriptionResponse()Gets the value of the terminateSubscriptionResponse property.VehicleFeaturesDeliveryStructuregetVehicleFeaturesDelivery()Gets the value of the vehicleFeaturesDelivery property.VehicleFeaturesRequestStructuregetVehicleFeaturesRequest()Gets the value of the vehicleFeaturesRequest property.StringgetVersion()Gets the value of the version property.voidsetCapabilitiesRequest(CapabilitiesRequestStructure value)Sets the value of the capabilitiesRequest property.voidsetCapabilitiesResponse(CapabilitiesResponseStructure value)Sets the value of the capabilitiesResponse property.voidsetCheckStatusRequest(CheckStatusRequestStructure value)Sets the value of the checkStatusRequest property.voidsetCheckStatusResponse(CheckStatusResponseStructure value)Sets the value of the checkStatusResponse property.voidsetDataReadyAcknowledgement(DataReadyResponseStructure value)Sets the value of the dataReadyAcknowledgement property.voidsetDataReadyNotification(DataReadyRequestStructure value)Sets the value of the dataReadyNotification property.voidsetDataReceivedAcknowledgement(DataReceivedResponseStructure value)Sets the value of the dataReceivedAcknowledgement property.voidsetDataSupplyRequest(DataSupplyRequestStructure value)Sets the value of the dataSupplyRequest property.voidsetExtensions(ExtensionsStructure value)Sets the value of the extensions property.voidsetHeartbeatNotification(HeartbeatNotificationStructure value)Sets the value of the heartbeatNotification property.voidsetInfoChannelDelivery(InfoChannelDeliveryStructure value)Sets the value of the infoChannelDelivery property.voidsetInfoChannelRequest(InfoChannelDiscoveryRequestStructure value)Sets the value of the infoChannelRequest property.voidsetLinesDelivery(LinesDeliveryStructure value)Sets the value of the linesDelivery property.voidsetLinesRequest(LinesDiscoveryRequestStructure value)Sets the value of the linesRequest property.voidsetProductCategoriesDelivery(ProductCategoriesDeliveryStructure value)Sets the value of the productCategoriesDelivery property.voidsetProductCategoriesRequest(ProductCategoriesDiscoveryRequestStructure value)Sets the value of the productCategoriesRequest property.voidsetServiceDelivery(ServiceDelivery value)Sets the value of the serviceDelivery property.voidsetServiceFeaturesDelivery(ServiceFeaturesDeliveryStructure value)Sets the value of the serviceFeaturesDelivery property.voidsetServiceFeaturesRequest(ServiceFeaturesDiscoveryRequestStructure value)Sets the value of the serviceFeaturesRequest property.voidsetServiceRequest(ServiceRequest value)Sets the value of the serviceRequest property.voidsetStopPointsDelivery(StopPointsDeliveryStructure value)Sets the value of the stopPointsDelivery property.voidsetStopPointsRequest(StopPointsRequest value)Sets the value of the stopPointsRequest property.voidsetSubscriptionRequest(SubscriptionRequest value)Sets the value of the subscriptionRequest property.voidsetSubscriptionResponse(SubscriptionResponseStructure value)Sets the value of the subscriptionResponse property.voidsetTerminateSubscriptionRequest(TerminateSubscriptionRequestStructure value)Sets the value of the terminateSubscriptionRequest property.voidsetTerminateSubscriptionResponse(TerminateSubscriptionResponseStructure value)Sets the value of the terminateSubscriptionResponse property.voidsetVehicleFeaturesDelivery(VehicleFeaturesDeliveryStructure value)Sets the value of the vehicleFeaturesDelivery property.voidsetVehicleFeaturesRequest(VehicleFeaturesRequestStructure value)Sets the value of the vehicleFeaturesRequest property.voidsetVersion(String value)Sets the value of the version property.
-
-
-
Field Detail
-
serviceRequest
protected ServiceRequest serviceRequest
-
subscriptionRequest
protected SubscriptionRequest subscriptionRequest
-
terminateSubscriptionRequest
protected TerminateSubscriptionRequestStructure terminateSubscriptionRequest
-
dataReadyNotification
protected DataReadyRequestStructure dataReadyNotification
-
dataSupplyRequest
protected DataSupplyRequestStructure dataSupplyRequest
-
checkStatusRequest
protected CheckStatusRequestStructure checkStatusRequest
-
heartbeatNotification
protected HeartbeatNotificationStructure heartbeatNotification
-
capabilitiesRequest
protected CapabilitiesRequestStructure capabilitiesRequest
-
stopPointsRequest
protected StopPointsRequest stopPointsRequest
-
linesRequest
protected LinesDiscoveryRequestStructure linesRequest
-
serviceFeaturesRequest
protected ServiceFeaturesDiscoveryRequestStructure serviceFeaturesRequest
-
productCategoriesRequest
protected ProductCategoriesDiscoveryRequestStructure productCategoriesRequest
-
vehicleFeaturesRequest
protected VehicleFeaturesRequestStructure vehicleFeaturesRequest
-
infoChannelRequest
protected InfoChannelDiscoveryRequestStructure infoChannelRequest
-
subscriptionResponse
protected SubscriptionResponseStructure subscriptionResponse
-
terminateSubscriptionResponse
protected TerminateSubscriptionResponseStructure terminateSubscriptionResponse
-
dataReadyAcknowledgement
protected DataReadyResponseStructure dataReadyAcknowledgement
-
serviceDelivery
protected ServiceDelivery serviceDelivery
-
dataReceivedAcknowledgement
protected DataReceivedResponseStructure dataReceivedAcknowledgement
-
checkStatusResponse
protected CheckStatusResponseStructure checkStatusResponse
-
capabilitiesResponse
protected CapabilitiesResponseStructure capabilitiesResponse
-
stopPointsDelivery
protected StopPointsDeliveryStructure stopPointsDelivery
-
linesDelivery
protected LinesDeliveryStructure linesDelivery
-
productCategoriesDelivery
protected ProductCategoriesDeliveryStructure productCategoriesDelivery
-
serviceFeaturesDelivery
protected ServiceFeaturesDeliveryStructure serviceFeaturesDelivery
-
vehicleFeaturesDelivery
protected VehicleFeaturesDeliveryStructure vehicleFeaturesDelivery
-
infoChannelDelivery
protected InfoChannelDeliveryStructure infoChannelDelivery
-
extensions
protected ExtensionsStructure extensions
-
version
protected String version
-
-
Method Detail
-
getServiceRequest
public ServiceRequest getServiceRequest()
Gets the value of the serviceRequest property.- Returns:
- possible object is
ServiceRequest
-
setServiceRequest
public void setServiceRequest(ServiceRequest value)
Sets the value of the serviceRequest property.- Parameters:
value- allowed object isServiceRequest
-
getSubscriptionRequest
public SubscriptionRequest getSubscriptionRequest()
Gets the value of the subscriptionRequest property.- Returns:
- possible object is
SubscriptionRequest
-
setSubscriptionRequest
public void setSubscriptionRequest(SubscriptionRequest value)
Sets the value of the subscriptionRequest property.- Parameters:
value- allowed object isSubscriptionRequest
-
getTerminateSubscriptionRequest
public TerminateSubscriptionRequestStructure getTerminateSubscriptionRequest()
Gets the value of the terminateSubscriptionRequest property.- Returns:
- possible object is
TerminateSubscriptionRequestStructure
-
setTerminateSubscriptionRequest
public void setTerminateSubscriptionRequest(TerminateSubscriptionRequestStructure value)
Sets the value of the terminateSubscriptionRequest property.- Parameters:
value- allowed object isTerminateSubscriptionRequestStructure
-
getDataReadyNotification
public DataReadyRequestStructure getDataReadyNotification()
Gets the value of the dataReadyNotification property.- Returns:
- possible object is
DataReadyRequestStructure
-
setDataReadyNotification
public void setDataReadyNotification(DataReadyRequestStructure value)
Sets the value of the dataReadyNotification property.- Parameters:
value- allowed object isDataReadyRequestStructure
-
getDataSupplyRequest
public DataSupplyRequestStructure getDataSupplyRequest()
Gets the value of the dataSupplyRequest property.- Returns:
- possible object is
DataSupplyRequestStructure
-
setDataSupplyRequest
public void setDataSupplyRequest(DataSupplyRequestStructure value)
Sets the value of the dataSupplyRequest property.- Parameters:
value- allowed object isDataSupplyRequestStructure
-
getCheckStatusRequest
public CheckStatusRequestStructure getCheckStatusRequest()
Gets the value of the checkStatusRequest property.- Returns:
- possible object is
CheckStatusRequestStructure
-
setCheckStatusRequest
public void setCheckStatusRequest(CheckStatusRequestStructure value)
Sets the value of the checkStatusRequest property.- Parameters:
value- allowed object isCheckStatusRequestStructure
-
getHeartbeatNotification
public HeartbeatNotificationStructure getHeartbeatNotification()
Gets the value of the heartbeatNotification property.- Returns:
- possible object is
HeartbeatNotificationStructure
-
setHeartbeatNotification
public void setHeartbeatNotification(HeartbeatNotificationStructure value)
Sets the value of the heartbeatNotification property.- Parameters:
value- allowed object isHeartbeatNotificationStructure
-
getCapabilitiesRequest
public CapabilitiesRequestStructure getCapabilitiesRequest()
Gets the value of the capabilitiesRequest property.- Returns:
- possible object is
CapabilitiesRequestStructure
-
setCapabilitiesRequest
public void setCapabilitiesRequest(CapabilitiesRequestStructure value)
Sets the value of the capabilitiesRequest property.- Parameters:
value- allowed object isCapabilitiesRequestStructure
-
getStopPointsRequest
public StopPointsRequest getStopPointsRequest()
Gets the value of the stopPointsRequest property.- Returns:
- possible object is
StopPointsRequest
-
setStopPointsRequest
public void setStopPointsRequest(StopPointsRequest value)
Sets the value of the stopPointsRequest property.- Parameters:
value- allowed object isStopPointsRequest
-
getLinesRequest
public LinesDiscoveryRequestStructure getLinesRequest()
Gets the value of the linesRequest property.- Returns:
- possible object is
LinesDiscoveryRequestStructure
-
setLinesRequest
public void setLinesRequest(LinesDiscoveryRequestStructure value)
Sets the value of the linesRequest property.- Parameters:
value- allowed object isLinesDiscoveryRequestStructure
-
getServiceFeaturesRequest
public ServiceFeaturesDiscoveryRequestStructure getServiceFeaturesRequest()
Gets the value of the serviceFeaturesRequest property.- Returns:
- possible object is
ServiceFeaturesDiscoveryRequestStructure
-
setServiceFeaturesRequest
public void setServiceFeaturesRequest(ServiceFeaturesDiscoveryRequestStructure value)
Sets the value of the serviceFeaturesRequest property.- Parameters:
value- allowed object isServiceFeaturesDiscoveryRequestStructure
-
getProductCategoriesRequest
public ProductCategoriesDiscoveryRequestStructure getProductCategoriesRequest()
Gets the value of the productCategoriesRequest property.- Returns:
- possible object is
ProductCategoriesDiscoveryRequestStructure
-
setProductCategoriesRequest
public void setProductCategoriesRequest(ProductCategoriesDiscoveryRequestStructure value)
Sets the value of the productCategoriesRequest property.- Parameters:
value- allowed object isProductCategoriesDiscoveryRequestStructure
-
getVehicleFeaturesRequest
public VehicleFeaturesRequestStructure getVehicleFeaturesRequest()
Gets the value of the vehicleFeaturesRequest property.- Returns:
- possible object is
VehicleFeaturesRequestStructure
-
setVehicleFeaturesRequest
public void setVehicleFeaturesRequest(VehicleFeaturesRequestStructure value)
Sets the value of the vehicleFeaturesRequest property.- Parameters:
value- allowed object isVehicleFeaturesRequestStructure
-
getInfoChannelRequest
public InfoChannelDiscoveryRequestStructure getInfoChannelRequest()
Gets the value of the infoChannelRequest property.- Returns:
- possible object is
InfoChannelDiscoveryRequestStructure
-
setInfoChannelRequest
public void setInfoChannelRequest(InfoChannelDiscoveryRequestStructure value)
Sets the value of the infoChannelRequest property.- Parameters:
value- allowed object isInfoChannelDiscoveryRequestStructure
-
getSubscriptionResponse
public SubscriptionResponseStructure getSubscriptionResponse()
Gets the value of the subscriptionResponse property.- Returns:
- possible object is
SubscriptionResponseStructure
-
setSubscriptionResponse
public void setSubscriptionResponse(SubscriptionResponseStructure value)
Sets the value of the subscriptionResponse property.- Parameters:
value- allowed object isSubscriptionResponseStructure
-
getTerminateSubscriptionResponse
public TerminateSubscriptionResponseStructure getTerminateSubscriptionResponse()
Gets the value of the terminateSubscriptionResponse property.- Returns:
- possible object is
TerminateSubscriptionResponseStructure
-
setTerminateSubscriptionResponse
public void setTerminateSubscriptionResponse(TerminateSubscriptionResponseStructure value)
Sets the value of the terminateSubscriptionResponse property.- Parameters:
value- allowed object isTerminateSubscriptionResponseStructure
-
getDataReadyAcknowledgement
public DataReadyResponseStructure getDataReadyAcknowledgement()
Gets the value of the dataReadyAcknowledgement property.- Returns:
- possible object is
DataReadyResponseStructure
-
setDataReadyAcknowledgement
public void setDataReadyAcknowledgement(DataReadyResponseStructure value)
Sets the value of the dataReadyAcknowledgement property.- Parameters:
value- allowed object isDataReadyResponseStructure
-
getServiceDelivery
public ServiceDelivery getServiceDelivery()
Gets the value of the serviceDelivery property.- Returns:
- possible object is
ServiceDelivery
-
setServiceDelivery
public void setServiceDelivery(ServiceDelivery value)
Sets the value of the serviceDelivery property.- Parameters:
value- allowed object isServiceDelivery
-
getDataReceivedAcknowledgement
public DataReceivedResponseStructure getDataReceivedAcknowledgement()
Gets the value of the dataReceivedAcknowledgement property.- Returns:
- possible object is
DataReceivedResponseStructure
-
setDataReceivedAcknowledgement
public void setDataReceivedAcknowledgement(DataReceivedResponseStructure value)
Sets the value of the dataReceivedAcknowledgement property.- Parameters:
value- allowed object isDataReceivedResponseStructure
-
getCheckStatusResponse
public CheckStatusResponseStructure getCheckStatusResponse()
Gets the value of the checkStatusResponse property.- Returns:
- possible object is
CheckStatusResponseStructure
-
setCheckStatusResponse
public void setCheckStatusResponse(CheckStatusResponseStructure value)
Sets the value of the checkStatusResponse property.- Parameters:
value- allowed object isCheckStatusResponseStructure
-
getCapabilitiesResponse
public CapabilitiesResponseStructure getCapabilitiesResponse()
Responses with the capabilities of an implementation. Answers a CapabilityRequest- Returns:
- possible object is
CapabilitiesResponseStructure
-
setCapabilitiesResponse
public void setCapabilitiesResponse(CapabilitiesResponseStructure value)
Sets the value of the capabilitiesResponse property.- Parameters:
value- allowed object isCapabilitiesResponseStructure
-
getStopPointsDelivery
public StopPointsDeliveryStructure getStopPointsDelivery()
Gets the value of the stopPointsDelivery property.- Returns:
- possible object is
StopPointsDeliveryStructure
-
setStopPointsDelivery
public void setStopPointsDelivery(StopPointsDeliveryStructure value)
Sets the value of the stopPointsDelivery property.- Parameters:
value- allowed object isStopPointsDeliveryStructure
-
getLinesDelivery
public LinesDeliveryStructure getLinesDelivery()
Gets the value of the linesDelivery property.- Returns:
- possible object is
LinesDeliveryStructure
-
setLinesDelivery
public void setLinesDelivery(LinesDeliveryStructure value)
Sets the value of the linesDelivery property.- Parameters:
value- allowed object isLinesDeliveryStructure
-
getProductCategoriesDelivery
public ProductCategoriesDeliveryStructure getProductCategoriesDelivery()
Gets the value of the productCategoriesDelivery property.- Returns:
- possible object is
ProductCategoriesDeliveryStructure
-
setProductCategoriesDelivery
public void setProductCategoriesDelivery(ProductCategoriesDeliveryStructure value)
Sets the value of the productCategoriesDelivery property.- Parameters:
value- allowed object isProductCategoriesDeliveryStructure
-
getServiceFeaturesDelivery
public ServiceFeaturesDeliveryStructure getServiceFeaturesDelivery()
Gets the value of the serviceFeaturesDelivery property.- Returns:
- possible object is
ServiceFeaturesDeliveryStructure
-
setServiceFeaturesDelivery
public void setServiceFeaturesDelivery(ServiceFeaturesDeliveryStructure value)
Sets the value of the serviceFeaturesDelivery property.- Parameters:
value- allowed object isServiceFeaturesDeliveryStructure
-
getVehicleFeaturesDelivery
public VehicleFeaturesDeliveryStructure getVehicleFeaturesDelivery()
Gets the value of the vehicleFeaturesDelivery property.- Returns:
- possible object is
VehicleFeaturesDeliveryStructure
-
setVehicleFeaturesDelivery
public void setVehicleFeaturesDelivery(VehicleFeaturesDeliveryStructure value)
Sets the value of the vehicleFeaturesDelivery property.- Parameters:
value- allowed object isVehicleFeaturesDeliveryStructure
-
getInfoChannelDelivery
public InfoChannelDeliveryStructure getInfoChannelDelivery()
Gets the value of the infoChannelDelivery property.- Returns:
- possible object is
InfoChannelDeliveryStructure
-
setInfoChannelDelivery
public void setInfoChannelDelivery(InfoChannelDeliveryStructure value)
Sets the value of the infoChannelDelivery property.- Parameters:
value- allowed object isInfoChannelDeliveryStructure
-
getExtensions
public ExtensionsStructure getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsStructure
-
setExtensions
public void setExtensions(ExtensionsStructure value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsStructure
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
-