Interface DutyPartTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DutyPartType, DutyPartType.Builder

@Generated public interface DutyPartTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCreated

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

      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;
      Returns:
      The created.
    • getCreatedOrBuilder

      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;
    • hasChanged

      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;
      Returns:
      Whether the changed field is set.
    • getChanged

      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;
      Returns:
      The changed.
    • getChangedOrBuilder

      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;
    • getVersion

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

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

      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;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      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;
      Returns:
      The status.
    • getDerivedFromVersionRef

      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 = 323;
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      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 = 323;
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      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 = 324;
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      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 = 324;
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      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;
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      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;
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      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;
    • getValidBetweenList

      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;
    • getValidBetween

      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;
    • getValidBetweenCount

      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;
    • getValidBetweenOrBuilderList

      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;
    • getValidBetweenOrBuilder

      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;
    • hasAlternativeTexts

      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;
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      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;
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      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;
    • hasKeyList

      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;
      Returns:
      Whether the keyList field is set.
    • getKeyList

      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;
      Returns:
      The keyList.
    • getKeyListOrBuilder

      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;
    • hasExtensions

      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;
      Returns:
      Whether the extensions field is set.
    • getExtensions

      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;
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      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;
    • hasBrandingRef

      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;
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      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;
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      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;
    • hasDescription

      boolean hasDescription()
       Description of ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 234:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Description of ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 234:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 234:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
    • hasAccountingTime

      boolean hasAccountingTime()
       How long a time shoudl be used for the the ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 239:73]
       
      .google.protobuf.Duration accounting_time = 162;
      Returns:
      Whether the accountingTime field is set.
    • getAccountingTime

      com.google.protobuf.Duration getAccountingTime()
       How long a time shoudl be used for the the ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 239:73]
       
      .google.protobuf.Duration accounting_time = 162;
      Returns:
      The accountingTime.
    • getAccountingTimeOrBuilder

      com.google.protobuf.DurationOrBuilder getAccountingTimeOrBuilder()
       How long a time shoudl be used for the the ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 239:73]
       
      .google.protobuf.Duration accounting_time = 162;
    • hasAccountingFactor

      boolean hasAccountingFactor()
       Accounting Factor to use for the the ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 244:75]
       
      .google.protobuf.Duration accounting_factor = 163;
      Returns:
      Whether the accountingFactor field is set.
    • getAccountingFactor

      com.google.protobuf.Duration getAccountingFactor()
       Accounting Factor to use for the the ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 244:75]
       
      .google.protobuf.Duration accounting_factor = 163;
      Returns:
      The accountingFactor.
    • getAccountingFactorOrBuilder

      com.google.protobuf.DurationOrBuilder getAccountingFactorOrBuilder()
       Accounting Factor to use for the the ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 244:75]
       
      .google.protobuf.Duration accounting_factor = 163;
    • hasPreparationDuration

      boolean hasPreparationDuration()
       Time to prepare ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 249:78]
       
      .google.protobuf.Duration preparation_duration = 164;
      Returns:
      Whether the preparationDuration field is set.
    • getPreparationDuration

      com.google.protobuf.Duration getPreparationDuration()
       Time to prepare ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 249:78]
       
      .google.protobuf.Duration preparation_duration = 164;
      Returns:
      The preparationDuration.
    • getPreparationDurationOrBuilder

      com.google.protobuf.DurationOrBuilder getPreparationDurationOrBuilder()
       Time to prepare ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 249:78]
       
      .google.protobuf.Duration preparation_duration = 164;
    • hasFinishingDuration

      boolean hasFinishingDuration()
       Time to complete ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 254:76]
       
      .google.protobuf.Duration finishing_duration = 165;
      Returns:
      Whether the finishingDuration field is set.
    • getFinishingDuration

      com.google.protobuf.Duration getFinishingDuration()
       Time to complete ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 254:76]
       
      .google.protobuf.Duration finishing_duration = 165;
      Returns:
      The finishingDuration.
    • getFinishingDurationOrBuilder

      com.google.protobuf.DurationOrBuilder getFinishingDurationOrBuilder()
       Time to complete ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 254:76]
       
      .google.protobuf.Duration finishing_duration = 165;
    • hasDriverAccessDuration

      boolean hasDriverAccessDuration()
       Time for DRIVER to access DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 323:79]
       
      .google.protobuf.Duration driver_access_duration = 281;
      Returns:
      Whether the driverAccessDuration field is set.
    • getDriverAccessDuration

      com.google.protobuf.Duration getDriverAccessDuration()
       Time for DRIVER to access DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 323:79]
       
      .google.protobuf.Duration driver_access_duration = 281;
      Returns:
      The driverAccessDuration.
    • getDriverAccessDurationOrBuilder

      com.google.protobuf.DurationOrBuilder getDriverAccessDurationOrBuilder()
       Time for DRIVER to access DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 323:79]
       
      .google.protobuf.Duration driver_access_duration = 281;
    • hasDriverReturnDuration

      boolean hasDriverReturnDuration()
       Time for DRIVER to return from DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 328:79]
       
      .google.protobuf.Duration driver_return_duration = 282;
      Returns:
      Whether the driverReturnDuration field is set.
    • getDriverReturnDuration

      com.google.protobuf.Duration getDriverReturnDuration()
       Time for DRIVER to return from DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 328:79]
       
      .google.protobuf.Duration driver_return_duration = 282;
      Returns:
      The driverReturnDuration.
    • getDriverReturnDurationOrBuilder

      com.google.protobuf.DurationOrBuilder getDriverReturnDurationOrBuilder()
       Time for DRIVER to return from DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 328:79]
       
      .google.protobuf.Duration driver_return_duration = 282;
    • hasDutyRef

      boolean hasDutyRef()
       Reference to a DUTY.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 67:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_ref = 283;
      Returns:
      Whether the dutyRef field is set.
    • getDutyRef

       Reference to a DUTY.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 67:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_ref = 283;
      Returns:
      The dutyRef.
    • getDutyRefOrBuilder

       Reference to a DUTY.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 67:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_ref = 283;
    • hasStartTime

      boolean hasStartTime()
       Start time.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 334:64]
       
      .google.type.TimeOfDay start_time = 284;
      Returns:
      Whether the startTime field is set.
    • getStartTime

      com.google.type.TimeOfDay getStartTime()
       Start time.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 334:64]
       
      .google.type.TimeOfDay start_time = 284;
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      com.google.type.TimeOfDayOrBuilder getStartTimeOrBuilder()
       Start time.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 334:64]
       
      .google.type.TimeOfDay start_time = 284;
    • getDayOffset

      int getDayOffset()
       Day offset for start time. Number of days after the current operating day for Duty y . Default is 0 for same day.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 339:81]
       
      int32 day_offset = 285;
      Returns:
      The dayOffset.
    • hasEndTime

      boolean hasEndTime()
       End time.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 344:62]
       
      .google.type.TimeOfDay end_time = 286;
      Returns:
      Whether the endTime field is set.
    • getEndTime

      com.google.type.TimeOfDay getEndTime()
       End time.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 344:62]
       
      .google.type.TimeOfDay end_time = 286;
      Returns:
      The endTime.
    • getEndTimeOrBuilder

      com.google.type.TimeOfDayOrBuilder getEndTimeOrBuilder()
       End time.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 344:62]
       
      .google.type.TimeOfDay end_time = 286;
    • getEndDayOffset

      int getEndDayOffset()
       Day offset for end time. Number of days after the starting departure time of the journey if  not same calendar day as starting timey. Default is 0 for same day.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 349:84]
       
      int32 end_day_offset = 287;
      Returns:
      The endDayOffset.
    • hasStartPointRef

      boolean hasStartPointRef()
       TIMING POINT at which DUTY PART starts.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 354:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 288;
      Returns:
      Whether the startPointRef field is set.
    • getStartPointRef

      VersionOfObjectRefStructure getStartPointRef()
       TIMING POINT at which DUTY PART starts.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 354:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 288;
      Returns:
      The startPointRef.
    • getStartPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStartPointRefOrBuilder()
       TIMING POINT at which DUTY PART starts.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 354:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 288;
    • hasEndPointRef

      boolean hasEndPointRef()
       TIMING POINT at which DUTY PART starts.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 359:81]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 289;
      Returns:
      Whether the endPointRef field is set.
    • getEndPointRef

      VersionOfObjectRefStructure getEndPointRef()
       TIMING POINT at which DUTY PART starts.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 359:81]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 289;
      Returns:
      The endPointRef.
    • getEndPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEndPointRefOrBuilder()
       TIMING POINT at which DUTY PART starts.  [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 359:81]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 289;
    • getId

      String getId()
       [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 301:54]
       
      string id = 321;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 301:54]
       
      string id = 321;
      Returns:
      The bytes for id.