Enum Class PurchaseActionEnumeration

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

public enum PurchaseActionEnumeration extends Enum<PurchaseActionEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for Purchase Action +v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 102:51]
 
Protobuf enum uk.org.netex.www.netex.PurchaseActionEnumeration
  • Enum Constant Details

    • PURCHASE_ACTION_ENUMERATION_UNSPECIFIED

      public static final PurchaseActionEnumeration PURCHASE_ACTION_ENUMERATION_UNSPECIFIED
       Default
       
      PURCHASE_ACTION_ENUMERATION_UNSPECIFIED = 0;
    • PURCHASE_ACTION_ENUMERATION_PURCHASE

      public static final PurchaseActionEnumeration PURCHASE_ACTION_ENUMERATION_PURCHASE
       Purchase and payment.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 107:38]
       
      PURCHASE_ACTION_ENUMERATION_PURCHASE = 1;
    • PURCHASE_ACTION_ENUMERATION_ORDER_WITHOUT_PAYMENT

      public static final PurchaseActionEnumeration PURCHASE_ACTION_ENUMERATION_ORDER_WITHOUT_PAYMENT
       Purchase with deferred  payment.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 112:49]
       
      PURCHASE_ACTION_ENUMERATION_ORDER_WITHOUT_PAYMENT = 2;
    • PURCHASE_ACTION_ENUMERATION_RESERVE

      public static final PurchaseActionEnumeration PURCHASE_ACTION_ENUMERATION_RESERVE
       Reervation but not necessarily payment  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 117:37]
       
      PURCHASE_ACTION_ENUMERATION_RESERVE = 3;
    • PURCHASE_ACTION_ENUMERATION_PAY_FOR_PREVIOUS_ORDER

      public static final PurchaseActionEnumeration PURCHASE_ACTION_ENUMERATION_PAY_FOR_PREVIOUS_ORDER
       Payment for previously ordered service.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 122:49]
       
      PURCHASE_ACTION_ENUMERATION_PAY_FOR_PREVIOUS_ORDER = 4;
    • PURCHASE_ACTION_ENUMERATION_SUBSCRIBE

      public static final PurchaseActionEnumeration PURCHASE_ACTION_ENUMERATION_SUBSCRIBE
       [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 127:40]
       
      PURCHASE_ACTION_ENUMERATION_SUBSCRIBE = 5;
    • PURCHASE_ACTION_ENUMERATION_PAY_INSTALLMENT

      public static final PurchaseActionEnumeration PURCHASE_ACTION_ENUMERATION_PAY_INSTALLMENT
       [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 128:45]
       
      PURCHASE_ACTION_ENUMERATION_PAY_INSTALLMENT = 6;
    • PURCHASE_ACTION_ENUMERATION_OTHER

      public static final PurchaseActionEnumeration PURCHASE_ACTION_ENUMERATION_OTHER
       [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 129:36]
       
      PURCHASE_ACTION_ENUMERATION_OTHER = 7;
    • UNRECOGNIZED

      public static final PurchaseActionEnumeration UNRECOGNIZED
  • Field Details

    • PURCHASE_ACTION_ENUMERATION_UNSPECIFIED_VALUE

      public static final int PURCHASE_ACTION_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      PURCHASE_ACTION_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • PURCHASE_ACTION_ENUMERATION_PURCHASE_VALUE

      public static final int PURCHASE_ACTION_ENUMERATION_PURCHASE_VALUE
       Purchase and payment.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 107:38]
       
      PURCHASE_ACTION_ENUMERATION_PURCHASE = 1;
      See Also:
    • PURCHASE_ACTION_ENUMERATION_ORDER_WITHOUT_PAYMENT_VALUE

      public static final int PURCHASE_ACTION_ENUMERATION_ORDER_WITHOUT_PAYMENT_VALUE
       Purchase with deferred  payment.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 112:49]
       
      PURCHASE_ACTION_ENUMERATION_ORDER_WITHOUT_PAYMENT = 2;
      See Also:
    • PURCHASE_ACTION_ENUMERATION_RESERVE_VALUE

      public static final int PURCHASE_ACTION_ENUMERATION_RESERVE_VALUE
       Reervation but not necessarily payment  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 117:37]
       
      PURCHASE_ACTION_ENUMERATION_RESERVE = 3;
      See Also:
    • PURCHASE_ACTION_ENUMERATION_PAY_FOR_PREVIOUS_ORDER_VALUE

      public static final int PURCHASE_ACTION_ENUMERATION_PAY_FOR_PREVIOUS_ORDER_VALUE
       Payment for previously ordered service.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 122:49]
       
      PURCHASE_ACTION_ENUMERATION_PAY_FOR_PREVIOUS_ORDER = 4;
      See Also:
    • PURCHASE_ACTION_ENUMERATION_SUBSCRIBE_VALUE

      public static final int PURCHASE_ACTION_ENUMERATION_SUBSCRIBE_VALUE
       [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 127:40]
       
      PURCHASE_ACTION_ENUMERATION_SUBSCRIBE = 5;
      See Also:
    • PURCHASE_ACTION_ENUMERATION_PAY_INSTALLMENT_VALUE

      public static final int PURCHASE_ACTION_ENUMERATION_PAY_INSTALLMENT_VALUE
       [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 128:45]
       
      PURCHASE_ACTION_ENUMERATION_PAY_INSTALLMENT = 6;
      See Also:
    • PURCHASE_ACTION_ENUMERATION_OTHER_VALUE

      public static final int PURCHASE_ACTION_ENUMERATION_OTHER_VALUE
       [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 129:36]
       
      PURCHASE_ACTION_ENUMERATION_OTHER = 7;
      See Also:
  • Method Details

    • values

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