Class AbstractItemStructure.Builder

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

public static final class AbstractItemStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<AbstractItemStructure.Builder> implements AbstractItemStructureOrBuilder
 Type for an Activity.  [siri/siri_requests-v2.0.xsd at 742:64]
 
Protobuf type uk.org.siri.www.siri.AbstractItemStructure
  • 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<AbstractItemStructure.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<AbstractItemStructure.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<AbstractItemStructure.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public AbstractItemStructure.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<AbstractItemStructure.Builder>
      Throws:
      IOException
    • hasRecordedAtTime

      public boolean hasRecordedAtTime()
       Time at which data was recorded.  [siri/siri_requests-v2.0.xsd at 747:59]
       
      .google.protobuf.Timestamp recorded_at_time = 1;
      Specified by:
      hasRecordedAtTime in interface AbstractItemStructureOrBuilder
      Returns:
      Whether the recordedAtTime field is set.
    • getRecordedAtTime

      public com.google.protobuf.Timestamp getRecordedAtTime()
       Time at which data was recorded.  [siri/siri_requests-v2.0.xsd at 747:59]
       
      .google.protobuf.Timestamp recorded_at_time = 1;
      Specified by:
      getRecordedAtTime in interface AbstractItemStructureOrBuilder
      Returns:
      The recordedAtTime.
    • setRecordedAtTime

      public AbstractItemStructure.Builder setRecordedAtTime(com.google.protobuf.Timestamp value)
       Time at which data was recorded.  [siri/siri_requests-v2.0.xsd at 747:59]
       
      .google.protobuf.Timestamp recorded_at_time = 1;
    • setRecordedAtTime

      public AbstractItemStructure.Builder setRecordedAtTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Time at which data was recorded.  [siri/siri_requests-v2.0.xsd at 747:59]
       
      .google.protobuf.Timestamp recorded_at_time = 1;
    • mergeRecordedAtTime

      public AbstractItemStructure.Builder mergeRecordedAtTime(com.google.protobuf.Timestamp value)
       Time at which data was recorded.  [siri/siri_requests-v2.0.xsd at 747:59]
       
      .google.protobuf.Timestamp recorded_at_time = 1;
    • clearRecordedAtTime

      public AbstractItemStructure.Builder clearRecordedAtTime()
       Time at which data was recorded.  [siri/siri_requests-v2.0.xsd at 747:59]
       
      .google.protobuf.Timestamp recorded_at_time = 1;
    • getRecordedAtTimeBuilder

      public com.google.protobuf.Timestamp.Builder getRecordedAtTimeBuilder()
       Time at which data was recorded.  [siri/siri_requests-v2.0.xsd at 747:59]
       
      .google.protobuf.Timestamp recorded_at_time = 1;
    • getRecordedAtTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getRecordedAtTimeOrBuilder()
       Time at which data was recorded.  [siri/siri_requests-v2.0.xsd at 747:59]
       
      .google.protobuf.Timestamp recorded_at_time = 1;
      Specified by:
      getRecordedAtTimeOrBuilder in interface AbstractItemStructureOrBuilder