Class PreviousCalls_RelStructure.Builder

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

public static final class PreviousCalls_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<PreviousCalls_RelStructure.Builder> implements PreviousCalls_RelStructureOrBuilder
 Type for List of PREVIOUS CALLs.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 212:70]
 
Protobuf type uk.org.netex.www.netex.PreviousCalls_RelStructure
  • 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<PreviousCalls_RelStructure.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<PreviousCalls_RelStructure.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<PreviousCalls_RelStructure.Builder>
    • getDefaultInstanceForType

      public PreviousCalls_RelStructure 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 PreviousCalls_RelStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

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

      public PreviousCalls_RelStructure.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<PreviousCalls_RelStructure.Builder>
      Throws:
      IOException
    • getId

      public String getId()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getId in interface PreviousCalls_RelStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getIdBytes in interface PreviousCalls_RelStructureOrBuilder
      Returns:
      The bytes for id.
    • setId

       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      This builder for chaining.
    • setIdBytes

      public PreviousCalls_RelStructure.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • getPreviousCallList

      public List<PreviousCallType> getPreviousCallList()
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
      Specified by:
      getPreviousCallList in interface PreviousCalls_RelStructureOrBuilder
    • getPreviousCallCount

      public int getPreviousCallCount()
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
      Specified by:
      getPreviousCallCount in interface PreviousCalls_RelStructureOrBuilder
    • getPreviousCall

      public PreviousCallType getPreviousCall(int index)
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
      Specified by:
      getPreviousCall in interface PreviousCalls_RelStructureOrBuilder
    • setPreviousCall

      public PreviousCalls_RelStructure.Builder setPreviousCall(int index, PreviousCallType value)
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
    • setPreviousCall

      public PreviousCalls_RelStructure.Builder setPreviousCall(int index, PreviousCallType.Builder builderForValue)
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
    • addPreviousCall

      public PreviousCalls_RelStructure.Builder addPreviousCall(PreviousCallType value)
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
    • addPreviousCall

      public PreviousCalls_RelStructure.Builder addPreviousCall(int index, PreviousCallType value)
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
    • addPreviousCall

      public PreviousCalls_RelStructure.Builder addPreviousCall(PreviousCallType.Builder builderForValue)
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
    • addPreviousCall

      public PreviousCalls_RelStructure.Builder addPreviousCall(int index, PreviousCallType.Builder builderForValue)
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
    • addAllPreviousCall

      public PreviousCalls_RelStructure.Builder addAllPreviousCall(Iterable<? extends PreviousCallType> values)
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
    • clearPreviousCall

      public PreviousCalls_RelStructure.Builder clearPreviousCall()
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
    • removePreviousCall

      public PreviousCalls_RelStructure.Builder removePreviousCall(int index)
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
    • getPreviousCallBuilder

      public PreviousCallType.Builder getPreviousCallBuilder(int index)
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
    • getPreviousCallOrBuilder

      public PreviousCallTypeOrBuilder getPreviousCallOrBuilder(int index)
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
      Specified by:
      getPreviousCallOrBuilder in interface PreviousCalls_RelStructureOrBuilder
    • getPreviousCallOrBuilderList

      public List<? extends PreviousCallTypeOrBuilder> getPreviousCallOrBuilderList()
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
      Specified by:
      getPreviousCallOrBuilderList in interface PreviousCalls_RelStructureOrBuilder
    • addPreviousCallBuilder

      public PreviousCallType.Builder addPreviousCallBuilder()
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
    • addPreviousCallBuilder

      public PreviousCallType.Builder addPreviousCallBuilder(int index)
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
    • getPreviousCallBuilderList

      public List<PreviousCallType.Builder> getPreviousCallBuilderList()
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;