Class ServiceDeliveryType.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<ServiceDeliveryType.Builder>
com.google.protobuf.GeneratedMessage.Builder<ServiceDeliveryType.Builder>
uk.org.siri.www.siri.ServiceDeliveryType.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, ServiceDeliveryTypeOrBuilder
Enclosing class:
ServiceDeliveryType

public static final class ServiceDeliveryType.Builder extends com.google.protobuf.GeneratedMessage.Builder<ServiceDeliveryType.Builder> 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
  • 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.Builder<ServiceDeliveryType.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<ServiceDeliveryType.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ServiceDeliveryType.Builder>
    • getDefaultInstanceForType

      public ServiceDeliveryType getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

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

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

      public ServiceDeliveryType.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ServiceDeliveryType.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ServiceDeliveryType.Builder>
    • mergeFrom

      public ServiceDeliveryType.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ServiceDeliveryType.Builder>
      Throws:
      IOException
    • 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.
    • setResponseTimestamp

      public ServiceDeliveryType.Builder setResponseTimestamp(com.google.protobuf.Timestamp value)
       Time individual response element was created.  [siri/siri_request_support-v2.0.xsd at 121:60]
       
      .google.protobuf.Timestamp response_timestamp = 1;
    • setResponseTimestamp

      public ServiceDeliveryType.Builder setResponseTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
       Time individual response element was created.  [siri/siri_request_support-v2.0.xsd at 121:60]
       
      .google.protobuf.Timestamp response_timestamp = 1;
    • mergeResponseTimestamp

      public ServiceDeliveryType.Builder mergeResponseTimestamp(com.google.protobuf.Timestamp value)
       Time individual response element was created.  [siri/siri_request_support-v2.0.xsd at 121:60]
       
      .google.protobuf.Timestamp response_timestamp = 1;
    • clearResponseTimestamp

      public ServiceDeliveryType.Builder clearResponseTimestamp()
       Time individual response element was created.  [siri/siri_request_support-v2.0.xsd at 121:60]
       
      .google.protobuf.Timestamp response_timestamp = 1;
    • getResponseTimestampBuilder

      public com.google.protobuf.Timestamp.Builder getResponseTimestampBuilder()
       Time individual response element was created.  [siri/siri_request_support-v2.0.xsd at 121:60]
       
      .google.protobuf.Timestamp response_timestamp = 1;
    • 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.
    • setProducerRef

       Unique identifier of Producer - Participant reference.  [siri/siri_requests-v2.0.xsd at 707:81]
       
      .uk.org.siri.www.siri.ParticipantRefStructure producer_ref = 21;
    • setProducerRef

      public ServiceDeliveryType.Builder setProducerRef(ParticipantRefStructure.Builder builderForValue)
       Unique identifier of Producer - Participant reference.  [siri/siri_requests-v2.0.xsd at 707:81]
       
      .uk.org.siri.www.siri.ParticipantRefStructure producer_ref = 21;
    • mergeProducerRef

      public ServiceDeliveryType.Builder mergeProducerRef(ParticipantRefStructure value)
       Unique identifier of Producer - Participant reference.  [siri/siri_requests-v2.0.xsd at 707:81]
       
      .uk.org.siri.www.siri.ParticipantRefStructure producer_ref = 21;
    • clearProducerRef

      public ServiceDeliveryType.Builder clearProducerRef()
       Unique identifier of Producer - Participant reference.  [siri/siri_requests-v2.0.xsd at 707:81]
       
      .uk.org.siri.www.siri.ParticipantRefStructure producer_ref = 21;
    • getProducerRefBuilder

      public ParticipantRefStructure.Builder getProducerRefBuilder()
       Unique identifier of Producer - Participant reference.  [siri/siri_requests-v2.0.xsd at 707:81]
       
      .uk.org.siri.www.siri.ParticipantRefStructure producer_ref = 21;
    • 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.
    • setAddress

      public ServiceDeliveryType.Builder setAddress(String value)
       Endpoint Address to which acknowledgements to confirm delivery are to be sent.  [siri/siri_requests-v2.0.xsd at 712:69]
       
      string address = 22;
      Parameters:
      value - The address to set.
      Returns:
      This builder for chaining.
    • clearAddress

      public ServiceDeliveryType.Builder clearAddress()
       Endpoint Address to which acknowledgements to confirm delivery are to be sent.  [siri/siri_requests-v2.0.xsd at 712:69]
       
      string address = 22;
      Returns:
      This builder for chaining.
    • setAddressBytes

      public ServiceDeliveryType.Builder setAddressBytes(com.google.protobuf.ByteString value)
       Endpoint Address to which acknowledgements to confirm delivery are to be sent.  [siri/siri_requests-v2.0.xsd at 712:69]
       
      string address = 22;
      Parameters:
      value - The bytes for address to set.
      Returns:
      This builder for chaining.
    • 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.
    • setResponseMessageIdentifier

      public ServiceDeliveryType.Builder setResponseMessageIdentifier(MessageQualifierStructure value)
       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;
    • setResponseMessageIdentifier

      public ServiceDeliveryType.Builder setResponseMessageIdentifier(MessageQualifierStructure.Builder builderForValue)
       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;
    • mergeResponseMessageIdentifier

      public ServiceDeliveryType.Builder mergeResponseMessageIdentifier(MessageQualifierStructure value)
       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;
    • clearResponseMessageIdentifier

      public ServiceDeliveryType.Builder clearResponseMessageIdentifier()
       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;
    • getResponseMessageIdentifierBuilder

      public MessageQualifierStructure.Builder getResponseMessageIdentifierBuilder()
       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;
    • 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.
    • setRequestMessageRef

      public ServiceDeliveryType.Builder setRequestMessageRef(MessageRefStructure value)
       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;
    • setRequestMessageRef

      public ServiceDeliveryType.Builder setRequestMessageRef(MessageRefStructure.Builder builderForValue)
       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;
    • mergeRequestMessageRef

      public ServiceDeliveryType.Builder mergeRequestMessageRef(MessageRefStructure value)
       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;
    • clearRequestMessageRef

      public ServiceDeliveryType.Builder clearRequestMessageRef()
       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;
    • getRequestMessageRefBuilder

      public MessageRefStructure.Builder getRequestMessageRefBuilder()
       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;
    • 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.
    • setDelegatorAddress

      public ServiceDeliveryType.Builder setDelegatorAddress(String value)
       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;
      Parameters:
      value - The delegatorAddress to set.
      Returns:
      This builder for chaining.
    • clearDelegatorAddress

      public ServiceDeliveryType.Builder clearDelegatorAddress()
       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;
      Returns:
      This builder for chaining.
    • setDelegatorAddressBytes

      public ServiceDeliveryType.Builder setDelegatorAddressBytes(com.google.protobuf.ByteString value)
       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;
      Parameters:
      value - The bytes for delegatorAddress to set.
      Returns:
      This builder for chaining.
    • 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.
    • setDelegatorRef

      public ServiceDeliveryType.Builder setDelegatorRef(ParticipantRefStructure value)
       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;
    • setDelegatorRef

      public ServiceDeliveryType.Builder setDelegatorRef(ParticipantRefStructure.Builder builderForValue)
       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;
    • mergeDelegatorRef

      public ServiceDeliveryType.Builder mergeDelegatorRef(ParticipantRefStructure value)
       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;
    • clearDelegatorRef

      public ServiceDeliveryType.Builder clearDelegatorRef()
       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;
    • getDelegatorRefBuilder

      public ParticipantRefStructure.Builder getDelegatorRefBuilder()
       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;
    • 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.
    • setSrsName

      public ServiceDeliveryType.Builder setSrsName(String value)
       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) = { ... }
      Parameters:
      value - The srsName to set.
      Returns:
      This builder for chaining.
    • clearSrsName

      public ServiceDeliveryType.Builder clearSrsName()
       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) = { ... }
      Returns:
      This builder for chaining.
    • setSrsNameBytes

      public ServiceDeliveryType.Builder setSrsNameBytes(com.google.protobuf.ByteString value)
       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) = { ... }
      Parameters:
      value - The bytes for srsName to set.
      Returns:
      This builder for chaining.
    • 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.
    • setStatus

      public ServiceDeliveryType.Builder setStatus(boolean value)
       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;
      Parameters:
      value - The status to set.
      Returns:
      This builder for chaining.
    • clearStatus

      public ServiceDeliveryType.Builder clearStatus()
       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;
      Returns:
      This builder for chaining.
    • 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.
    • setErrorCondition

       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;
    • setErrorCondition

       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;
    • mergeErrorCondition

       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;
    • clearErrorCondition

      public ServiceDeliveryType.Builder clearErrorCondition()
       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;
    • getErrorConditionBuilder

      public ServiceDeliveryType.ErrorConditionType.Builder getErrorConditionBuilder()
       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;
    • 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.
    • setMoreData

      public ServiceDeliveryType.Builder setMoreData(boolean value)
       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;
      Parameters:
      value - The moreData to set.
      Returns:
      This builder for chaining.
    • clearMoreData

      public ServiceDeliveryType.Builder clearMoreData()
       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;
      Returns:
      This builder for chaining.
    • 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
    • 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
    • setAbstractFunctionalServiceDelivery

      public ServiceDeliveryType.Builder setAbstractFunctionalServiceDelivery(int index, ChoiceWrapper_AbstractServiceDeliveryStructure value)
       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;
    • setAbstractFunctionalServiceDelivery

      public ServiceDeliveryType.Builder setAbstractFunctionalServiceDelivery(int index, ChoiceWrapper_AbstractServiceDeliveryStructure.Builder builderForValue)
       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;
    • addAbstractFunctionalServiceDelivery

      public ServiceDeliveryType.Builder addAbstractFunctionalServiceDelivery(ChoiceWrapper_AbstractServiceDeliveryStructure value)
       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;
    • addAbstractFunctionalServiceDelivery

      public ServiceDeliveryType.Builder addAbstractFunctionalServiceDelivery(int index, ChoiceWrapper_AbstractServiceDeliveryStructure value)
       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;
    • addAbstractFunctionalServiceDelivery

      public ServiceDeliveryType.Builder addAbstractFunctionalServiceDelivery(ChoiceWrapper_AbstractServiceDeliveryStructure.Builder builderForValue)
       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;
    • addAbstractFunctionalServiceDelivery

      public ServiceDeliveryType.Builder addAbstractFunctionalServiceDelivery(int index, ChoiceWrapper_AbstractServiceDeliveryStructure.Builder builderForValue)
       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;
    • addAllAbstractFunctionalServiceDelivery

      public ServiceDeliveryType.Builder addAllAbstractFunctionalServiceDelivery(Iterable<? extends ChoiceWrapper_AbstractServiceDeliveryStructure> values)
       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;
    • clearAbstractFunctionalServiceDelivery

      public ServiceDeliveryType.Builder clearAbstractFunctionalServiceDelivery()
       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;
    • removeAbstractFunctionalServiceDelivery

      public ServiceDeliveryType.Builder removeAbstractFunctionalServiceDelivery(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;
    • getAbstractFunctionalServiceDeliveryBuilder

      public ChoiceWrapper_AbstractServiceDeliveryStructure.Builder getAbstractFunctionalServiceDeliveryBuilder(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;
    • 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
    • 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
    • addAbstractFunctionalServiceDeliveryBuilder

      public ChoiceWrapper_AbstractServiceDeliveryStructure.Builder addAbstractFunctionalServiceDeliveryBuilder()
       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;
    • addAbstractFunctionalServiceDeliveryBuilder

      public ChoiceWrapper_AbstractServiceDeliveryStructure.Builder addAbstractFunctionalServiceDeliveryBuilder(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;
    • getAbstractFunctionalServiceDeliveryBuilderList

      public List<ChoiceWrapper_AbstractServiceDeliveryStructure.Builder> getAbstractFunctionalServiceDeliveryBuilderList()
       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;