Class ServiceRequestStructure

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

@Generated public final class ServiceRequestStructure extends com.google.protobuf.GeneratedMessage implements ServiceRequestStructureOrBuilder
 SIRI Service Request.  [siri/siri_base-v2.0.xsd at 135:50]
 
Protobuf type uk.org.siri.www.siri.ServiceRequestStructure
See Also:
  • Field Details

    • SERVICE_REQUEST_CONTEXT_FIELD_NUMBER

      public static final int SERVICE_REQUEST_CONTEXT_FIELD_NUMBER
      See Also:
    • REQUEST_TIMESTAMP_FIELD_NUMBER

      public static final int REQUEST_TIMESTAMP_FIELD_NUMBER
      See Also:
    • ACCOUNT_ID_FIELD_NUMBER

      public static final int ACCOUNT_ID_FIELD_NUMBER
      See Also:
    • ACCOUNT_KEY_FIELD_NUMBER

      public static final int ACCOUNT_KEY_FIELD_NUMBER
      See Also:
    • ADDRESS_FIELD_NUMBER

      public static final int ADDRESS_FIELD_NUMBER
      See Also:
    • REQUESTOR_REF_FIELD_NUMBER

      public static final int REQUESTOR_REF_FIELD_NUMBER
      See Also:
    • MESSAGE_IDENTIFIER_FIELD_NUMBER

      public static final int MESSAGE_IDENTIFIER_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
    • hasServiceRequestContext

      public boolean hasServiceRequestContext()
       General request properties - typically configured rather than repeated on request.  [siri/siri_common_services-v2.0.xsd at 132:98]
       
      .uk.org.siri.www.siri.ServiceRequestContextStructure service_request_context = 1;
      Specified by:
      hasServiceRequestContext in interface ServiceRequestStructureOrBuilder
      Returns:
      Whether the serviceRequestContext field is set.
    • getServiceRequestContext

      public ServiceRequestContextStructure getServiceRequestContext()
       General request properties - typically configured rather than repeated on request.  [siri/siri_common_services-v2.0.xsd at 132:98]
       
      .uk.org.siri.www.siri.ServiceRequestContextStructure service_request_context = 1;
      Specified by:
      getServiceRequestContext in interface ServiceRequestStructureOrBuilder
      Returns:
      The serviceRequestContext.
    • getServiceRequestContextOrBuilder

      public ServiceRequestContextStructureOrBuilder getServiceRequestContextOrBuilder()
       General request properties - typically configured rather than repeated on request.  [siri/siri_common_services-v2.0.xsd at 132:98]
       
      .uk.org.siri.www.siri.ServiceRequestContextStructure service_request_context = 1;
      Specified by:
      getServiceRequestContextOrBuilder in interface ServiceRequestStructureOrBuilder
    • hasRequestTimestamp

      public boolean hasRequestTimestamp()
       Timestamp on request.  [siri/siri_request_support-v2.0.xsd at 105:59]
       
      .google.protobuf.Timestamp request_timestamp = 2;
      Specified by:
      hasRequestTimestamp in interface ServiceRequestStructureOrBuilder
      Returns:
      Whether the requestTimestamp field is set.
    • getRequestTimestamp

      public com.google.protobuf.Timestamp getRequestTimestamp()
       Timestamp on request.  [siri/siri_request_support-v2.0.xsd at 105:59]
       
      .google.protobuf.Timestamp request_timestamp = 2;
      Specified by:
      getRequestTimestamp in interface ServiceRequestStructureOrBuilder
      Returns:
      The requestTimestamp.
    • getRequestTimestampOrBuilder

      public com.google.protobuf.TimestampOrBuilder getRequestTimestampOrBuilder()
       Timestamp on request.  [siri/siri_request_support-v2.0.xsd at 105:59]
       
      .google.protobuf.Timestamp request_timestamp = 2;
      Specified by:
      getRequestTimestampOrBuilder in interface ServiceRequestStructureOrBuilder
    • getAccountId

      public String getAccountId()
       Account Identifier. May be used to attribute requests to a particular application provider and authentication key. The account  may be common to all users of an application, or to an individual user. Note that to identify an individual user the  RequestorRef can be used with an anonymised token.  .     +SIRI v2.0  [siri/siri_requests-v2.0.xsd at 162:67]
       
      string account_id = 3;
      Specified by:
      getAccountId in interface ServiceRequestStructureOrBuilder
      Returns:
      The accountId.
    • getAccountIdBytes

      public com.google.protobuf.ByteString getAccountIdBytes()
       Account Identifier. May be used to attribute requests to a particular application provider and authentication key. The account  may be common to all users of an application, or to an individual user. Note that to identify an individual user the  RequestorRef can be used with an anonymised token.  .     +SIRI v2.0  [siri/siri_requests-v2.0.xsd at 162:67]
       
      string account_id = 3;
      Specified by:
      getAccountIdBytes in interface ServiceRequestStructureOrBuilder
      Returns:
      The bytes for accountId.
    • getAccountKey

      public String getAccountKey()
       Authentication key for request. May be used to authenticate requests from a particular account. +SIRI v2.0  [siri/siri_requests-v2.0.xsd at 167:77]
       
      string account_key = 4;
      Specified by:
      getAccountKey in interface ServiceRequestStructureOrBuilder
      Returns:
      The accountKey.
    • getAccountKeyBytes

      public com.google.protobuf.ByteString getAccountKeyBytes()
       Authentication key for request. May be used to authenticate requests from a particular account. +SIRI v2.0  [siri/siri_requests-v2.0.xsd at 167:77]
       
      string account_key = 4;
      Specified by:
      getAccountKeyBytes in interface ServiceRequestStructureOrBuilder
      Returns:
      The bytes for accountKey.
    • getAddress

      public String getAddress()
       Address to which response is to be sent. This may also be determined from RequestorRef and preconfigured data.  [siri/siri_requests-v2.0.xsd at 197:69]
       
      string address = 11;
      Specified by:
      getAddress in interface ServiceRequestStructureOrBuilder
      Returns:
      The address.
    • getAddressBytes

      public com.google.protobuf.ByteString getAddressBytes()
       Address to which response is to be sent. This may also be determined from RequestorRef and preconfigured data.  [siri/siri_requests-v2.0.xsd at 197:69]
       
      string address = 11;
      Specified by:
      getAddressBytes in interface ServiceRequestStructureOrBuilder
      Returns:
      The bytes for address.
    • hasRequestorRef

      public boolean hasRequestorRef()
       Reference to a requestor - Participant Code.  [siri/siri_request_support-v2.0.xsd at 110:66]
       
      .uk.org.siri.www.siri.ParticipantRefStructure requestor_ref = 12;
      Specified by:
      hasRequestorRef in interface ServiceRequestStructureOrBuilder
      Returns:
      Whether the requestorRef field is set.
    • getRequestorRef

      public ParticipantRefStructure getRequestorRef()
       Reference to a requestor - Participant Code.  [siri/siri_request_support-v2.0.xsd at 110:66]
       
      .uk.org.siri.www.siri.ParticipantRefStructure requestor_ref = 12;
      Specified by:
      getRequestorRef in interface ServiceRequestStructureOrBuilder
      Returns:
      The requestorRef.
    • getRequestorRefOrBuilder

      public ParticipantRefStructureOrBuilder getRequestorRefOrBuilder()
       Reference to a requestor - Participant Code.  [siri/siri_request_support-v2.0.xsd at 110:66]
       
      .uk.org.siri.www.siri.ParticipantRefStructure requestor_ref = 12;
      Specified by:
      getRequestorRefOrBuilder in interface ServiceRequestStructureOrBuilder
    • hasMessageIdentifier

      public boolean hasMessageIdentifier()
       Arbitrary unique identifier that can be used to reference this message in subsequent interactions.  [siri/siri_requests-v2.0.xsd at 203:89]
       
      .uk.org.siri.www.siri.MessageQualifierStructure message_identifier = 13;
      Specified by:
      hasMessageIdentifier in interface ServiceRequestStructureOrBuilder
      Returns:
      Whether the messageIdentifier field is set.
    • getMessageIdentifier

      public MessageQualifierStructure getMessageIdentifier()
       Arbitrary unique identifier that can be used to reference this message in subsequent interactions.  [siri/siri_requests-v2.0.xsd at 203:89]
       
      .uk.org.siri.www.siri.MessageQualifierStructure message_identifier = 13;
      Specified by:
      getMessageIdentifier in interface ServiceRequestStructureOrBuilder
      Returns:
      The messageIdentifier.
    • getMessageIdentifierOrBuilder

      public MessageQualifierStructureOrBuilder getMessageIdentifierOrBuilder()
       Arbitrary unique identifier that can be used to reference this message in subsequent interactions.  [siri/siri_requests-v2.0.xsd at 203:89]
       
      .uk.org.siri.www.siri.MessageQualifierStructure message_identifier = 13;
      Specified by:
      getMessageIdentifierOrBuilder in interface ServiceRequestStructureOrBuilder
    • 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 = 21;
      Specified by:
      getDelegatorAddress in interface ServiceRequestStructureOrBuilder
      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 = 21;
      Specified by:
      getDelegatorAddressBytes in interface ServiceRequestStructureOrBuilder
      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 = 22;
      Specified by:
      hasDelegatorRef in interface ServiceRequestStructureOrBuilder
      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 = 22;
      Specified by:
      getDelegatorRef in interface ServiceRequestStructureOrBuilder
      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 = 22;
      Specified by:
      getDelegatorRefOrBuilder in interface ServiceRequestStructureOrBuilder
    • 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 ServiceRequestStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static ServiceRequestStructure.Builder newBuilder()
    • newBuilder

      public static ServiceRequestStructure.Builder newBuilder(ServiceRequestStructure prototype)
    • toBuilder

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

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

      public static ServiceRequestStructure getDefaultInstance()
    • parser

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

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