Class HeartbeatNotificationStructure.Builder

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

public static final class HeartbeatNotificationStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<HeartbeatNotificationStructure.Builder> implements HeartbeatNotificationStructureOrBuilder
 Type for Service Heartbeat Notification.  [siri/siri_common_services-v2.0.xsd at 840:57]
 
Protobuf type uk.org.siri.www.siri.HeartbeatNotificationStructure
  • 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<HeartbeatNotificationStructure.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<HeartbeatNotificationStructure.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<HeartbeatNotificationStructure.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

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

      public HeartbeatNotificationStructure.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<HeartbeatNotificationStructure.Builder>
      Throws:
      IOException
    • hasRequestTimestamp

      public boolean hasRequestTimestamp()
       Timestamp on request.  [siri/siri_request_support-v2.0.xsd at 105:59]
       
      .google.protobuf.Timestamp request_timestamp = 1;
      Specified by:
      hasRequestTimestamp in interface HeartbeatNotificationStructureOrBuilder
      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 = 1;
      Specified by:
      getRequestTimestamp in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      The requestTimestamp.
    • setRequestTimestamp

      public HeartbeatNotificationStructure.Builder setRequestTimestamp(com.google.protobuf.Timestamp value)
       Timestamp on request.  [siri/siri_request_support-v2.0.xsd at 105:59]
       
      .google.protobuf.Timestamp request_timestamp = 1;
    • setRequestTimestamp

      public HeartbeatNotificationStructure.Builder setRequestTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
       Timestamp on request.  [siri/siri_request_support-v2.0.xsd at 105:59]
       
      .google.protobuf.Timestamp request_timestamp = 1;
    • mergeRequestTimestamp

      public HeartbeatNotificationStructure.Builder mergeRequestTimestamp(com.google.protobuf.Timestamp value)
       Timestamp on request.  [siri/siri_request_support-v2.0.xsd at 105:59]
       
      .google.protobuf.Timestamp request_timestamp = 1;
    • clearRequestTimestamp

      public HeartbeatNotificationStructure.Builder clearRequestTimestamp()
       Timestamp on request.  [siri/siri_request_support-v2.0.xsd at 105:59]
       
      .google.protobuf.Timestamp request_timestamp = 1;
    • getRequestTimestampBuilder

      public com.google.protobuf.Timestamp.Builder getRequestTimestampBuilder()
       Timestamp on request.  [siri/siri_request_support-v2.0.xsd at 105:59]
       
      .google.protobuf.Timestamp request_timestamp = 1;
    • 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 = 1;
      Specified by:
      getRequestTimestampOrBuilder in interface HeartbeatNotificationStructureOrBuilder
    • 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 = 21;
      Specified by:
      getAccountId in interface HeartbeatNotificationStructureOrBuilder
      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 = 21;
      Specified by:
      getAccountIdBytes in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      The bytes for accountId.
    • setAccountId

      public HeartbeatNotificationStructure.Builder setAccountId(String value)
       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 = 21;
      Parameters:
      value - The accountId to set.
      Returns:
      This builder for chaining.
    • clearAccountId

      public HeartbeatNotificationStructure.Builder clearAccountId()
       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 = 21;
      Returns:
      This builder for chaining.
    • setAccountIdBytes

      public HeartbeatNotificationStructure.Builder setAccountIdBytes(com.google.protobuf.ByteString value)
       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 = 21;
      Parameters:
      value - The bytes for accountId to set.
      Returns:
      This builder for chaining.
    • 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 = 22;
      Specified by:
      getAccountKey in interface HeartbeatNotificationStructureOrBuilder
      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 = 22;
      Specified by:
      getAccountKeyBytes in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      The bytes for accountKey.
    • setAccountKey

      public HeartbeatNotificationStructure.Builder setAccountKey(String value)
       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 = 22;
      Parameters:
      value - The accountKey to set.
      Returns:
      This builder for chaining.
    • clearAccountKey

      public HeartbeatNotificationStructure.Builder clearAccountKey()
       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 = 22;
      Returns:
      This builder for chaining.
    • setAccountKeyBytes

      public HeartbeatNotificationStructure.Builder setAccountKeyBytes(com.google.protobuf.ByteString value)
       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 = 22;
      Parameters:
      value - The bytes for accountKey to set.
      Returns:
      This builder for chaining.
    • getAddress

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

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

       Address to which response is to be sent. This may also be determined from ProducerRef and preconfigured data.  [siri/siri_requests-v2.0.xsd at 644:69]
       
      string address = 71;
      Parameters:
      value - The address to set.
      Returns:
      This builder for chaining.
    • clearAddress

       Address to which response is to be sent. This may also be determined from ProducerRef and preconfigured data.  [siri/siri_requests-v2.0.xsd at 644:69]
       
      string address = 71;
      Returns:
      This builder for chaining.
    • setAddressBytes

      public HeartbeatNotificationStructure.Builder setAddressBytes(com.google.protobuf.ByteString value)
       Address to which response is to be sent. This may also be determined from ProducerRef and preconfigured data.  [siri/siri_requests-v2.0.xsd at 644:69]
       
      string address = 71;
      Parameters:
      value - The bytes for address to set.
      Returns:
      This builder for chaining.
    • hasProducerRef

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

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

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

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

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

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

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

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

      public boolean hasMessageIdentifier()
       Arbitrary unique reference to this message. Some systems may use just timestamp for this. Where there are multiple SubscriptionFilters, this can be used to distinguish between different notifications for different filters.  [siri/siri_requests-v2.0.xsd at 654:89]
       
      .uk.org.siri.www.siri.MessageQualifierStructure message_identifier = 73;
      Specified by:
      hasMessageIdentifier in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      Whether the messageIdentifier field is set.
    • getMessageIdentifier

      public MessageQualifierStructure getMessageIdentifier()
       Arbitrary unique reference to this message. Some systems may use just timestamp for this. Where there are multiple SubscriptionFilters, this can be used to distinguish between different notifications for different filters.  [siri/siri_requests-v2.0.xsd at 654:89]
       
      .uk.org.siri.www.siri.MessageQualifierStructure message_identifier = 73;
      Specified by:
      getMessageIdentifier in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      The messageIdentifier.
    • setMessageIdentifier

       Arbitrary unique reference to this message. Some systems may use just timestamp for this. Where there are multiple SubscriptionFilters, this can be used to distinguish between different notifications for different filters.  [siri/siri_requests-v2.0.xsd at 654:89]
       
      .uk.org.siri.www.siri.MessageQualifierStructure message_identifier = 73;
    • setMessageIdentifier

      public HeartbeatNotificationStructure.Builder setMessageIdentifier(MessageQualifierStructure.Builder builderForValue)
       Arbitrary unique reference to this message. Some systems may use just timestamp for this. Where there are multiple SubscriptionFilters, this can be used to distinguish between different notifications for different filters.  [siri/siri_requests-v2.0.xsd at 654:89]
       
      .uk.org.siri.www.siri.MessageQualifierStructure message_identifier = 73;
    • mergeMessageIdentifier

       Arbitrary unique reference to this message. Some systems may use just timestamp for this. Where there are multiple SubscriptionFilters, this can be used to distinguish between different notifications for different filters.  [siri/siri_requests-v2.0.xsd at 654:89]
       
      .uk.org.siri.www.siri.MessageQualifierStructure message_identifier = 73;
    • clearMessageIdentifier

      public HeartbeatNotificationStructure.Builder clearMessageIdentifier()
       Arbitrary unique reference to this message. Some systems may use just timestamp for this. Where there are multiple SubscriptionFilters, this can be used to distinguish between different notifications for different filters.  [siri/siri_requests-v2.0.xsd at 654:89]
       
      .uk.org.siri.www.siri.MessageQualifierStructure message_identifier = 73;
    • getMessageIdentifierBuilder

      public MessageQualifierStructure.Builder getMessageIdentifierBuilder()
       Arbitrary unique reference to this message. Some systems may use just timestamp for this. Where there are multiple SubscriptionFilters, this can be used to distinguish between different notifications for different filters.  [siri/siri_requests-v2.0.xsd at 654:89]
       
      .uk.org.siri.www.siri.MessageQualifierStructure message_identifier = 73;
    • getMessageIdentifierOrBuilder

      public MessageQualifierStructureOrBuilder getMessageIdentifierOrBuilder()
       Arbitrary unique reference to this message. Some systems may use just timestamp for this. Where there are multiple SubscriptionFilters, this can be used to distinguish between different notifications for different filters.  [siri/siri_requests-v2.0.xsd at 654:89]
       
      .uk.org.siri.www.siri.MessageQualifierStructure message_identifier = 73;
      Specified by:
      getMessageIdentifierOrBuilder in interface HeartbeatNotificationStructureOrBuilder
    • 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 = 81;
      Specified by:
      getDelegatorAddress in interface HeartbeatNotificationStructureOrBuilder
      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 = 81;
      Specified by:
      getDelegatorAddressBytes in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      The bytes for delegatorAddress.
    • setDelegatorAddress

      public HeartbeatNotificationStructure.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 = 81;
      Parameters:
      value - The delegatorAddress to set.
      Returns:
      This builder for chaining.
    • clearDelegatorAddress

      public HeartbeatNotificationStructure.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 = 81;
      Returns:
      This builder for chaining.
    • setDelegatorAddressBytes

      public HeartbeatNotificationStructure.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 = 81;
      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 = 82;
      Specified by:
      hasDelegatorRef in interface HeartbeatNotificationStructureOrBuilder
      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 = 82;
      Specified by:
      getDelegatorRef in interface HeartbeatNotificationStructureOrBuilder
      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 = 82;
    • 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 = 82;
    • 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 = 82;
    • clearDelegatorRef

      public HeartbeatNotificationStructure.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 = 82;
    • 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 = 82;
    • 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 = 82;
      Specified by:
      getDelegatorRefOrBuilder in interface HeartbeatNotificationStructureOrBuilder
    • getStatus

      public boolean getStatus()
       Whether the request was processed successfully or not. Default is 'true'.  [siri/siri_requests-v2.0.xsd at 541:63]
       
      bool status = 181;
      Specified by:
      getStatus in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      The status.
    • setStatus

      public HeartbeatNotificationStructure.Builder setStatus(boolean value)
       Whether the request was processed successfully or not. Default is 'true'.  [siri/siri_requests-v2.0.xsd at 541:63]
       
      bool status = 181;
      Parameters:
      value - The status to set.
      Returns:
      This builder for chaining.
    • clearStatus

       Whether the request was processed successfully or not. Default is 'true'.  [siri/siri_requests-v2.0.xsd at 541:63]
       
      bool status = 181;
      Returns:
      This builder for chaining.
    • getDataReady

      public boolean getDataReady()
       Whether data delivery is ready to be fetched SIRI v 2.0  [siri/siri_common_services-v2.0.xsd at 803:67]
       
      bool data_ready = 182;
      Specified by:
      getDataReady in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      The dataReady.
    • setDataReady

      public HeartbeatNotificationStructure.Builder setDataReady(boolean value)
       Whether data delivery is ready to be fetched SIRI v 2.0  [siri/siri_common_services-v2.0.xsd at 803:67]
       
      bool data_ready = 182;
      Parameters:
      value - The dataReady to set.
      Returns:
      This builder for chaining.
    • clearDataReady

      public HeartbeatNotificationStructure.Builder clearDataReady()
       Whether data delivery is ready to be fetched SIRI v 2.0  [siri/siri_common_services-v2.0.xsd at 803:67]
       
      bool data_ready = 182;
      Returns:
      This builder for chaining.
    • hasErrorCondition

      public boolean hasErrorCondition()
       Description of any error or warning condition that applies to the status check.  [siri/siri_common_services-v2.0.xsd at 808:53]
       
      .uk.org.siri.www.siri.HeartbeatNotificationStructure.ErrorConditionType error_condition = 183;
      Specified by:
      hasErrorCondition in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      Whether the errorCondition field is set.
    • getErrorCondition

       Description of any error or warning condition that applies to the status check.  [siri/siri_common_services-v2.0.xsd at 808:53]
       
      .uk.org.siri.www.siri.HeartbeatNotificationStructure.ErrorConditionType error_condition = 183;
      Specified by:
      getErrorCondition in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      The errorCondition.
    • setErrorCondition

       Description of any error or warning condition that applies to the status check.  [siri/siri_common_services-v2.0.xsd at 808:53]
       
      .uk.org.siri.www.siri.HeartbeatNotificationStructure.ErrorConditionType error_condition = 183;
    • setErrorCondition

       Description of any error or warning condition that applies to the status check.  [siri/siri_common_services-v2.0.xsd at 808:53]
       
      .uk.org.siri.www.siri.HeartbeatNotificationStructure.ErrorConditionType error_condition = 183;
    • mergeErrorCondition

       Description of any error or warning condition that applies to the status check.  [siri/siri_common_services-v2.0.xsd at 808:53]
       
      .uk.org.siri.www.siri.HeartbeatNotificationStructure.ErrorConditionType error_condition = 183;
    • clearErrorCondition

      public HeartbeatNotificationStructure.Builder clearErrorCondition()
       Description of any error or warning condition that applies to the status check.  [siri/siri_common_services-v2.0.xsd at 808:53]
       
      .uk.org.siri.www.siri.HeartbeatNotificationStructure.ErrorConditionType error_condition = 183;
    • getErrorConditionBuilder

       Description of any error or warning condition that applies to the status check.  [siri/siri_common_services-v2.0.xsd at 808:53]
       
      .uk.org.siri.www.siri.HeartbeatNotificationStructure.ErrorConditionType error_condition = 183;
    • getErrorConditionOrBuilder

       Description of any error or warning condition that applies to the status check.  [siri/siri_common_services-v2.0.xsd at 808:53]
       
      .uk.org.siri.www.siri.HeartbeatNotificationStructure.ErrorConditionType error_condition = 183;
      Specified by:
      getErrorConditionOrBuilder in interface HeartbeatNotificationStructureOrBuilder
    • hasValidUntil

      public boolean hasValidUntil()
       End of data horizon of the data producer.  [siri/siri_request_errorConditions-v2.0.xsd at 109:69]
       
      .google.protobuf.Timestamp valid_until = 184;
      Specified by:
      hasValidUntil in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      Whether the validUntil field is set.
    • getValidUntil

      public com.google.protobuf.Timestamp getValidUntil()
       End of data horizon of the data producer.  [siri/siri_request_errorConditions-v2.0.xsd at 109:69]
       
      .google.protobuf.Timestamp valid_until = 184;
      Specified by:
      getValidUntil in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      The validUntil.
    • setValidUntil

      public HeartbeatNotificationStructure.Builder setValidUntil(com.google.protobuf.Timestamp value)
       End of data horizon of the data producer.  [siri/siri_request_errorConditions-v2.0.xsd at 109:69]
       
      .google.protobuf.Timestamp valid_until = 184;
    • setValidUntil

      public HeartbeatNotificationStructure.Builder setValidUntil(com.google.protobuf.Timestamp.Builder builderForValue)
       End of data horizon of the data producer.  [siri/siri_request_errorConditions-v2.0.xsd at 109:69]
       
      .google.protobuf.Timestamp valid_until = 184;
    • mergeValidUntil

      public HeartbeatNotificationStructure.Builder mergeValidUntil(com.google.protobuf.Timestamp value)
       End of data horizon of the data producer.  [siri/siri_request_errorConditions-v2.0.xsd at 109:69]
       
      .google.protobuf.Timestamp valid_until = 184;
    • clearValidUntil

      public HeartbeatNotificationStructure.Builder clearValidUntil()
       End of data horizon of the data producer.  [siri/siri_request_errorConditions-v2.0.xsd at 109:69]
       
      .google.protobuf.Timestamp valid_until = 184;
    • getValidUntilBuilder

      public com.google.protobuf.Timestamp.Builder getValidUntilBuilder()
       End of data horizon of the data producer.  [siri/siri_request_errorConditions-v2.0.xsd at 109:69]
       
      .google.protobuf.Timestamp valid_until = 184;
    • getValidUntilOrBuilder

      public com.google.protobuf.TimestampOrBuilder getValidUntilOrBuilder()
       End of data horizon of the data producer.  [siri/siri_request_errorConditions-v2.0.xsd at 109:69]
       
      .google.protobuf.Timestamp valid_until = 184;
      Specified by:
      getValidUntilOrBuilder in interface HeartbeatNotificationStructureOrBuilder
    • hasShortestPossibleCycle

      public boolean hasShortestPossibleCycle()
       Minimum interval at which updates can be sent.  [siri/siri_request_errorConditions-v2.0.xsd at 114:88]
       
      .google.protobuf.Duration shortest_possible_cycle = 185;
      Specified by:
      hasShortestPossibleCycle in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      Whether the shortestPossibleCycle field is set.
    • getShortestPossibleCycle

      public com.google.protobuf.Duration getShortestPossibleCycle()
       Minimum interval at which updates can be sent.  [siri/siri_request_errorConditions-v2.0.xsd at 114:88]
       
      .google.protobuf.Duration shortest_possible_cycle = 185;
      Specified by:
      getShortestPossibleCycle in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      The shortestPossibleCycle.
    • setShortestPossibleCycle

      public HeartbeatNotificationStructure.Builder setShortestPossibleCycle(com.google.protobuf.Duration value)
       Minimum interval at which updates can be sent.  [siri/siri_request_errorConditions-v2.0.xsd at 114:88]
       
      .google.protobuf.Duration shortest_possible_cycle = 185;
    • setShortestPossibleCycle

      public HeartbeatNotificationStructure.Builder setShortestPossibleCycle(com.google.protobuf.Duration.Builder builderForValue)
       Minimum interval at which updates can be sent.  [siri/siri_request_errorConditions-v2.0.xsd at 114:88]
       
      .google.protobuf.Duration shortest_possible_cycle = 185;
    • mergeShortestPossibleCycle

      public HeartbeatNotificationStructure.Builder mergeShortestPossibleCycle(com.google.protobuf.Duration value)
       Minimum interval at which updates can be sent.  [siri/siri_request_errorConditions-v2.0.xsd at 114:88]
       
      .google.protobuf.Duration shortest_possible_cycle = 185;
    • clearShortestPossibleCycle

      public HeartbeatNotificationStructure.Builder clearShortestPossibleCycle()
       Minimum interval at which updates can be sent.  [siri/siri_request_errorConditions-v2.0.xsd at 114:88]
       
      .google.protobuf.Duration shortest_possible_cycle = 185;
    • getShortestPossibleCycleBuilder

      public com.google.protobuf.Duration.Builder getShortestPossibleCycleBuilder()
       Minimum interval at which updates can be sent.  [siri/siri_request_errorConditions-v2.0.xsd at 114:88]
       
      .google.protobuf.Duration shortest_possible_cycle = 185;
    • getShortestPossibleCycleOrBuilder

      public com.google.protobuf.DurationOrBuilder getShortestPossibleCycleOrBuilder()
       Minimum interval at which updates can be sent.  [siri/siri_request_errorConditions-v2.0.xsd at 114:88]
       
      .google.protobuf.Duration shortest_possible_cycle = 185;
      Specified by:
      getShortestPossibleCycleOrBuilder in interface HeartbeatNotificationStructureOrBuilder
    • hasServiceStartedTime

      public boolean hasServiceStartedTime()
       Time at which current instantiation of service started.  [siri/siri_common_services-v2.0.xsd at 827:77]
       
      .google.protobuf.Timestamp service_started_time = 191;
      Specified by:
      hasServiceStartedTime in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      Whether the serviceStartedTime field is set.
    • getServiceStartedTime

      public com.google.protobuf.Timestamp getServiceStartedTime()
       Time at which current instantiation of service started.  [siri/siri_common_services-v2.0.xsd at 827:77]
       
      .google.protobuf.Timestamp service_started_time = 191;
      Specified by:
      getServiceStartedTime in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      The serviceStartedTime.
    • setServiceStartedTime

      public HeartbeatNotificationStructure.Builder setServiceStartedTime(com.google.protobuf.Timestamp value)
       Time at which current instantiation of service started.  [siri/siri_common_services-v2.0.xsd at 827:77]
       
      .google.protobuf.Timestamp service_started_time = 191;
    • setServiceStartedTime

      public HeartbeatNotificationStructure.Builder setServiceStartedTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Time at which current instantiation of service started.  [siri/siri_common_services-v2.0.xsd at 827:77]
       
      .google.protobuf.Timestamp service_started_time = 191;
    • mergeServiceStartedTime

      public HeartbeatNotificationStructure.Builder mergeServiceStartedTime(com.google.protobuf.Timestamp value)
       Time at which current instantiation of service started.  [siri/siri_common_services-v2.0.xsd at 827:77]
       
      .google.protobuf.Timestamp service_started_time = 191;
    • clearServiceStartedTime

      public HeartbeatNotificationStructure.Builder clearServiceStartedTime()
       Time at which current instantiation of service started.  [siri/siri_common_services-v2.0.xsd at 827:77]
       
      .google.protobuf.Timestamp service_started_time = 191;
    • getServiceStartedTimeBuilder

      public com.google.protobuf.Timestamp.Builder getServiceStartedTimeBuilder()
       Time at which current instantiation of service started.  [siri/siri_common_services-v2.0.xsd at 827:77]
       
      .google.protobuf.Timestamp service_started_time = 191;
    • getServiceStartedTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getServiceStartedTimeOrBuilder()
       Time at which current instantiation of service started.  [siri/siri_common_services-v2.0.xsd at 827:77]
       
      .google.protobuf.Timestamp service_started_time = 191;
      Specified by:
      getServiceStartedTimeOrBuilder in interface HeartbeatNotificationStructureOrBuilder
    • hasExtensions

      public boolean hasExtensions()
       Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [siri_utility/siri_utility-v1.1.xsd at 64:60]
       
      .uk.org.siri.www.siri.ExtensionsStructure extensions = 201;
      Specified by:
      hasExtensions in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      Whether the extensions field is set.
    • getExtensions

      public ExtensionsStructure getExtensions()
       Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [siri_utility/siri_utility-v1.1.xsd at 64:60]
       
      .uk.org.siri.www.siri.ExtensionsStructure extensions = 201;
      Specified by:
      getExtensions in interface HeartbeatNotificationStructureOrBuilder
      Returns:
      The extensions.
    • setExtensions

       Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [siri_utility/siri_utility-v1.1.xsd at 64:60]
       
      .uk.org.siri.www.siri.ExtensionsStructure extensions = 201;
    • setExtensions

       Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [siri_utility/siri_utility-v1.1.xsd at 64:60]
       
      .uk.org.siri.www.siri.ExtensionsStructure extensions = 201;
    • mergeExtensions

       Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [siri_utility/siri_utility-v1.1.xsd at 64:60]
       
      .uk.org.siri.www.siri.ExtensionsStructure extensions = 201;
    • clearExtensions

      public HeartbeatNotificationStructure.Builder clearExtensions()
       Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [siri_utility/siri_utility-v1.1.xsd at 64:60]
       
      .uk.org.siri.www.siri.ExtensionsStructure extensions = 201;
    • getExtensionsBuilder

      public ExtensionsStructure.Builder getExtensionsBuilder()
       Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [siri_utility/siri_utility-v1.1.xsd at 64:60]
       
      .uk.org.siri.www.siri.ExtensionsStructure extensions = 201;
    • getExtensionsOrBuilder

      public ExtensionsStructureOrBuilder getExtensionsOrBuilder()
       Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [siri_utility/siri_utility-v1.1.xsd at 64:60]
       
      .uk.org.siri.www.siri.ExtensionsStructure extensions = 201;
      Specified by:
      getExtensionsOrBuilder in interface HeartbeatNotificationStructureOrBuilder