Class ServiceDeliveryType

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

@Generated public final class ServiceDeliveryType extends com.google.protobuf.GeneratedMessage implements ServiceDeliveryTypeOrBuilder
 Response from Producer to Consumer to deliver payload data. Either answers a direct ServiceRequest, or asynchronously satisfies a subscription. May be sent directly in one step, or fetched in response to a DataSupply Request.  [siri/siri_base-v2.0.xsd at 199:75]
 
Protobuf type uk.org.siri.www.siri.ServiceDeliveryType
See Also:
  • Field Details

    • RESPONSE_TIMESTAMP_FIELD_NUMBER

      public static final int RESPONSE_TIMESTAMP_FIELD_NUMBER
      See Also:
    • PRODUCER_REF_FIELD_NUMBER

      public static final int PRODUCER_REF_FIELD_NUMBER
      See Also:
    • ADDRESS_FIELD_NUMBER

      public static final int ADDRESS_FIELD_NUMBER
      See Also:
    • RESPONSE_MESSAGE_IDENTIFIER_FIELD_NUMBER

      public static final int RESPONSE_MESSAGE_IDENTIFIER_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:
    • SRS_NAME_FIELD_NUMBER

      public static final int SRS_NAME_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • ERROR_CONDITION_FIELD_NUMBER

      public static final int ERROR_CONDITION_FIELD_NUMBER
      See Also:
    • MORE_DATA_FIELD_NUMBER

      public static final int MORE_DATA_FIELD_NUMBER
      See Also:
    • ABSTRACT_FUNCTIONAL_SERVICE_DELIVERY_FIELD_NUMBER

      public static final int ABSTRACT_FUNCTIONAL_SERVICE_DELIVERY_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 ServiceDeliveryTypeOrBuilder
      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 ServiceDeliveryTypeOrBuilder
      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 ServiceDeliveryTypeOrBuilder
    • hasProducerRef

      public boolean hasProducerRef()
       Unique identifier of Producer - Participant reference.  [siri/siri_requests-v2.0.xsd at 707:81]
       
      .uk.org.siri.www.siri.ParticipantRefStructure producer_ref = 21;
      Specified by:
      hasProducerRef in interface ServiceDeliveryTypeOrBuilder
      Returns:
      Whether the producerRef field is set.
    • getProducerRef

      public ParticipantRefStructure getProducerRef()
       Unique identifier of Producer - Participant reference.  [siri/siri_requests-v2.0.xsd at 707:81]
       
      .uk.org.siri.www.siri.ParticipantRefStructure producer_ref = 21;
      Specified by:
      getProducerRef in interface ServiceDeliveryTypeOrBuilder
      Returns:
      The producerRef.
    • getProducerRefOrBuilder

      public ParticipantRefStructureOrBuilder getProducerRefOrBuilder()
       Unique identifier of Producer - Participant reference.  [siri/siri_requests-v2.0.xsd at 707:81]
       
      .uk.org.siri.www.siri.ParticipantRefStructure producer_ref = 21;
      Specified by:
      getProducerRefOrBuilder in interface ServiceDeliveryTypeOrBuilder
    • getAddress

      public String getAddress()
       Endpoint Address to which acknowledgements to confirm delivery are to be sent.  [siri/siri_requests-v2.0.xsd at 712:69]
       
      string address = 22;
      Specified by:
      getAddress in interface ServiceDeliveryTypeOrBuilder
      Returns:
      The address.
    • getAddressBytes

      public com.google.protobuf.ByteString getAddressBytes()
       Endpoint Address to which acknowledgements to confirm delivery are to be sent.  [siri/siri_requests-v2.0.xsd at 712:69]
       
      string address = 22;
      Specified by:
      getAddressBytes in interface ServiceDeliveryTypeOrBuilder
      Returns:
      The bytes for address.
    • hasResponseMessageIdentifier

      public boolean hasResponseMessageIdentifier()
       An arbitrary unique reference associated with the response which may be used to reference it.  [siri/siri_requests-v2.0.xsd at 717:97]
       
      .uk.org.siri.www.siri.MessageQualifierStructure response_message_identifier = 23;
      Specified by:
      hasResponseMessageIdentifier in interface ServiceDeliveryTypeOrBuilder
      Returns:
      Whether the responseMessageIdentifier field is set.
    • getResponseMessageIdentifier

      public MessageQualifierStructure getResponseMessageIdentifier()
       An arbitrary unique reference associated with the response which may be used to reference it.  [siri/siri_requests-v2.0.xsd at 717:97]
       
      .uk.org.siri.www.siri.MessageQualifierStructure response_message_identifier = 23;
      Specified by:
      getResponseMessageIdentifier in interface ServiceDeliveryTypeOrBuilder
      Returns:
      The responseMessageIdentifier.
    • getResponseMessageIdentifierOrBuilder

      public MessageQualifierStructureOrBuilder getResponseMessageIdentifierOrBuilder()
       An arbitrary unique reference associated with the response which may be used to reference it.  [siri/siri_requests-v2.0.xsd at 717:97]
       
      .uk.org.siri.www.siri.MessageQualifierStructure response_message_identifier = 23;
      Specified by:
      getResponseMessageIdentifierOrBuilder in interface ServiceDeliveryTypeOrBuilder
    • hasRequestMessageRef

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

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

      public MessageRefStructureOrBuilder getRequestMessageRefOrBuilder()
       Reference to an arbitrary unique identifier associated with the request which gave rise to this response.  [siri/siri_requests-v2.0.xsd at 722:83]
       
      .uk.org.siri.www.siri.MessageRefStructure request_message_ref = 24;
      Specified by:
      getRequestMessageRefOrBuilder in interface ServiceDeliveryTypeOrBuilder
    • 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 ServiceDeliveryTypeOrBuilder
      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 ServiceDeliveryTypeOrBuilder
      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 ServiceDeliveryTypeOrBuilder
      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 ServiceDeliveryTypeOrBuilder
      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 ServiceDeliveryTypeOrBuilder
    • getSrsName

      public String getSrsName()
       Default gml coordinate format for eny location elements in response; applies if Coordinates element is used to specify points. May be overridden on individual points.  [siri/siri_base-v2.0.xsd at 218:54]
       
      string srs_name = 61 [(.buf.validate.field) = { ... }
      Specified by:
      getSrsName in interface ServiceDeliveryTypeOrBuilder
      Returns:
      The srsName.
    • getSrsNameBytes

      public com.google.protobuf.ByteString getSrsNameBytes()
       Default gml coordinate format for eny location elements in response; applies if Coordinates element is used to specify points. May be overridden on individual points.  [siri/siri_base-v2.0.xsd at 218:54]
       
      string srs_name = 61 [(.buf.validate.field) = { ... }
      Specified by:
      getSrsNameBytes in interface ServiceDeliveryTypeOrBuilder
      Returns:
      The bytes for srsName.
    • getStatus

      public boolean getStatus()
       Whether the complerte request could be processed successfully or not. Default is 'true'. If any of the individual requests within the delivery failed, should be set to ' false'.  [siri/siri_requests-v2.0.xsd at 364:79]
       
      bool status = 111;
      Specified by:
      getStatus in interface ServiceDeliveryTypeOrBuilder
      Returns:
      The status.
    • hasErrorCondition

      public boolean hasErrorCondition()
       Description of any error or warning conditions that appluy to the overall request. More Specific error conditions should be included on each request that fails.  [siri/siri_requests-v2.0.xsd at 369:53]
       
      .uk.org.siri.www.siri.ServiceDeliveryType.ErrorConditionType error_condition = 112;
      Specified by:
      hasErrorCondition in interface ServiceDeliveryTypeOrBuilder
      Returns:
      Whether the errorCondition field is set.
    • getErrorCondition

      public ServiceDeliveryType.ErrorConditionType getErrorCondition()
       Description of any error or warning conditions that appluy to the overall request. More Specific error conditions should be included on each request that fails.  [siri/siri_requests-v2.0.xsd at 369:53]
       
      .uk.org.siri.www.siri.ServiceDeliveryType.ErrorConditionType error_condition = 112;
      Specified by:
      getErrorCondition in interface ServiceDeliveryTypeOrBuilder
      Returns:
      The errorCondition.
    • getErrorConditionOrBuilder

      public ServiceDeliveryType.ErrorConditionTypeOrBuilder getErrorConditionOrBuilder()
       Description of any error or warning conditions that appluy to the overall request. More Specific error conditions should be included on each request that fails.  [siri/siri_requests-v2.0.xsd at 369:53]
       
      .uk.org.siri.www.siri.ServiceDeliveryType.ErrorConditionType error_condition = 112;
      Specified by:
      getErrorConditionOrBuilder in interface ServiceDeliveryTypeOrBuilder
    • getMoreData

      public boolean getMoreData()
       Whether there is a further delvery message with more current updates that follows this one. Default is 'false'.  [siri/siri_base-v2.0.xsd at 245:82]
       
      bool more_data = 121;
      Specified by:
      getMoreData in interface ServiceDeliveryTypeOrBuilder
      Returns:
      The moreData.
    • getAbstractFunctionalServiceDeliveryList

      public List<ChoiceWrapper_AbstractServiceDeliveryStructure> getAbstractFunctionalServiceDeliveryList()
       Subsititutable type for a SIRI Functional Service Deivery.  [siri/siri_requests-v2.0.xsd at 434:149]
       
      repeated .uk.org.siri.www.siri.ChoiceWrapper_AbstractServiceDeliveryStructure abstract_functional_service_delivery = 122;
      Specified by:
      getAbstractFunctionalServiceDeliveryList in interface ServiceDeliveryTypeOrBuilder
    • getAbstractFunctionalServiceDeliveryOrBuilderList

      public List<? extends ChoiceWrapper_AbstractServiceDeliveryStructureOrBuilder> getAbstractFunctionalServiceDeliveryOrBuilderList()
       Subsititutable type for a SIRI Functional Service Deivery.  [siri/siri_requests-v2.0.xsd at 434:149]
       
      repeated .uk.org.siri.www.siri.ChoiceWrapper_AbstractServiceDeliveryStructure abstract_functional_service_delivery = 122;
      Specified by:
      getAbstractFunctionalServiceDeliveryOrBuilderList in interface ServiceDeliveryTypeOrBuilder
    • getAbstractFunctionalServiceDeliveryCount

      public int getAbstractFunctionalServiceDeliveryCount()
       Subsititutable type for a SIRI Functional Service Deivery.  [siri/siri_requests-v2.0.xsd at 434:149]
       
      repeated .uk.org.siri.www.siri.ChoiceWrapper_AbstractServiceDeliveryStructure abstract_functional_service_delivery = 122;
      Specified by:
      getAbstractFunctionalServiceDeliveryCount in interface ServiceDeliveryTypeOrBuilder
    • getAbstractFunctionalServiceDelivery

      public ChoiceWrapper_AbstractServiceDeliveryStructure getAbstractFunctionalServiceDelivery(int index)
       Subsititutable type for a SIRI Functional Service Deivery.  [siri/siri_requests-v2.0.xsd at 434:149]
       
      repeated .uk.org.siri.www.siri.ChoiceWrapper_AbstractServiceDeliveryStructure abstract_functional_service_delivery = 122;
      Specified by:
      getAbstractFunctionalServiceDelivery in interface ServiceDeliveryTypeOrBuilder
    • getAbstractFunctionalServiceDeliveryOrBuilder

      public ChoiceWrapper_AbstractServiceDeliveryStructureOrBuilder getAbstractFunctionalServiceDeliveryOrBuilder(int index)
       Subsititutable type for a SIRI Functional Service Deivery.  [siri/siri_requests-v2.0.xsd at 434:149]
       
      repeated .uk.org.siri.www.siri.ChoiceWrapper_AbstractServiceDeliveryStructure abstract_functional_service_delivery = 122;
      Specified by:
      getAbstractFunctionalServiceDeliveryOrBuilder in interface ServiceDeliveryTypeOrBuilder
    • 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 ServiceDeliveryType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static ServiceDeliveryType.Builder newBuilder()
    • newBuilder

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

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

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

      public static ServiceDeliveryType getDefaultInstance()
    • parser

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

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