Class CheckStatusResponseBodyStructure

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

@Generated public final class CheckStatusResponseBodyStructure extends com.google.protobuf.GeneratedMessage implements CheckStatusResponseBodyStructureOrBuilder
 Type for Body of Service Status Check Response. Used in WSDL.  [siri/siri_common_services-v2.0.xsd at 892:59]
 
Protobuf type uk.org.siri.www.siri.CheckStatusResponseBodyStructure
See Also:
  • Field Details

    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • DATA_READY_FIELD_NUMBER

      public static final int DATA_READY_FIELD_NUMBER
      See Also:
    • ERROR_CONDITION_FIELD_NUMBER

      public static final int ERROR_CONDITION_FIELD_NUMBER
      See Also:
    • VALID_UNTIL_FIELD_NUMBER

      public static final int VALID_UNTIL_FIELD_NUMBER
      See Also:
    • SHORTEST_POSSIBLE_CYCLE_FIELD_NUMBER

      public static final int SHORTEST_POSSIBLE_CYCLE_FIELD_NUMBER
      See Also:
    • SERVICE_STARTED_TIME_FIELD_NUMBER

      public static final int SERVICE_STARTED_TIME_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • 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 = 1;
      Specified by:
      getStatus in interface CheckStatusResponseBodyStructureOrBuilder
      Returns:
      The status.
    • 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 = 2;
      Specified by:
      getDataReady in interface CheckStatusResponseBodyStructureOrBuilder
      Returns:
      The dataReady.
    • 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.CheckStatusResponseBodyStructure.ErrorConditionType error_condition = 3;
      Specified by:
      hasErrorCondition in interface CheckStatusResponseBodyStructureOrBuilder
      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.CheckStatusResponseBodyStructure.ErrorConditionType error_condition = 3;
      Specified by:
      getErrorCondition in interface CheckStatusResponseBodyStructureOrBuilder
      Returns:
      The errorCondition.
    • 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.CheckStatusResponseBodyStructure.ErrorConditionType error_condition = 3;
      Specified by:
      getErrorConditionOrBuilder in interface CheckStatusResponseBodyStructureOrBuilder
    • 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 = 4;
      Specified by:
      hasValidUntil in interface CheckStatusResponseBodyStructureOrBuilder
      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 = 4;
      Specified by:
      getValidUntil in interface CheckStatusResponseBodyStructureOrBuilder
      Returns:
      The validUntil.
    • 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 = 4;
      Specified by:
      getValidUntilOrBuilder in interface CheckStatusResponseBodyStructureOrBuilder
    • 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 = 5;
      Specified by:
      hasShortestPossibleCycle in interface CheckStatusResponseBodyStructureOrBuilder
      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 = 5;
      Specified by:
      getShortestPossibleCycle in interface CheckStatusResponseBodyStructureOrBuilder
      Returns:
      The shortestPossibleCycle.
    • 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 = 5;
      Specified by:
      getShortestPossibleCycleOrBuilder in interface CheckStatusResponseBodyStructureOrBuilder
    • 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 = 11;
      Specified by:
      hasServiceStartedTime in interface CheckStatusResponseBodyStructureOrBuilder
      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 = 11;
      Specified by:
      getServiceStartedTime in interface CheckStatusResponseBodyStructureOrBuilder
      Returns:
      The serviceStartedTime.
    • 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 = 11;
      Specified by:
      getServiceStartedTimeOrBuilder in interface CheckStatusResponseBodyStructureOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static CheckStatusResponseBodyStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static CheckStatusResponseBodyStructure.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

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

      public static CheckStatusResponseBodyStructure getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<CheckStatusResponseBodyStructure> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public CheckStatusResponseBodyStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder