Package uk.org.siri.siri14
Class SituationExchangeDeliveryStructure
- java.lang.Object
-
- uk.org.siri.siri14.ResponseStructure
-
- uk.org.siri.siri14.AbstractServiceDeliveryStructure
-
- uk.org.siri.siri14.SituationExchangeDeliveryStructure
-
- All Implemented Interfaces:
Serializable
public class SituationExchangeDeliveryStructure extends AbstractServiceDeliveryStructure implements Serializable
Data type for Delivery for Situation Exchange Service. Provides information about one or more vehicles; each has its own vehicle activity element.Java class for SituationExchangeDeliveryStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SituationExchangeDeliveryStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractServiceDeliveryStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}SituationExchangePayloadGroup"/> <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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSituationExchangeDeliveryStructure.SituationsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Extensionsextensionsprotected ContextStructureptSituationContextprotected SituationExchangeDeliveryStructure.Situationssituationsprotected Stringversion-
Fields inherited from class uk.org.siri.siri14.AbstractServiceDeliveryStructure
defaultLanguage, errorCondition, requestMessageRef, shortestPossibleCycle, status, subscriberRef, subscriptionFilterRef, subscriptionRef, validUntil
-
Fields inherited from class uk.org.siri.siri14.ResponseStructure
responseTimestamp
-
-
Constructor Summary
Constructors Constructor Description SituationExchangeDeliveryStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.ContextStructuregetPtSituationContext()Gets the value of the ptSituationContext property.SituationExchangeDeliveryStructure.SituationsgetSituations()Gets the value of the situations property.StringgetVersion()Gets the value of the version property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetPtSituationContext(ContextStructure value)Sets the value of the ptSituationContext property.voidsetSituations(SituationExchangeDeliveryStructure.Situations value)Sets the value of the situations property.voidsetVersion(String value)Sets the value of the version property.-
Methods inherited from class uk.org.siri.siri14.AbstractServiceDeliveryStructure
getDefaultLanguage, getErrorCondition, getRequestMessageRef, getShortestPossibleCycle, getSubscriberRef, getSubscriptionFilterRef, getSubscriptionRef, getValidUntil, isStatus, setDefaultLanguage, setErrorCondition, setRequestMessageRef, setShortestPossibleCycle, setStatus, setSubscriberRef, setSubscriptionFilterRef, setSubscriptionRef, setValidUntil
-
Methods inherited from class uk.org.siri.siri14.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
ptSituationContext
protected ContextStructure ptSituationContext
-
situations
protected SituationExchangeDeliveryStructure.Situations situations
-
extensions
protected Extensions extensions
-
version
protected String version
-
-
Method Detail
-
getPtSituationContext
public ContextStructure getPtSituationContext()
Gets the value of the ptSituationContext property.- Returns:
- possible object is
ContextStructure
-
setPtSituationContext
public void setPtSituationContext(ContextStructure value)
Sets the value of the ptSituationContext property.- Parameters:
value- allowed object isContextStructure
-
getSituations
public SituationExchangeDeliveryStructure.Situations getSituations()
Gets the value of the situations property.- Returns:
- possible object is
SituationExchangeDeliveryStructure.Situations
-
setSituations
public void setSituations(SituationExchangeDeliveryStructure.Situations value)
Sets the value of the situations property.- Parameters:
value- allowed object isSituationExchangeDeliveryStructure.Situations
-
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
-
-