Class 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 Detail

      • subscriberRevesAndSubscriptionRevesAndSubscriptionFilterReves

        protected List<Serializable> subscriberRevesAndSubscriptionRevesAndSubscriptionFilterReves
    • Constructor Detail

      • SubscriptionTerminatedNotificationStructure

        public SubscriptionTerminatedNotificationStructure()
    • 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 set method 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 RequestorRef SubscriptionQualifierStructure SubscriptionFilterRefStructure

      • 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 is ErrorCondition
      • 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 is Extensions