Enum Class RegisterBreakOfJourneyEnumeration

java.lang.Object
java.lang.Enum<RegisterBreakOfJourneyEnumeration>
uk.org.netex.www.netex.RegisterBreakOfJourneyEnumeration
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<RegisterBreakOfJourneyEnumeration>, Constable

@Generated public enum RegisterBreakOfJourneyEnumeration extends Enum<RegisterBreakOfJourneyEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for Register Break of Journey.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 619:59]
 
Protobuf enum uk.org.netex.www.netex.RegisterBreakOfJourneyEnumeration
  • Enum Constant Details

    • REGISTER_BREAK_OF_JOURNEY_ENUMERATION_UNSPECIFIED

      public static final RegisterBreakOfJourneyEnumeration REGISTER_BREAK_OF_JOURNEY_ENUMERATION_UNSPECIFIED
       Default
       
      REGISTER_BREAK_OF_JOURNEY_ENUMERATION_UNSPECIFIED = 0;
    • REGISTER_BREAK_OF_JOURNEY_ENUMERATION_NONE

      public static final RegisterBreakOfJourneyEnumeration REGISTER_BREAK_OF_JOURNEY_ENUMERATION_NONE
       No action needed.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 624:34]
       
      REGISTER_BREAK_OF_JOURNEY_ENUMERATION_NONE = 1;
    • REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_STAFF

      public static final RegisterBreakOfJourneyEnumeration REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_STAFF
       JourneyBreak must be marked by operator staff.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 629:41]
       
      REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_STAFF = 2;
    • REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_VALIDATOR

      public static final RegisterBreakOfJourneyEnumeration REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_VALIDATOR
       Journey Break must be marked by validator.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 634:45]
       
      REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_VALIDATOR = 3;
    • REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_MOBILE_APP

      public static final RegisterBreakOfJourneyEnumeration REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_MOBILE_APP
       Journey Break must be marked using mobile application.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 639:45]
       
      REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_MOBILE_APP = 4;
    • REGISTER_BREAK_OF_JOURNEY_ENUMERATION_OTHER

      public static final RegisterBreakOfJourneyEnumeration REGISTER_BREAK_OF_JOURNEY_ENUMERATION_OTHER
       Journey Break must be marked by othermeans.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 644:35]
       
      REGISTER_BREAK_OF_JOURNEY_ENUMERATION_OTHER = 5;
    • UNRECOGNIZED

      public static final RegisterBreakOfJourneyEnumeration UNRECOGNIZED
  • Field Details

    • REGISTER_BREAK_OF_JOURNEY_ENUMERATION_UNSPECIFIED_VALUE

      public static final int REGISTER_BREAK_OF_JOURNEY_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      REGISTER_BREAK_OF_JOURNEY_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • REGISTER_BREAK_OF_JOURNEY_ENUMERATION_NONE_VALUE

      public static final int REGISTER_BREAK_OF_JOURNEY_ENUMERATION_NONE_VALUE
       No action needed.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 624:34]
       
      REGISTER_BREAK_OF_JOURNEY_ENUMERATION_NONE = 1;
      See Also:
    • REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_STAFF_VALUE

      public static final int REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_STAFF_VALUE
       JourneyBreak must be marked by operator staff.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 629:41]
       
      REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_STAFF = 2;
      See Also:
    • REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_VALIDATOR_VALUE

      public static final int REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_VALIDATOR_VALUE
       Journey Break must be marked by validator.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 634:45]
       
      REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_VALIDATOR = 3;
      See Also:
    • REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_MOBILE_APP_VALUE

      public static final int REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_MOBILE_APP_VALUE
       Journey Break must be marked using mobile application.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 639:45]
       
      REGISTER_BREAK_OF_JOURNEY_ENUMERATION_MARK_BY_MOBILE_APP = 4;
      See Also:
    • REGISTER_BREAK_OF_JOURNEY_ENUMERATION_OTHER_VALUE

      public static final int REGISTER_BREAK_OF_JOURNEY_ENUMERATION_OTHER_VALUE
       Journey Break must be marked by othermeans.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 644:35]
       
      REGISTER_BREAK_OF_JOURNEY_ENUMERATION_OTHER = 5;
      See Also:
  • Method Details

    • values

      public static RegisterBreakOfJourneyEnumeration[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RegisterBreakOfJourneyEnumeration valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static RegisterBreakOfJourneyEnumeration valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static RegisterBreakOfJourneyEnumeration forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<RegisterBreakOfJourneyEnumeration> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static RegisterBreakOfJourneyEnumeration valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null