Package uk.org.siri.siri21
Class CapabilitiesResponse
- java.lang.Object
-
- uk.org.siri.siri21.ResponseStructure
-
- uk.org.siri.siri21.ProducerResponseStructure
-
- uk.org.siri.siri21.CapabilitiesResponse
-
- All Implemented Interfaces:
Serializable
public class CapabilitiesResponse extends ProducerResponseStructure implements Serializable
Type for the capabilities of an implementation.Java class for CapabilitiesResponseStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CapabilitiesResponseStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}ProducerResponseStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}SiriServiceCapabilitiesResponseGroup"/> </sequence> <attribute name="version" type="{http://www.siri.org.uk/siri}VersionString" default="2.1" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class uk.org.siri.siri21.ProducerResponseStructure
address, delegatorAddress, delegatorRef, producerRef, requestMessageRef, responseMessageIdentifier
-
Fields inherited from class uk.org.siri.siri21.ResponseStructure
responseTimestamp
-
-
Constructor Summary
Constructors Constructor Description CapabilitiesResponse()
-
Method Summary
-
Methods inherited from class uk.org.siri.siri21.ProducerResponseStructure
getAddress, getDelegatorAddress, getDelegatorRef, getProducerRef, getRequestMessageRef, getResponseMessageIdentifier, setAddress, setDelegatorAddress, setDelegatorRef, setProducerRef, setRequestMessageRef, setResponseMessageIdentifier
-
Methods inherited from class uk.org.siri.siri21.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
productionTimetableCapabilitiesResponse
protected ProductionTimetableCapabilitiesResponseStructure productionTimetableCapabilitiesResponse
-
estimatedTimetableCapabilitiesResponse
protected EstimatedTimetableCapabilitiesResponseStructure estimatedTimetableCapabilitiesResponse
-
stopTimetableCapabilitiesResponse
protected StopTimetableCapabilitiesResponseStructure stopTimetableCapabilitiesResponse
-
stopMonitoringCapabilitiesResponse
protected StopMonitoringCapabilitiesResponseStructure stopMonitoringCapabilitiesResponse
-
vehicleMonitoringCapabilitiesResponse
protected VehicleMonitoringCapabilitiesResponseStructure vehicleMonitoringCapabilitiesResponse
-
connectionTimetableCapabilitiesResponse
protected ConnectionTimetableCapabilitiesResponseStructure connectionTimetableCapabilitiesResponse
-
connectionMonitoringCapabilitiesResponse
protected ConnectionMonitoringCapabilitiesResponseStructure connectionMonitoringCapabilitiesResponse
-
generalMessageCapabilitiesResponse
protected GeneralMessageCapabilitiesResponseStructure generalMessageCapabilitiesResponse
-
facilityMonitoringCapabilitiesResponse
protected FacilityMonitoringCapabilitiesResponseStructure facilityMonitoringCapabilitiesResponse
-
situationExchangeCapabilitiesResponse
protected SituationExchangeCapabilitiesResponseStructure situationExchangeCapabilitiesResponse
-
version
protected String version
-
-
Method Detail
-
getProductionTimetableCapabilitiesResponse
public ProductionTimetableCapabilitiesResponseStructure getProductionTimetableCapabilitiesResponse()
Gets the value of the productionTimetableCapabilitiesResponse property.- Returns:
- possible object is
ProductionTimetableCapabilitiesResponseStructure
-
setProductionTimetableCapabilitiesResponse
public void setProductionTimetableCapabilitiesResponse(ProductionTimetableCapabilitiesResponseStructure value)
Sets the value of the productionTimetableCapabilitiesResponse property.- Parameters:
value- allowed object isProductionTimetableCapabilitiesResponseStructure
-
getEstimatedTimetableCapabilitiesResponse
public EstimatedTimetableCapabilitiesResponseStructure getEstimatedTimetableCapabilitiesResponse()
Gets the value of the estimatedTimetableCapabilitiesResponse property.- Returns:
- possible object is
EstimatedTimetableCapabilitiesResponseStructure
-
setEstimatedTimetableCapabilitiesResponse
public void setEstimatedTimetableCapabilitiesResponse(EstimatedTimetableCapabilitiesResponseStructure value)
Sets the value of the estimatedTimetableCapabilitiesResponse property.- Parameters:
value- allowed object isEstimatedTimetableCapabilitiesResponseStructure
-
getStopTimetableCapabilitiesResponse
public StopTimetableCapabilitiesResponseStructure getStopTimetableCapabilitiesResponse()
Gets the value of the stopTimetableCapabilitiesResponse property.- Returns:
- possible object is
StopTimetableCapabilitiesResponseStructure
-
setStopTimetableCapabilitiesResponse
public void setStopTimetableCapabilitiesResponse(StopTimetableCapabilitiesResponseStructure value)
Sets the value of the stopTimetableCapabilitiesResponse property.- Parameters:
value- allowed object isStopTimetableCapabilitiesResponseStructure
-
getStopMonitoringCapabilitiesResponse
public StopMonitoringCapabilitiesResponseStructure getStopMonitoringCapabilitiesResponse()
Gets the value of the stopMonitoringCapabilitiesResponse property.- Returns:
- possible object is
StopMonitoringCapabilitiesResponseStructure
-
setStopMonitoringCapabilitiesResponse
public void setStopMonitoringCapabilitiesResponse(StopMonitoringCapabilitiesResponseStructure value)
Sets the value of the stopMonitoringCapabilitiesResponse property.- Parameters:
value- allowed object isStopMonitoringCapabilitiesResponseStructure
-
getVehicleMonitoringCapabilitiesResponse
public VehicleMonitoringCapabilitiesResponseStructure getVehicleMonitoringCapabilitiesResponse()
Gets the value of the vehicleMonitoringCapabilitiesResponse property.- Returns:
- possible object is
VehicleMonitoringCapabilitiesResponseStructure
-
setVehicleMonitoringCapabilitiesResponse
public void setVehicleMonitoringCapabilitiesResponse(VehicleMonitoringCapabilitiesResponseStructure value)
Sets the value of the vehicleMonitoringCapabilitiesResponse property.- Parameters:
value- allowed object isVehicleMonitoringCapabilitiesResponseStructure
-
getConnectionTimetableCapabilitiesResponse
public ConnectionTimetableCapabilitiesResponseStructure getConnectionTimetableCapabilitiesResponse()
Gets the value of the connectionTimetableCapabilitiesResponse property.- Returns:
- possible object is
ConnectionTimetableCapabilitiesResponseStructure
-
setConnectionTimetableCapabilitiesResponse
public void setConnectionTimetableCapabilitiesResponse(ConnectionTimetableCapabilitiesResponseStructure value)
Sets the value of the connectionTimetableCapabilitiesResponse property.- Parameters:
value- allowed object isConnectionTimetableCapabilitiesResponseStructure
-
getConnectionMonitoringCapabilitiesResponse
public ConnectionMonitoringCapabilitiesResponseStructure getConnectionMonitoringCapabilitiesResponse()
Gets the value of the connectionMonitoringCapabilitiesResponse property.- Returns:
- possible object is
ConnectionMonitoringCapabilitiesResponseStructure
-
setConnectionMonitoringCapabilitiesResponse
public void setConnectionMonitoringCapabilitiesResponse(ConnectionMonitoringCapabilitiesResponseStructure value)
Sets the value of the connectionMonitoringCapabilitiesResponse property.- Parameters:
value- allowed object isConnectionMonitoringCapabilitiesResponseStructure
-
getGeneralMessageCapabilitiesResponse
public GeneralMessageCapabilitiesResponseStructure getGeneralMessageCapabilitiesResponse()
Gets the value of the generalMessageCapabilitiesResponse property.- Returns:
- possible object is
GeneralMessageCapabilitiesResponseStructure
-
setGeneralMessageCapabilitiesResponse
public void setGeneralMessageCapabilitiesResponse(GeneralMessageCapabilitiesResponseStructure value)
Sets the value of the generalMessageCapabilitiesResponse property.- Parameters:
value- allowed object isGeneralMessageCapabilitiesResponseStructure
-
getFacilityMonitoringCapabilitiesResponse
public FacilityMonitoringCapabilitiesResponseStructure getFacilityMonitoringCapabilitiesResponse()
Gets the value of the facilityMonitoringCapabilitiesResponse property.- Returns:
- possible object is
FacilityMonitoringCapabilitiesResponseStructure
-
setFacilityMonitoringCapabilitiesResponse
public void setFacilityMonitoringCapabilitiesResponse(FacilityMonitoringCapabilitiesResponseStructure value)
Sets the value of the facilityMonitoringCapabilitiesResponse property.- Parameters:
value- allowed object isFacilityMonitoringCapabilitiesResponseStructure
-
getSituationExchangeCapabilitiesResponse
public SituationExchangeCapabilitiesResponseStructure getSituationExchangeCapabilitiesResponse()
Gets the value of the situationExchangeCapabilitiesResponse property.- Returns:
- possible object is
SituationExchangeCapabilitiesResponseStructure
-
setSituationExchangeCapabilitiesResponse
public void setSituationExchangeCapabilitiesResponse(SituationExchangeCapabilitiesResponseStructure value)
Sets the value of the situationExchangeCapabilitiesResponse property.- Parameters:
value- allowed object isSituationExchangeCapabilitiesResponseStructure
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
-