Class Block_VersionStructure

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.Block_VersionStructure
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Block_VersionStructureOrBuilder

@Generated public final class Block_VersionStructure extends com.google.protobuf.GeneratedMessage implements Block_VersionStructureOrBuilder
 Type for BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 170:49]
 
Protobuf type uk.org.netex.www.netex.Block_VersionStructure
See Also:
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • CREATED_FIELD_NUMBER

      public static final int CREATED_FIELD_NUMBER
      See Also:
    • CHANGED_FIELD_NUMBER

      public static final int CHANGED_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_VERSION_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_VERSION_REF_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_OBJECT_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_OBJECT_REF_FIELD_NUMBER
      See Also:
    • VALIDITY_CONDITIONS_FIELD_NUMBER

      public static final int VALIDITY_CONDITIONS_FIELD_NUMBER
      See Also:
    • VALID_BETWEEN_FIELD_NUMBER

      public static final int VALID_BETWEEN_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_TEXTS_FIELD_NUMBER

      public static final int ALTERNATIVE_TEXTS_FIELD_NUMBER
      See Also:
    • KEY_LIST_FIELD_NUMBER

      public static final int KEY_LIST_FIELD_NUMBER
      See Also:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_FIELD_NUMBER
      See Also:
    • BRANDING_REF_FIELD_NUMBER

      public static final int BRANDING_REF_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • PRIVATE_CODE_FIELD_NUMBER

      public static final int PRIVATE_CODE_FIELD_NUMBER
      See Also:
    • PREPARATION_DURATION_FIELD_NUMBER

      public static final int PREPARATION_DURATION_FIELD_NUMBER
      See Also:
    • START_TIME_FIELD_NUMBER

      public static final int START_TIME_FIELD_NUMBER
      See Also:
    • START_TIME_DAY_OFFSET_FIELD_NUMBER

      public static final int START_TIME_DAY_OFFSET_FIELD_NUMBER
      See Also:
    • FINISHING_DURATION_FIELD_NUMBER

      public static final int FINISHING_DURATION_FIELD_NUMBER
      See Also:
    • END_TIME_FIELD_NUMBER

      public static final int END_TIME_FIELD_NUMBER
      See Also:
    • END_TIME_DAY_OFFSET_FIELD_NUMBER

      public static final int END_TIME_DAY_OFFSET_FIELD_NUMBER
      See Also:
    • DAY_TYPES_FIELD_NUMBER

      public static final int DAY_TYPES_FIELD_NUMBER
      See Also:
    • VEHICLE_SERVICE_PART_REF_FIELD_NUMBER

      public static final int VEHICLE_SERVICE_PART_REF_FIELD_NUMBER
      See Also:
    • START_POINT_REF_FIELD_NUMBER

      public static final int START_POINT_REF_FIELD_NUMBER
      See Also:
    • END_POINT_REF_FIELD_NUMBER

      public static final int END_POINT_REF_FIELD_NUMBER
      See Also:
    • JOURNEYS_FIELD_NUMBER

      public static final int JOURNEYS_FIELD_NUMBER
      See Also:
    • COURSES_OF_JOURNEYS_FIELD_NUMBER

      public static final int COURSES_OF_JOURNEYS_FIELD_NUMBER
      See Also:
    • BLOCK_PARTS_FIELD_NUMBER

      public static final int BLOCK_PARTS_FIELD_NUMBER
      See Also:
    • RELIEF_OPPORTUNITIES_FIELD_NUMBER

      public static final int RELIEF_OPPORTUNITIES_FIELD_NUMBER
      See Also:
    • VEHICLE_TYPE_REF_FIELD_NUMBER

      public static final int VEHICLE_TYPE_REF_FIELD_NUMBER
      See Also:
    • TRAIN_REF_FIELD_NUMBER

      public static final int TRAIN_REF_FIELD_NUMBER
      See Also:
    • COMPOUND_TRAIN_REF_FIELD_NUMBER

      public static final int COMPOUND_TRAIN_REF_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
    • getVehicleTypeRefStructureCase

      public Block_VersionStructure.VehicleTypeRefStructureCase getVehicleTypeRefStructureCase()
      Specified by:
      getVehicleTypeRefStructureCase in interface Block_VersionStructureOrBuilder
    • getId

      public String getId()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getId in interface Block_VersionStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getIdBytes in interface Block_VersionStructureOrBuilder
      Returns:
      The bytes for id.
    • hasCreated

      public boolean hasCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      hasCreated in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the created field is set.
    • getCreated

      public com.google.protobuf.Timestamp getCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      getCreated in interface Block_VersionStructureOrBuilder
      Returns:
      The created.
    • getCreatedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      getCreatedOrBuilder in interface Block_VersionStructureOrBuilder
    • hasChanged

      public boolean hasChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      hasChanged in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the changed field is set.
    • getChanged

      public com.google.protobuf.Timestamp getChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChanged in interface Block_VersionStructureOrBuilder
      Returns:
      The changed.
    • getChangedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChangedOrBuilder in interface Block_VersionStructureOrBuilder
    • getVersion

      public String getVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Specified by:
      getVersion in interface Block_VersionStructureOrBuilder
      Returns:
      The version.
    • getVersionBytes

      public com.google.protobuf.ByteString getVersionBytes()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Specified by:
      getVersionBytes in interface Block_VersionStructureOrBuilder
      Returns:
      The bytes for version.
    • getStatusValue

      public int getStatusValue()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Specified by:
      getStatusValue in interface Block_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      public StatusEnumeration getStatus()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Specified by:
      getStatus in interface Block_VersionStructureOrBuilder
      Returns:
      The status.
    • getDerivedFromVersionRef

      public String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 196;
      Specified by:
      getDerivedFromVersionRef in interface Block_VersionStructureOrBuilder
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      public com.google.protobuf.ByteString getDerivedFromVersionRefBytes()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 196;
      Specified by:
      getDerivedFromVersionRefBytes in interface Block_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      public String getDerivedFromObjectRef()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 197;
      Specified by:
      getDerivedFromObjectRef in interface Block_VersionStructureOrBuilder
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      public com.google.protobuf.ByteString getDerivedFromObjectRefBytes()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 197;
      Specified by:
      getDerivedFromObjectRefBytes in interface Block_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      public boolean hasValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      hasValidityConditions in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      public ValidityConditions_RelStructure getValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      getValidityConditions in interface Block_VersionStructureOrBuilder
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      public ValidityConditions_RelStructureOrBuilder getValidityConditionsOrBuilder()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      getValidityConditionsOrBuilder in interface Block_VersionStructureOrBuilder
    • getValidBetweenList

      public List<ValidBetweenType> getValidBetweenList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenList in interface Block_VersionStructureOrBuilder
    • getValidBetweenOrBuilderList

      public List<? extends ValidBetweenTypeOrBuilder> getValidBetweenOrBuilderList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenOrBuilderList in interface Block_VersionStructureOrBuilder
    • getValidBetweenCount

      public int getValidBetweenCount()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenCount in interface Block_VersionStructureOrBuilder
    • getValidBetween

      public ValidBetweenType getValidBetween(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetween in interface Block_VersionStructureOrBuilder
    • getValidBetweenOrBuilder

      public ValidBetweenTypeOrBuilder getValidBetweenOrBuilder(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenOrBuilder in interface Block_VersionStructureOrBuilder
    • hasAlternativeTexts

      public boolean hasAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      hasAlternativeTexts in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      public AlternativeTexts_RelStructure getAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      getAlternativeTexts in interface Block_VersionStructureOrBuilder
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      public AlternativeTexts_RelStructureOrBuilder getAlternativeTextsOrBuilder()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      getAlternativeTextsOrBuilder in interface Block_VersionStructureOrBuilder
    • hasKeyList

      public boolean hasKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      hasKeyList in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the keyList field is set.
    • getKeyList

      public KeyListStructure getKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      getKeyList in interface Block_VersionStructureOrBuilder
      Returns:
      The keyList.
    • getKeyListOrBuilder

      public KeyListStructureOrBuilder getKeyListOrBuilder()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      getKeyListOrBuilder in interface Block_VersionStructureOrBuilder
    • hasExtensions

      public boolean hasExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Specified by:
      hasExtensions in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the extensions field is set.
    • getExtensions

      public ExtensionsStructure getExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Specified by:
      getExtensions in interface Block_VersionStructureOrBuilder
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      public ExtensionsStructureOrBuilder getExtensionsOrBuilder()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Specified by:
      getExtensionsOrBuilder in interface Block_VersionStructureOrBuilder
    • hasBrandingRef

      public boolean hasBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      hasBrandingRef in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      public VersionOfObjectRefStructure getBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      getBrandingRef in interface Block_VersionStructureOrBuilder
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      getBrandingRefOrBuilder in interface Block_VersionStructureOrBuilder
    • hasName

      public boolean hasName()
       Name of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 198:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 198:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface Block_VersionStructureOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 198:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface Block_VersionStructureOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 203:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      hasDescription in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 203:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescription in interface Block_VersionStructureOrBuilder
      Returns:
      The description.
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 203:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescriptionOrBuilder in interface Block_VersionStructureOrBuilder
    • hasPrivateCode

      public boolean hasPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 163;
      Specified by:
      hasPrivateCode in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      public PrivateCodeStructure getPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 163;
      Specified by:
      getPrivateCode in interface Block_VersionStructureOrBuilder
      Returns:
      The privateCode.
    • getPrivateCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPrivateCodeOrBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 163;
      Specified by:
      getPrivateCodeOrBuilder in interface Block_VersionStructureOrBuilder
    • hasPreparationDuration

      public boolean hasPreparationDuration()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 216:78]
       
      .google.protobuf.Duration preparation_duration = 171;
      Specified by:
      hasPreparationDuration in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the preparationDuration field is set.
    • getPreparationDuration

      public com.google.protobuf.Duration getPreparationDuration()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 216:78]
       
      .google.protobuf.Duration preparation_duration = 171;
      Specified by:
      getPreparationDuration in interface Block_VersionStructureOrBuilder
      Returns:
      The preparationDuration.
    • getPreparationDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getPreparationDurationOrBuilder()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 216:78]
       
      .google.protobuf.Duration preparation_duration = 171;
      Specified by:
      getPreparationDurationOrBuilder in interface Block_VersionStructureOrBuilder
    • hasStartTime

      public boolean hasStartTime()
       Start time of BLOCK- In principle this can be derived from the Start time of the first journey and the preparation duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 221:64]
       
      .google.type.TimeOfDay start_time = 172;
      Specified by:
      hasStartTime in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the startTime field is set.
    • getStartTime

      public com.google.type.TimeOfDay getStartTime()
       Start time of BLOCK- In principle this can be derived from the Start time of the first journey and the preparation duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 221:64]
       
      .google.type.TimeOfDay start_time = 172;
      Specified by:
      getStartTime in interface Block_VersionStructureOrBuilder
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getStartTimeOrBuilder()
       Start time of BLOCK- In principle this can be derived from the Start time of the first journey and the preparation duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 221:64]
       
      .google.type.TimeOfDay start_time = 172;
      Specified by:
      getStartTimeOrBuilder in interface Block_VersionStructureOrBuilder
    • getStartTimeDayOffset

      public int getStartTimeDayOffset()
       Day offset of Start time from current OPERATING DAY.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 226:76]
       
      int32 start_time_day_offset = 173;
      Specified by:
      getStartTimeDayOffset in interface Block_VersionStructureOrBuilder
      Returns:
      The startTimeDayOffset.
    • hasFinishingDuration

      public boolean hasFinishingDuration()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 231:76]
       
      .google.protobuf.Duration finishing_duration = 174;
      Specified by:
      hasFinishingDuration in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the finishingDuration field is set.
    • getFinishingDuration

      public com.google.protobuf.Duration getFinishingDuration()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 231:76]
       
      .google.protobuf.Duration finishing_duration = 174;
      Specified by:
      getFinishingDuration in interface Block_VersionStructureOrBuilder
      Returns:
      The finishingDuration.
    • getFinishingDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getFinishingDurationOrBuilder()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 231:76]
       
      .google.protobuf.Duration finishing_duration = 174;
      Specified by:
      getFinishingDurationOrBuilder in interface Block_VersionStructureOrBuilder
    • hasEndTime

      public boolean hasEndTime()
       End time of BLOCK. In principle this can be derived from the Start time of the last journey and the finishing duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 236:62]
       
      .google.type.TimeOfDay end_time = 175;
      Specified by:
      hasEndTime in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the endTime field is set.
    • getEndTime

      public com.google.type.TimeOfDay getEndTime()
       End time of BLOCK. In principle this can be derived from the Start time of the last journey and the finishing duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 236:62]
       
      .google.type.TimeOfDay end_time = 175;
      Specified by:
      getEndTime in interface Block_VersionStructureOrBuilder
      Returns:
      The endTime.
    • getEndTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getEndTimeOrBuilder()
       End time of BLOCK. In principle this can be derived from the Start time of the last journey and the finishing duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 236:62]
       
      .google.type.TimeOfDay end_time = 175;
      Specified by:
      getEndTimeOrBuilder in interface Block_VersionStructureOrBuilder
    • getEndTimeDayOffset

      public int getEndTimeDayOffset()
       Day offset of end time from current OPERATING DAY.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 241:74]
       
      int32 end_time_day_offset = 176;
      Specified by:
      getEndTimeDayOffset in interface Block_VersionStructureOrBuilder
      Returns:
      The endTimeDayOffset.
    • hasDayTypes

      public boolean hasDayTypes()
       DAY TYPEs for BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 246:47]
       
      .uk.org.netex.www.netex.Block_VersionStructure_DayTypesType day_types = 177;
      Specified by:
      hasDayTypes in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the dayTypes field is set.
    • getDayTypes

       DAY TYPEs for BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 246:47]
       
      .uk.org.netex.www.netex.Block_VersionStructure_DayTypesType day_types = 177;
      Specified by:
      getDayTypes in interface Block_VersionStructureOrBuilder
      Returns:
      The dayTypes.
    • getDayTypesOrBuilder

      public Block_VersionStructure_DayTypesTypeOrBuilder getDayTypesOrBuilder()
       DAY TYPEs for BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 246:47]
       
      .uk.org.netex.www.netex.Block_VersionStructure_DayTypesType day_types = 177;
      Specified by:
      getDayTypesOrBuilder in interface Block_VersionStructureOrBuilder
    • hasVehicleServicePartRef

      public boolean hasVehicleServicePartRef()
       Reference to a VEHICLE SERVICE PART.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 181;
      Specified by:
      hasVehicleServicePartRef in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the vehicleServicePartRef field is set.
    • getVehicleServicePartRef

      public VersionOfObjectRefStructure getVehicleServicePartRef()
       Reference to a VEHICLE SERVICE PART.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 181;
      Specified by:
      getVehicleServicePartRef in interface Block_VersionStructureOrBuilder
      Returns:
      The vehicleServicePartRef.
    • getVehicleServicePartRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getVehicleServicePartRefOrBuilder()
       Reference to a VEHICLE SERVICE PART.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 181;
      Specified by:
      getVehicleServicePartRefOrBuilder in interface Block_VersionStructureOrBuilder
    • hasStartPointRef

      public boolean hasStartPointRef()
       Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 265:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 185;
      Specified by:
      hasStartPointRef in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the startPointRef field is set.
    • getStartPointRef

      public VersionOfObjectRefStructure getStartPointRef()
       Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 265:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 185;
      Specified by:
      getStartPointRef in interface Block_VersionStructureOrBuilder
      Returns:
      The startPointRef.
    • getStartPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getStartPointRefOrBuilder()
       Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 265:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 185;
      Specified by:
      getStartPointRefOrBuilder in interface Block_VersionStructureOrBuilder
    • hasEndPointRef

      public boolean hasEndPointRef()
       Point at which BLOCK ends Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 270:75]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 186;
      Specified by:
      hasEndPointRef in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the endPointRef field is set.
    • getEndPointRef

      public VersionOfObjectRefStructure getEndPointRef()
       Point at which BLOCK ends Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 270:75]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 186;
      Specified by:
      getEndPointRef in interface Block_VersionStructureOrBuilder
      Returns:
      The endPointRef.
    • getEndPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getEndPointRefOrBuilder()
       Point at which BLOCK ends Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 270:75]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 186;
      Specified by:
      getEndPointRefOrBuilder in interface Block_VersionStructureOrBuilder
    • hasJourneys

      public boolean hasJourneys()
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 282:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 191;
      Specified by:
      hasJourneys in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the journeys field is set.
    • getJourneys

      public JourneyRefs_RelStructure getJourneys()
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 282:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 191;
      Specified by:
      getJourneys in interface Block_VersionStructureOrBuilder
      Returns:
      The journeys.
    • getJourneysOrBuilder

      public JourneyRefs_RelStructureOrBuilder getJourneysOrBuilder()
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 282:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 191;
      Specified by:
      getJourneysOrBuilder in interface Block_VersionStructureOrBuilder
    • hasCoursesOfJourneys

      public boolean hasCoursesOfJourneys()
       Runs in BLOCK PART.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 287:94]
       
      .uk.org.netex.www.netex.CoursesOfJourneys_RelStructure courses_of_journeys = 192;
      Specified by:
      hasCoursesOfJourneys in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the coursesOfJourneys field is set.
    • getCoursesOfJourneys

      public CoursesOfJourneys_RelStructure getCoursesOfJourneys()
       Runs in BLOCK PART.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 287:94]
       
      .uk.org.netex.www.netex.CoursesOfJourneys_RelStructure courses_of_journeys = 192;
      Specified by:
      getCoursesOfJourneys in interface Block_VersionStructureOrBuilder
      Returns:
      The coursesOfJourneys.
    • getCoursesOfJourneysOrBuilder

      public CoursesOfJourneys_RelStructureOrBuilder getCoursesOfJourneysOrBuilder()
       Runs in BLOCK PART.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 287:94]
       
      .uk.org.netex.www.netex.CoursesOfJourneys_RelStructure courses_of_journeys = 192;
      Specified by:
      getCoursesOfJourneysOrBuilder in interface Block_VersionStructureOrBuilder
    • hasBlockParts

      public boolean hasBlockParts()
       BLOCK PARTS in BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.BlockParts_RelStructure block_parts = 193;
      Specified by:
      hasBlockParts in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the blockParts field is set.
    • getBlockParts

      public BlockParts_RelStructure getBlockParts()
       BLOCK PARTS in BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.BlockParts_RelStructure block_parts = 193;
      Specified by:
      getBlockParts in interface Block_VersionStructureOrBuilder
      Returns:
      The blockParts.
    • getBlockPartsOrBuilder

      public BlockParts_RelStructureOrBuilder getBlockPartsOrBuilder()
       BLOCK PARTS in BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.BlockParts_RelStructure block_parts = 193;
      Specified by:
      getBlockPartsOrBuilder in interface Block_VersionStructureOrBuilder
    • hasReliefOpportunities

      public boolean hasReliefOpportunities()
       RELIEF OPPORTUNITIES of a BLOCK-  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 297:98]
       
      .uk.org.netex.www.netex.ReliefOpportunities_RelStructure relief_opportunities = 194;
      Specified by:
      hasReliefOpportunities in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the reliefOpportunities field is set.
    • getReliefOpportunities

      public ReliefOpportunities_RelStructure getReliefOpportunities()
       RELIEF OPPORTUNITIES of a BLOCK-  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 297:98]
       
      .uk.org.netex.www.netex.ReliefOpportunities_RelStructure relief_opportunities = 194;
      Specified by:
      getReliefOpportunities in interface Block_VersionStructureOrBuilder
      Returns:
      The reliefOpportunities.
    • getReliefOpportunitiesOrBuilder

      public ReliefOpportunities_RelStructureOrBuilder getReliefOpportunitiesOrBuilder()
       RELIEF OPPORTUNITIES of a BLOCK-  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 297:98]
       
      .uk.org.netex.www.netex.ReliefOpportunities_RelStructure relief_opportunities = 194;
      Specified by:
      getReliefOpportunitiesOrBuilder in interface Block_VersionStructureOrBuilder
    • hasVehicleTypeRef

      public boolean hasVehicleTypeRef()
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 182;
      Specified by:
      hasVehicleTypeRef in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the vehicleTypeRef field is set.
    • getVehicleTypeRef

      public VersionOfObjectRefStructure getVehicleTypeRef()
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 182;
      Specified by:
      getVehicleTypeRef in interface Block_VersionStructureOrBuilder
      Returns:
      The vehicleTypeRef.
    • getVehicleTypeRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getVehicleTypeRefOrBuilder()
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 182;
      Specified by:
      getVehicleTypeRefOrBuilder in interface Block_VersionStructureOrBuilder
    • hasTrainRef

      public boolean hasTrainRef()
       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 183;
      Specified by:
      hasTrainRef in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the trainRef field is set.
    • getTrainRef

      public VersionOfObjectRefStructure getTrainRef()
       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 183;
      Specified by:
      getTrainRef in interface Block_VersionStructureOrBuilder
      Returns:
      The trainRef.
    • getTrainRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTrainRefOrBuilder()
       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 183;
      Specified by:
      getTrainRefOrBuilder in interface Block_VersionStructureOrBuilder
    • hasCompoundTrainRef

      public boolean hasCompoundTrainRef()
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 184;
      Specified by:
      hasCompoundTrainRef in interface Block_VersionStructureOrBuilder
      Returns:
      Whether the compoundTrainRef field is set.
    • getCompoundTrainRef

      public VersionOfObjectRefStructure getCompoundTrainRef()
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 184;
      Specified by:
      getCompoundTrainRef in interface Block_VersionStructureOrBuilder
      Returns:
      The compoundTrainRef.
    • getCompoundTrainRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getCompoundTrainRefOrBuilder()
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 184;
      Specified by:
      getCompoundTrainRefOrBuilder in interface Block_VersionStructureOrBuilder
    • 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 Block_VersionStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static Block_VersionStructure.Builder newBuilder()
    • newBuilder

      public static Block_VersionStructure.Builder newBuilder(Block_VersionStructure prototype)
    • toBuilder

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

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

      public static Block_VersionStructure getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<Block_VersionStructure> 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 Block_VersionStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder