Class SubscriptionResponseStructure

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.siri.www.siri.SubscriptionResponseStructure
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, SubscriptionResponseStructureOrBuilder

public final class SubscriptionResponseStructure extends com.google.protobuf.GeneratedMessage implements SubscriptionResponseStructureOrBuilder
 Type for Subscription Response.  [siri/siri_common_services-v2.0.xsd at 557:56]
 
Protobuf type uk.org.siri.www.siri.SubscriptionResponseStructure
See Also:
  • Field Details

    • RESPONSE_TIMESTAMP_FIELD_NUMBER

      public static final int RESPONSE_TIMESTAMP_FIELD_NUMBER
      See Also:
    • ADDRESS_FIELD_NUMBER

      public static final int ADDRESS_FIELD_NUMBER
      See Also:
    • RESPONDER_REF_FIELD_NUMBER

      public static final int RESPONDER_REF_FIELD_NUMBER
      See Also:
    • REQUEST_MESSAGE_REF_FIELD_NUMBER

      public static final int REQUEST_MESSAGE_REF_FIELD_NUMBER
      See Also:
    • DELEGATOR_ADDRESS_FIELD_NUMBER

      public static final int DELEGATOR_ADDRESS_FIELD_NUMBER
      See Also:
    • DELEGATOR_REF_FIELD_NUMBER

      public static final int DELEGATOR_REF_FIELD_NUMBER
      See Also:
    • RESPONSE_STATUS_FIELD_NUMBER

      public static final int RESPONSE_STATUS_FIELD_NUMBER
      See Also:
    • SUBSCRIPTION_MANAGER_ADDRESS_FIELD_NUMBER

      public static final int SUBSCRIPTION_MANAGER_ADDRESS_FIELD_NUMBER
      See Also:
    • SERVICE_STARTED_TIME_FIELD_NUMBER

      public static final int SERVICE_STARTED_TIME_FIELD_NUMBER
      See Also:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • hasResponseTimestamp

      public boolean hasResponseTimestamp()
       Time individual response element was created.  [siri/siri_request_support-v2.0.xsd at 121:60]
       
      .google.protobuf.Timestamp response_timestamp = 1;
      Specified by:
      hasResponseTimestamp in interface SubscriptionResponseStructureOrBuilder
      Returns:
      Whether the responseTimestamp field is set.
    • getResponseTimestamp

      public com.google.protobuf.Timestamp getResponseTimestamp()
       Time individual response element was created.  [siri/siri_request_support-v2.0.xsd at 121:60]
       
      .google.protobuf.Timestamp response_timestamp = 1;
      Specified by:
      getResponseTimestamp in interface SubscriptionResponseStructureOrBuilder
      Returns:
      The responseTimestamp.
    • getResponseTimestampOrBuilder

      public com.google.protobuf.TimestampOrBuilder getResponseTimestampOrBuilder()
       Time individual response element was created.  [siri/siri_request_support-v2.0.xsd at 121:60]
       
      .google.protobuf.Timestamp response_timestamp = 1;
      Specified by:
      getResponseTimestampOrBuilder in interface SubscriptionResponseStructureOrBuilder
    • getAddress

      public String getAddress()
       Address for further interaction.  [siri/siri_requests-v2.0.xsd at 666:69]
       
      string address = 21;
      Specified by:
      getAddress in interface SubscriptionResponseStructureOrBuilder
      Returns:
      The address.
    • getAddressBytes

      public com.google.protobuf.ByteString getAddressBytes()
       Address for further interaction.  [siri/siri_requests-v2.0.xsd at 666:69]
       
      string address = 21;
      Specified by:
      getAddressBytes in interface SubscriptionResponseStructureOrBuilder
      Returns:
      The bytes for address.
    • hasResponderRef

      public boolean hasResponderRef()
       Participant reference that identifies responder.  [siri/siri_requests-v2.0.xsd at 671:82]
       
      .uk.org.siri.www.siri.ParticipantRefStructure responder_ref = 22;
      Specified by:
      hasResponderRef in interface SubscriptionResponseStructureOrBuilder
      Returns:
      Whether the responderRef field is set.
    • getResponderRef

      public ParticipantRefStructure getResponderRef()
       Participant reference that identifies responder.  [siri/siri_requests-v2.0.xsd at 671:82]
       
      .uk.org.siri.www.siri.ParticipantRefStructure responder_ref = 22;
      Specified by:
      getResponderRef in interface SubscriptionResponseStructureOrBuilder
      Returns:
      The responderRef.
    • getResponderRefOrBuilder

      public ParticipantRefStructureOrBuilder getResponderRefOrBuilder()
       Participant reference that identifies responder.  [siri/siri_requests-v2.0.xsd at 671:82]
       
      .uk.org.siri.www.siri.ParticipantRefStructure responder_ref = 22;
      Specified by:
      getResponderRefOrBuilder in interface SubscriptionResponseStructureOrBuilder
    • hasRequestMessageRef

      public boolean hasRequestMessageRef()
       Reference to an arbitrary unique reference associated with the request which gave rise to this response.  [siri/siri_requests-v2.0.xsd at 676:89]
       
      .uk.org.siri.www.siri.MessageQualifierStructure request_message_ref = 23;
      Specified by:
      hasRequestMessageRef in interface SubscriptionResponseStructureOrBuilder
      Returns:
      Whether the requestMessageRef field is set.
    • getRequestMessageRef

      public MessageQualifierStructure getRequestMessageRef()
       Reference to an arbitrary unique reference associated with the request which gave rise to this response.  [siri/siri_requests-v2.0.xsd at 676:89]
       
      .uk.org.siri.www.siri.MessageQualifierStructure request_message_ref = 23;
      Specified by:
      getRequestMessageRef in interface SubscriptionResponseStructureOrBuilder
      Returns:
      The requestMessageRef.
    • getRequestMessageRefOrBuilder

      public MessageQualifierStructureOrBuilder getRequestMessageRefOrBuilder()
       Reference to an arbitrary unique reference associated with the request which gave rise to this response.  [siri/siri_requests-v2.0.xsd at 676:89]
       
      .uk.org.siri.www.siri.MessageQualifierStructure request_message_ref = 23;
      Specified by:
      getRequestMessageRefOrBuilder in interface SubscriptionResponseStructureOrBuilder
    • getDelegatorAddress

      public String getDelegatorAddress()
       Address of original Consumer, i.e. requesting system to which delegating response is to be  returned. +SIRI 2.0  [siri/siri_requests-v2.0.xsd at 215:78]
       
      string delegator_address = 31;
      Specified by:
      getDelegatorAddress in interface SubscriptionResponseStructureOrBuilder
      Returns:
      The delegatorAddress.
    • getDelegatorAddressBytes

      public com.google.protobuf.ByteString getDelegatorAddressBytes()
       Address of original Consumer, i.e. requesting system to which delegating response is to be  returned. +SIRI 2.0  [siri/siri_requests-v2.0.xsd at 215:78]
       
      string delegator_address = 31;
      Specified by:
      getDelegatorAddressBytes in interface SubscriptionResponseStructureOrBuilder
      Returns:
      The bytes for delegatorAddress.
    • hasDelegatorRef

      public boolean hasDelegatorRef()
       Identifier of delegating system that originated message. +SIRI 2.0  [siri/siri_requests-v2.0.xsd at 220:82]
       
      .uk.org.siri.www.siri.ParticipantRefStructure delegator_ref = 32;
      Specified by:
      hasDelegatorRef in interface SubscriptionResponseStructureOrBuilder
      Returns:
      Whether the delegatorRef field is set.
    • getDelegatorRef

      public ParticipantRefStructure getDelegatorRef()
       Identifier of delegating system that originated message. +SIRI 2.0  [siri/siri_requests-v2.0.xsd at 220:82]
       
      .uk.org.siri.www.siri.ParticipantRefStructure delegator_ref = 32;
      Specified by:
      getDelegatorRef in interface SubscriptionResponseStructureOrBuilder
      Returns:
      The delegatorRef.
    • getDelegatorRefOrBuilder

      public ParticipantRefStructureOrBuilder getDelegatorRefOrBuilder()
       Identifier of delegating system that originated message. +SIRI 2.0  [siri/siri_requests-v2.0.xsd at 220:82]
       
      .uk.org.siri.www.siri.ParticipantRefStructure delegator_ref = 32;
      Specified by:
      getDelegatorRefOrBuilder in interface SubscriptionResponseStructureOrBuilder
    • getResponseStatusList

      public List<StatusResponseStructure> getResponseStatusList()
       Contains infromation about the processing of a an individual service subscription - either success info or an error condition. (VDV Acknowledgement).  [siri/siri_common_services-v2.0.xsd at 546:68]
       
      repeated .uk.org.siri.www.siri.StatusResponseStructure response_status = 111;
      Specified by:
      getResponseStatusList in interface SubscriptionResponseStructureOrBuilder
    • getResponseStatusOrBuilderList

      public List<? extends StatusResponseStructureOrBuilder> getResponseStatusOrBuilderList()
       Contains infromation about the processing of a an individual service subscription - either success info or an error condition. (VDV Acknowledgement).  [siri/siri_common_services-v2.0.xsd at 546:68]
       
      repeated .uk.org.siri.www.siri.StatusResponseStructure response_status = 111;
      Specified by:
      getResponseStatusOrBuilderList in interface SubscriptionResponseStructureOrBuilder
    • getResponseStatusCount

      public int getResponseStatusCount()
       Contains infromation about the processing of a an individual service subscription - either success info or an error condition. (VDV Acknowledgement).  [siri/siri_common_services-v2.0.xsd at 546:68]
       
      repeated .uk.org.siri.www.siri.StatusResponseStructure response_status = 111;
      Specified by:
      getResponseStatusCount in interface SubscriptionResponseStructureOrBuilder
    • getResponseStatus

      public StatusResponseStructure getResponseStatus(int index)
       Contains infromation about the processing of a an individual service subscription - either success info or an error condition. (VDV Acknowledgement).  [siri/siri_common_services-v2.0.xsd at 546:68]
       
      repeated .uk.org.siri.www.siri.StatusResponseStructure response_status = 111;
      Specified by:
      getResponseStatus in interface SubscriptionResponseStructureOrBuilder
    • getResponseStatusOrBuilder

      public StatusResponseStructureOrBuilder getResponseStatusOrBuilder(int index)
       Contains infromation about the processing of a an individual service subscription - either success info or an error condition. (VDV Acknowledgement).  [siri/siri_common_services-v2.0.xsd at 546:68]
       
      repeated .uk.org.siri.www.siri.StatusResponseStructure response_status = 111;
      Specified by:
      getResponseStatusOrBuilder in interface SubscriptionResponseStructureOrBuilder
    • getSubscriptionManagerAddress

      public String getSubscriptionManagerAddress()
       Endpoint address of subscription manager if different from that of the Producer or known default.  [siri/siri_common_services-v2.0.xsd at 575:88]
       
      string subscription_manager_address = 112;
      Specified by:
      getSubscriptionManagerAddress in interface SubscriptionResponseStructureOrBuilder
      Returns:
      The subscriptionManagerAddress.
    • getSubscriptionManagerAddressBytes

      public com.google.protobuf.ByteString getSubscriptionManagerAddressBytes()
       Endpoint address of subscription manager if different from that of the Producer or known default.  [siri/siri_common_services-v2.0.xsd at 575:88]
       
      string subscription_manager_address = 112;
      Specified by:
      getSubscriptionManagerAddressBytes in interface SubscriptionResponseStructureOrBuilder
      Returns:
      The bytes for subscriptionManagerAddress.
    • hasServiceStartedTime

      public boolean hasServiceStartedTime()
       Time at which service providing the subscription was last started. Can be used to detect restarts. If absent, unknown.  [siri/siri_common_services-v2.0.xsd at 580:77]
       
      .google.protobuf.Timestamp service_started_time = 113;
      Specified by:
      hasServiceStartedTime in interface SubscriptionResponseStructureOrBuilder
      Returns:
      Whether the serviceStartedTime field is set.
    • getServiceStartedTime

      public com.google.protobuf.Timestamp getServiceStartedTime()
       Time at which service providing the subscription was last started. Can be used to detect restarts. If absent, unknown.  [siri/siri_common_services-v2.0.xsd at 580:77]
       
      .google.protobuf.Timestamp service_started_time = 113;
      Specified by:
      getServiceStartedTime in interface SubscriptionResponseStructureOrBuilder
      Returns:
      The serviceStartedTime.
    • getServiceStartedTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getServiceStartedTimeOrBuilder()
       Time at which service providing the subscription was last started. Can be used to detect restarts. If absent, unknown.  [siri/siri_common_services-v2.0.xsd at 580:77]
       
      .google.protobuf.Timestamp service_started_time = 113;
      Specified by:
      getServiceStartedTimeOrBuilder in interface SubscriptionResponseStructureOrBuilder
    • hasExtensions

      public boolean hasExtensions()
       Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [siri_utility/siri_utility-v1.1.xsd at 64:60]
       
      .uk.org.siri.www.siri.ExtensionsStructure extensions = 114;
      Specified by:
      hasExtensions in interface SubscriptionResponseStructureOrBuilder
      Returns:
      Whether the extensions field is set.
    • getExtensions

      public ExtensionsStructure getExtensions()
       Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [siri_utility/siri_utility-v1.1.xsd at 64:60]
       
      .uk.org.siri.www.siri.ExtensionsStructure extensions = 114;
      Specified by:
      getExtensions in interface SubscriptionResponseStructureOrBuilder
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      public ExtensionsStructureOrBuilder getExtensionsOrBuilder()
       Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [siri_utility/siri_utility-v1.1.xsd at 64:60]
       
      .uk.org.siri.www.siri.ExtensionsStructure extensions = 114;
      Specified by:
      getExtensionsOrBuilder in interface SubscriptionResponseStructureOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static SubscriptionResponseStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SubscriptionResponseStructure parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SubscriptionResponseStructure parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SubscriptionResponseStructure parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SubscriptionResponseStructure parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SubscriptionResponseStructure parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SubscriptionResponseStructure parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SubscriptionResponseStructure parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static SubscriptionResponseStructure parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static SubscriptionResponseStructure parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SubscriptionResponseStructure parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SubscriptionResponseStructure parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public SubscriptionResponseStructure.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static SubscriptionResponseStructure.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected SubscriptionResponseStructure.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static SubscriptionResponseStructure getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<SubscriptionResponseStructure> parser()
    • getParserForType

      public com.google.protobuf.Parser<SubscriptionResponseStructure> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public SubscriptionResponseStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder