Class ConsumerResponseEndpointStructure

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

public final class ConsumerResponseEndpointStructure extends com.google.protobuf.GeneratedMessage implements ConsumerResponseEndpointStructureOrBuilder
 Type for Unique reference to this response created by Consumer. May be used to reference the request in subsequent interactions. Used by WSDL.  [siri/siri_requests-v2.0.xsd at 603:60]
 
Protobuf type uk.org.siri.www.siri.ConsumerResponseEndpointStructure
See Also:
  • Field Details

    • RESPONSE_TIMESTAMP_FIELD_NUMBER

      public static final int RESPONSE_TIMESTAMP_FIELD_NUMBER
      See Also:
    • CONSUMER_REF_FIELD_NUMBER

      public static final int CONSUMER_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:
  • 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 ConsumerResponseEndpointStructureOrBuilder
      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 ConsumerResponseEndpointStructureOrBuilder
      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 ConsumerResponseEndpointStructureOrBuilder
    • hasConsumerRef

      public boolean hasConsumerRef()
       Unique identifier of Consumer - a Participant reference.  [siri/siri_requests-v2.0.xsd at 591:81]
       
      .uk.org.siri.www.siri.ParticipantRefStructure consumer_ref = 21;
      Specified by:
      hasConsumerRef in interface ConsumerResponseEndpointStructureOrBuilder
      Returns:
      Whether the consumerRef field is set.
    • getConsumerRef

      public ParticipantRefStructure getConsumerRef()
       Unique identifier of Consumer - a Participant reference.  [siri/siri_requests-v2.0.xsd at 591:81]
       
      .uk.org.siri.www.siri.ParticipantRefStructure consumer_ref = 21;
      Specified by:
      getConsumerRef in interface ConsumerResponseEndpointStructureOrBuilder
      Returns:
      The consumerRef.
    • getConsumerRefOrBuilder

      public ParticipantRefStructureOrBuilder getConsumerRefOrBuilder()
       Unique identifier of Consumer - a Participant reference.  [siri/siri_requests-v2.0.xsd at 591:81]
       
      .uk.org.siri.www.siri.ParticipantRefStructure consumer_ref = 21;
      Specified by:
      getConsumerRefOrBuilder in interface ConsumerResponseEndpointStructureOrBuilder
    • hasRequestMessageRef

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

      public MessageRefStructure getRequestMessageRef()
       Reference to an arbitrary unique idenitifer associated with the request which gave rise to this response.  [siri/siri_requests-v2.0.xsd at 596:83]
       
      .uk.org.siri.www.siri.MessageRefStructure request_message_ref = 22;
      Specified by:
      getRequestMessageRef in interface ConsumerResponseEndpointStructureOrBuilder
      Returns:
      The requestMessageRef.
    • getRequestMessageRefOrBuilder

      public MessageRefStructureOrBuilder getRequestMessageRefOrBuilder()
       Reference to an arbitrary unique idenitifer associated with the request which gave rise to this response.  [siri/siri_requests-v2.0.xsd at 596:83]
       
      .uk.org.siri.www.siri.MessageRefStructure request_message_ref = 22;
      Specified by:
      getRequestMessageRefOrBuilder in interface ConsumerResponseEndpointStructureOrBuilder
    • 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 ConsumerResponseEndpointStructureOrBuilder
      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 ConsumerResponseEndpointStructureOrBuilder
      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 ConsumerResponseEndpointStructureOrBuilder
      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 ConsumerResponseEndpointStructureOrBuilder
      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 ConsumerResponseEndpointStructureOrBuilder
    • 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 ConsumerResponseEndpointStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static ConsumerResponseEndpointStructure.Builder newBuilder()
    • newBuilder

    • toBuilder

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

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

      public static ConsumerResponseEndpointStructure getDefaultInstance()
    • parser

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

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