Package uk.org.siri.siri21
Class AbstractCapabilitiesStructure
- java.lang.Object
-
- uk.org.siri.siri21.AbstractCapabilitiesStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionMonitoringServiceCapabilities,ConnectionTimetableServiceCapabilities,EstimatedTimetableServiceCapabilities,FacilityMonitoringServiceCapabilities,GeneralMessageServiceCapabilities,ProductionTimetableServiceCapabilities,SituationExchangeServiceCapabilities,StopMonitoringServiceCapabilities,StopTimetableServiceCapabilities,VehicleMonitoringServiceCapabilities
public class AbstractCapabilitiesStructure extends Object implements Serializable
Type for Capabilities of StopMonitopring Service.Java class for AbstractCapabilitiesStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractCapabilitiesStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GeneralInteraction" type="{http://www.siri.org.uk/siri}CapabilityGeneralInteractionStructure" minOccurs="0"/> <element name="TransportDescription" type="{http://www.siri.org.uk/siri}TransportDescriptionStructure" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CapabilityGeneralInteractionStructuregeneralInteractionprotected TransportDescriptionStructuretransportDescription
-
Constructor Summary
Constructors Constructor Description AbstractCapabilitiesStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CapabilityGeneralInteractionStructuregetGeneralInteraction()Gets the value of the generalInteraction property.TransportDescriptionStructuregetTransportDescription()Gets the value of the transportDescription property.voidsetGeneralInteraction(CapabilityGeneralInteractionStructure value)Sets the value of the generalInteraction property.voidsetTransportDescription(TransportDescriptionStructure value)Sets the value of the transportDescription property.
-
-
-
Field Detail
-
generalInteraction
protected CapabilityGeneralInteractionStructure generalInteraction
-
transportDescription
protected TransportDescriptionStructure transportDescription
-
-
Method Detail
-
getGeneralInteraction
public CapabilityGeneralInteractionStructure getGeneralInteraction()
Gets the value of the generalInteraction property.- Returns:
- possible object is
CapabilityGeneralInteractionStructure
-
setGeneralInteraction
public void setGeneralInteraction(CapabilityGeneralInteractionStructure value)
Sets the value of the generalInteraction property.- Parameters:
value- allowed object isCapabilityGeneralInteractionStructure
-
getTransportDescription
public TransportDescriptionStructure getTransportDescription()
Gets the value of the transportDescription property.- Returns:
- possible object is
TransportDescriptionStructure
-
setTransportDescription
public void setTransportDescription(TransportDescriptionStructure value)
Sets the value of the transportDescription property.- Parameters:
value- allowed object isTransportDescriptionStructure
-
-