Enum Class HireServiceEnumeration

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

@Generated public enum HireServiceEnumeration extends Enum<HireServiceEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for HIRE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 110:48]
 
Protobuf enum uk.org.netex.www.netex.HireServiceEnumeration
  • Enum Constant Details

    • HIRE_SERVICE_ENUMERATION_UNSPECIFIED

      public static final HireServiceEnumeration HIRE_SERVICE_ENUMERATION_UNSPECIFIED
       Default
       
      HIRE_SERVICE_ENUMERATION_UNSPECIFIED = 0;
    • HIRE_SERVICE_ENUMERATION_SCOOTER_HIRE

      public static final HireServiceEnumeration HIRE_SERVICE_ENUMERATION_SCOOTER_HIRE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 115:42]
       
      HIRE_SERVICE_ENUMERATION_SCOOTER_HIRE = 8;
    • HIRE_SERVICE_ENUMERATION_CYCLE_HIRE

      public static final HireServiceEnumeration HIRE_SERVICE_ENUMERATION_CYCLE_HIRE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 116:40]
       
      HIRE_SERVICE_ENUMERATION_CYCLE_HIRE = 1;
    • HIRE_SERVICE_ENUMERATION_MOTORCYCLE_HIRE

      public static final HireServiceEnumeration HIRE_SERVICE_ENUMERATION_MOTORCYCLE_HIRE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 117:45]
       
      HIRE_SERVICE_ENUMERATION_MOTORCYCLE_HIRE = 2;
    • HIRE_SERVICE_ENUMERATION_CAR_HIRE

      public static final HireServiceEnumeration HIRE_SERVICE_ENUMERATION_CAR_HIRE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 118:38]
       
      HIRE_SERVICE_ENUMERATION_CAR_HIRE = 3;
    • HIRE_SERVICE_ENUMERATION_VEHICLE_HIRE

      public static final HireServiceEnumeration HIRE_SERVICE_ENUMERATION_VEHICLE_HIRE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 119:42]
       
      HIRE_SERVICE_ENUMERATION_VEHICLE_HIRE = 5;
    • HIRE_SERVICE_ENUMERATION_BOAT_HIRE

      public static final HireServiceEnumeration HIRE_SERVICE_ENUMERATION_BOAT_HIRE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 120:39]
       
      HIRE_SERVICE_ENUMERATION_BOAT_HIRE = 6;
    • HIRE_SERVICE_ENUMERATION_RECREATIONAL_DEVICE_HIRE

      public static final HireServiceEnumeration HIRE_SERVICE_ENUMERATION_RECREATIONAL_DEVICE_HIRE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 121:53]
       
      HIRE_SERVICE_ENUMERATION_RECREATIONAL_DEVICE_HIRE = 4;
    • UNRECOGNIZED

      public static final HireServiceEnumeration UNRECOGNIZED
  • Field Details

    • HIRE_SERVICE_ENUMERATION_UNSPECIFIED_VALUE

      public static final int HIRE_SERVICE_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      HIRE_SERVICE_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • HIRE_SERVICE_ENUMERATION_SCOOTER_HIRE_VALUE

      public static final int HIRE_SERVICE_ENUMERATION_SCOOTER_HIRE_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 115:42]
       
      HIRE_SERVICE_ENUMERATION_SCOOTER_HIRE = 8;
      See Also:
    • HIRE_SERVICE_ENUMERATION_CYCLE_HIRE_VALUE

      public static final int HIRE_SERVICE_ENUMERATION_CYCLE_HIRE_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 116:40]
       
      HIRE_SERVICE_ENUMERATION_CYCLE_HIRE = 1;
      See Also:
    • HIRE_SERVICE_ENUMERATION_MOTORCYCLE_HIRE_VALUE

      public static final int HIRE_SERVICE_ENUMERATION_MOTORCYCLE_HIRE_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 117:45]
       
      HIRE_SERVICE_ENUMERATION_MOTORCYCLE_HIRE = 2;
      See Also:
    • HIRE_SERVICE_ENUMERATION_CAR_HIRE_VALUE

      public static final int HIRE_SERVICE_ENUMERATION_CAR_HIRE_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 118:38]
       
      HIRE_SERVICE_ENUMERATION_CAR_HIRE = 3;
      See Also:
    • HIRE_SERVICE_ENUMERATION_VEHICLE_HIRE_VALUE

      public static final int HIRE_SERVICE_ENUMERATION_VEHICLE_HIRE_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 119:42]
       
      HIRE_SERVICE_ENUMERATION_VEHICLE_HIRE = 5;
      See Also:
    • HIRE_SERVICE_ENUMERATION_BOAT_HIRE_VALUE

      public static final int HIRE_SERVICE_ENUMERATION_BOAT_HIRE_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 120:39]
       
      HIRE_SERVICE_ENUMERATION_BOAT_HIRE = 6;
      See Also:
    • HIRE_SERVICE_ENUMERATION_RECREATIONAL_DEVICE_HIRE_VALUE

      public static final int HIRE_SERVICE_ENUMERATION_RECREATIONAL_DEVICE_HIRE_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 121:53]
       
      HIRE_SERVICE_ENUMERATION_RECREATIONAL_DEVICE_HIRE = 4;
      See Also:
  • Method Details

    • values

      public static HireServiceEnumeration[] 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 HireServiceEnumeration 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 HireServiceEnumeration 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 HireServiceEnumeration 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<HireServiceEnumeration> 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 HireServiceEnumeration 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