Package uk.org.siri.siri14
Class SituationExchangeSubscriptionStructure
- java.lang.Object
-
- uk.org.siri.siri14.AbstractSubscriptionStructure
-
- uk.org.siri.siri14.SituationExchangeSubscriptionStructure
-
- All Implemented Interfaces:
Serializable
public class SituationExchangeSubscriptionStructure extends AbstractSubscriptionStructure implements Serializable
Data type for Subscription Request for Situation Exchange Service.Java class for SituationExchangeSubscriptionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SituationExchangeSubscriptionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractSubscriptionStructure"> <sequence> <element ref="{http://www.siri.org.uk/siri}SituationExchangeRequest"/> <group ref="{http://www.siri.org.uk/siri}SituationExchangeSubscriptionPolicyGroup"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanincrementalUpdatesprotected SituationExchangeRequestStructuresituationExchangeRequest-
Fields inherited from class uk.org.siri.siri14.AbstractSubscriptionStructure
initialTerminationTime, subscriberRef, subscriptionIdentifier
-
-
Constructor Summary
Constructors Constructor Description SituationExchangeSubscriptionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SituationExchangeRequestStructuregetSituationExchangeRequest()Gets the value of the situationExchangeRequest property.BooleanisIncrementalUpdates()Gets the value of the incrementalUpdates property.voidsetIncrementalUpdates(Boolean value)Sets the value of the incrementalUpdates property.voidsetSituationExchangeRequest(SituationExchangeRequestStructure value)Sets the value of the situationExchangeRequest property.-
Methods inherited from class uk.org.siri.siri14.AbstractSubscriptionStructure
getInitialTerminationTime, getSubscriberRef, getSubscriptionIdentifier, setInitialTerminationTime, setSubscriberRef, setSubscriptionIdentifier
-
-
-
-
Field Detail
-
situationExchangeRequest
protected SituationExchangeRequestStructure situationExchangeRequest
-
incrementalUpdates
protected Boolean incrementalUpdates
-
-
Method Detail
-
getSituationExchangeRequest
public SituationExchangeRequestStructure getSituationExchangeRequest()
Gets the value of the situationExchangeRequest property.- Returns:
- possible object is
SituationExchangeRequestStructure
-
setSituationExchangeRequest
public void setSituationExchangeRequest(SituationExchangeRequestStructure value)
Sets the value of the situationExchangeRequest property.- Parameters:
value- allowed object isSituationExchangeRequestStructure
-
isIncrementalUpdates
public Boolean isIncrementalUpdates()
Gets the value of the incrementalUpdates property.- Returns:
- possible object is
Boolean
-
-