Class SubscriptionResponseBodyStructure

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

public final class SubscriptionResponseBodyStructure extends com.google.protobuf.GeneratedMessage implements SubscriptionResponseBodyStructureOrBuilder
 Type for Body of Subscription Response. Used in WSDL.  [siri/siri_common_services-v2.0.xsd at 865:60]
 
Protobuf type uk.org.siri.www.siri.SubscriptionResponseBodyStructure
See Also:
  • Field Details

    • 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:
  • 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
    • 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 = 1;
      Specified by:
      getResponseStatusList in interface SubscriptionResponseBodyStructureOrBuilder
    • 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 = 1;
      Specified by:
      getResponseStatusOrBuilderList in interface SubscriptionResponseBodyStructureOrBuilder
    • 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 = 1;
      Specified by:
      getResponseStatusCount in interface SubscriptionResponseBodyStructureOrBuilder
    • 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 = 1;
      Specified by:
      getResponseStatus in interface SubscriptionResponseBodyStructureOrBuilder
    • 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 = 1;
      Specified by:
      getResponseStatusOrBuilder in interface SubscriptionResponseBodyStructureOrBuilder
    • 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 871:88]
       
      string subscription_manager_address = 2;
      Specified by:
      getSubscriptionManagerAddress in interface SubscriptionResponseBodyStructureOrBuilder
      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 871:88]
       
      string subscription_manager_address = 2;
      Specified by:
      getSubscriptionManagerAddressBytes in interface SubscriptionResponseBodyStructureOrBuilder
      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 876:77]
       
      .google.protobuf.Timestamp service_started_time = 3;
      Specified by:
      hasServiceStartedTime in interface SubscriptionResponseBodyStructureOrBuilder
      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 876:77]
       
      .google.protobuf.Timestamp service_started_time = 3;
      Specified by:
      getServiceStartedTime in interface SubscriptionResponseBodyStructureOrBuilder
      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 876:77]
       
      .google.protobuf.Timestamp service_started_time = 3;
      Specified by:
      getServiceStartedTimeOrBuilder in interface SubscriptionResponseBodyStructureOrBuilder
    • 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 SubscriptionResponseBodyStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static SubscriptionResponseBodyStructure.Builder newBuilder()
    • newBuilder

    • toBuilder

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

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

      public static SubscriptionResponseBodyStructure getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<SubscriptionResponseBodyStructure> 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 SubscriptionResponseBodyStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder