Enum Class TaxCategoryEnumeration

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

public enum TaxCategoryEnumeration extends Enum<TaxCategoryEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for Tax categories +v1.1  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 368:48]
 
Protobuf enum uk.org.netex.www.netex.TaxCategoryEnumeration
  • Enum Constant Details

    • TAX_CATEGORY_ENUMERATION_UNSPECIFIED

      public static final TaxCategoryEnumeration TAX_CATEGORY_ENUMERATION_UNSPECIFIED
       Default
       
      TAX_CATEGORY_ENUMERATION_UNSPECIFIED = 0;
    • TAX_CATEGORY_ENUMERATION_EXEMPT

      public static final TaxCategoryEnumeration TAX_CATEGORY_ENUMERATION_EXEMPT
       [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 373:37]
       
      TAX_CATEGORY_ENUMERATION_EXEMPT = 1;
    • TAX_CATEGORY_ENUMERATION_GENERAL

      public static final TaxCategoryEnumeration TAX_CATEGORY_ENUMERATION_GENERAL
       [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 374:38]
       
      TAX_CATEGORY_ENUMERATION_GENERAL = 2;
    • TAX_CATEGORY_ENUMERATION_TRANSPORTATION

      public static final TaxCategoryEnumeration TAX_CATEGORY_ENUMERATION_TRANSPORTATION
       [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 375:45]
       
      TAX_CATEGORY_ENUMERATION_TRANSPORTATION = 3;
    • TAX_CATEGORY_ENUMERATION_PARKING

      public static final TaxCategoryEnumeration TAX_CATEGORY_ENUMERATION_PARKING
       [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 376:38]
       
      TAX_CATEGORY_ENUMERATION_PARKING = 4;
    • TAX_CATEGORY_ENUMERATION_FOOD

      public static final TaxCategoryEnumeration TAX_CATEGORY_ENUMERATION_FOOD
       [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 377:35]
       
      TAX_CATEGORY_ENUMERATION_FOOD = 5;
    • TAX_CATEGORY_ENUMERATION_ALCOHOLIC_BEVERAGE

      public static final TaxCategoryEnumeration TAX_CATEGORY_ENUMERATION_ALCOHOLIC_BEVERAGE
       [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 378:48]
       
      TAX_CATEGORY_ENUMERATION_ALCOHOLIC_BEVERAGE = 6;
    • TAX_CATEGORY_ENUMERATION_OTHER

      public static final TaxCategoryEnumeration TAX_CATEGORY_ENUMERATION_OTHER
       [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 379:36]
       
      TAX_CATEGORY_ENUMERATION_OTHER = 7;
    • UNRECOGNIZED

      public static final TaxCategoryEnumeration UNRECOGNIZED
  • Field Details

    • TAX_CATEGORY_ENUMERATION_UNSPECIFIED_VALUE

      public static final int TAX_CATEGORY_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      TAX_CATEGORY_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • TAX_CATEGORY_ENUMERATION_EXEMPT_VALUE

      public static final int TAX_CATEGORY_ENUMERATION_EXEMPT_VALUE
       [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 373:37]
       
      TAX_CATEGORY_ENUMERATION_EXEMPT = 1;
      See Also:
    • TAX_CATEGORY_ENUMERATION_GENERAL_VALUE

      public static final int TAX_CATEGORY_ENUMERATION_GENERAL_VALUE
       [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 374:38]
       
      TAX_CATEGORY_ENUMERATION_GENERAL = 2;
      See Also:
    • TAX_CATEGORY_ENUMERATION_TRANSPORTATION_VALUE

      public static final int TAX_CATEGORY_ENUMERATION_TRANSPORTATION_VALUE
       [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 375:45]
       
      TAX_CATEGORY_ENUMERATION_TRANSPORTATION = 3;
      See Also:
    • TAX_CATEGORY_ENUMERATION_PARKING_VALUE

      public static final int TAX_CATEGORY_ENUMERATION_PARKING_VALUE
       [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 376:38]
       
      TAX_CATEGORY_ENUMERATION_PARKING = 4;
      See Also:
    • TAX_CATEGORY_ENUMERATION_FOOD_VALUE

      public static final int TAX_CATEGORY_ENUMERATION_FOOD_VALUE
       [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 377:35]
       
      TAX_CATEGORY_ENUMERATION_FOOD = 5;
      See Also:
    • TAX_CATEGORY_ENUMERATION_ALCOHOLIC_BEVERAGE_VALUE

      public static final int TAX_CATEGORY_ENUMERATION_ALCOHOLIC_BEVERAGE_VALUE
       [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 378:48]
       
      TAX_CATEGORY_ENUMERATION_ALCOHOLIC_BEVERAGE = 6;
      See Also:
    • TAX_CATEGORY_ENUMERATION_OTHER_VALUE

      public static final int TAX_CATEGORY_ENUMERATION_OTHER_VALUE
       [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 379:36]
       
      TAX_CATEGORY_ENUMERATION_OTHER = 7;
      See Also:
  • Method Details

    • values

      public static TaxCategoryEnumeration[] 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 TaxCategoryEnumeration 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 TaxCategoryEnumeration 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 TaxCategoryEnumeration 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<TaxCategoryEnumeration> 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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static TaxCategoryEnumeration 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