Package uk.org.siri.siri21
Class SubscriptionTerminatedNotificationStructure
- java.lang.Object
-
- uk.org.siri.siri21.ResponseStructure
-
- uk.org.siri.siri21.ProducerResponseStructure
-
- uk.org.siri.siri21.SubscriptionTerminatedNotificationStructure
-
- All Implemented Interfaces:
Serializable
public class SubscriptionTerminatedNotificationStructure extends ProducerResponseStructure implements Serializable
Type for Notification to terminate a subscription or subscriptions.Java class for SubscriptionTerminatedNotificationStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriptionTerminatedNotificationStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}ProducerResponseStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}SubscriptionIdentifierResourcePropertyGroup" maxOccurs="unbounded"/> <element name="ErrrorCondition" type="{http://www.siri.org.uk/siri}ErrorConditionStructure" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ErrorConditionerrrorConditionprotected Extensionsextensionsprotected List<Serializable>subscriberRevesAndSubscriptionRevesAndSubscriptionFilterReves-
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 SubscriptionTerminatedNotificationStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorConditiongetErrrorCondition()Gets the value of the errrorCondition property.ExtensionsgetExtensions()Gets the value of the extensions property.List<Serializable>getSubscriberRevesAndSubscriptionRevesAndSubscriptionFilterReves()Gets the value of the subscriberRevesAndSubscriptionRevesAndSubscriptionFilterReves property.voidsetErrrorCondition(ErrorCondition value)Sets the value of the errrorCondition property.voidsetExtensions(Extensions value)Sets the value of the extensions property.-
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
-
subscriberRevesAndSubscriptionRevesAndSubscriptionFilterReves
protected List<Serializable> subscriberRevesAndSubscriptionRevesAndSubscriptionFilterReves
-
errrorCondition
protected ErrorCondition errrorCondition
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getSubscriberRevesAndSubscriptionRevesAndSubscriptionFilterReves
public List<Serializable> getSubscriberRevesAndSubscriptionRevesAndSubscriptionFilterReves()
Gets the value of the subscriberRevesAndSubscriptionRevesAndSubscriptionFilterReves property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the subscriberRevesAndSubscriptionRevesAndSubscriptionFilterReves property.For example, to add a new item, do as follows:
getSubscriberRevesAndSubscriptionRevesAndSubscriptionFilterReves().add(newItem);Objects of the following type(s) are allowed in the list
RequestorRefSubscriptionRefStructureSubscriptionFilterRefStructure
-
getErrrorCondition
public ErrorCondition getErrrorCondition()
Gets the value of the errrorCondition property.- Returns:
- possible object is
ErrorCondition
-
setErrrorCondition
public void setErrrorCondition(ErrorCondition value)
Sets the value of the errrorCondition property.- Parameters:
value- allowed object isErrorCondition
-
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
-
-