Class ProducerResponseStructure.Builder

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

public static final class ProducerResponseStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<ProducerResponseStructure.Builder> implements ProducerResponseStructureOrBuilder
 Type for General SIRI Producer Response.  [siri/siri_requests-v2.0.xsd at 394:52]
 
Protobuf type uk.org.siri.www.siri.ProducerResponseStructure
  • 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<ProducerResponseStructure.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<ProducerResponseStructure.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<ProducerResponseStructure.Builder>
    • getDefaultInstanceForType

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

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

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

      public ProducerResponseStructure.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<ProducerResponseStructure.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<ProducerResponseStructure.Builder>
    • mergeFrom

      public ProducerResponseStructure.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<ProducerResponseStructure.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 ProducerResponseStructureOrBuilder
      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 ProducerResponseStructureOrBuilder
      Returns:
      The responseTimestamp.
    • setResponseTimestamp

      public ProducerResponseStructure.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 ProducerResponseStructure.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 ProducerResponseStructure.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 ProducerResponseStructure.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 ProducerResponseStructureOrBuilder
    • 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 ProducerResponseStructureOrBuilder
      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 ProducerResponseStructureOrBuilder
      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 ProducerResponseStructure.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

       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 ProducerResponseStructure.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 ProducerResponseStructureOrBuilder
    • 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 ProducerResponseStructureOrBuilder
      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 ProducerResponseStructureOrBuilder
      Returns:
      The bytes for address.
    • setAddress

      public ProducerResponseStructure.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 ProducerResponseStructure.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 ProducerResponseStructure.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 ProducerResponseStructureOrBuilder
      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 ProducerResponseStructureOrBuilder
      Returns:
      The responseMessageIdentifier.
    • setResponseMessageIdentifier

      public ProducerResponseStructure.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 ProducerResponseStructure.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 ProducerResponseStructure.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 ProducerResponseStructure.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 ProducerResponseStructureOrBuilder
    • 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 ProducerResponseStructureOrBuilder
      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 ProducerResponseStructureOrBuilder
      Returns:
      The requestMessageRef.
    • setRequestMessageRef

      public ProducerResponseStructure.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 ProducerResponseStructure.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 ProducerResponseStructure.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 ProducerResponseStructure.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 ProducerResponseStructureOrBuilder
    • 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 ProducerResponseStructureOrBuilder
      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 ProducerResponseStructureOrBuilder
      Returns:
      The bytes for delegatorAddress.
    • setDelegatorAddress

      public ProducerResponseStructure.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 ProducerResponseStructure.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 ProducerResponseStructure.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 ProducerResponseStructureOrBuilder
      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 ProducerResponseStructureOrBuilder
      Returns:
      The delegatorRef.
    • setDelegatorRef

       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 ProducerResponseStructure.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

       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 ProducerResponseStructure.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 ProducerResponseStructureOrBuilder