Class SubscriptionResponseStructure

  • All Implemented Interfaces:
    Serializable

    public class SubscriptionResponseStructure
    extends ResponseEndpointStructure
    implements Serializable
    Type for Subscription Response.

    Java class for SubscriptionResponseStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SubscriptionResponseStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}ResponseEndpointStructure">
           <sequence>
             <group ref="{http://www.siri.org.uk/siri}SubscriptionResponsePayloadGroup"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • SubscriptionResponseStructure

        public SubscriptionResponseStructure()
    • Method Detail

      • getResponseStatuses

        public List<ResponseStatus> getResponseStatuses()
        Gets the value of the responseStatuses 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 Jakarta XML Binding object. This is why there is not a set method for the responseStatuses property.

        For example, to add a new item, do as follows:

            getResponseStatuses().add(newItem);
         

        Objects of the following type(s) are allowed in the list ResponseStatus

      • getSubscriptionManagerAddress

        public String getSubscriptionManagerAddress()
        Gets the value of the subscriptionManagerAddress property.
        Returns:
        possible object is String
      • setSubscriptionManagerAddress

        public void setSubscriptionManagerAddress​(String value)
        Sets the value of the subscriptionManagerAddress property.
        Parameters:
        value - allowed object is String
      • getServiceStartedTime

        public ZonedDateTime getServiceStartedTime()
        Gets the value of the serviceStartedTime property.
        Returns:
        possible object is String
      • setServiceStartedTime

        public void setServiceStartedTime​(ZonedDateTime value)
        Sets the value of the serviceStartedTime property.
        Parameters:
        value - allowed object is String
      • 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