Enum Class RefundTypeEnumeration

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

public enum RefundTypeEnumeration extends Enum<RefundTypeEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for Refunding Type.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 256:47]
 
Protobuf enum uk.org.netex.www.netex.RefundTypeEnumeration
  • Enum Constant Details

    • REFUND_TYPE_ENUMERATION_UNSPECIFIED

      public static final RefundTypeEnumeration REFUND_TYPE_ENUMERATION_UNSPECIFIED
       Default
       
      REFUND_TYPE_ENUMERATION_UNSPECIFIED = 0;
    • REFUND_TYPE_ENUMERATION_UNUSED

      public static final RefundTypeEnumeration REFUND_TYPE_ENUMERATION_UNUSED
       Refund for unused ticket or pass.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 261:36]
       
      REFUND_TYPE_ENUMERATION_UNUSED = 1;
    • REFUND_TYPE_ENUMERATION_DELAY

      public static final RefundTypeEnumeration REFUND_TYPE_ENUMERATION_DELAY
       Refund is for delayed journey.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 266:35]
       
      REFUND_TYPE_ENUMERATION_DELAY = 2;
    • REFUND_TYPE_ENUMERATION_CANCELLATION

      public static final RefundTypeEnumeration REFUND_TYPE_ENUMERATION_CANCELLATION
       Refund is for cancelled journey.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 271:42]
       
      REFUND_TYPE_ENUMERATION_CANCELLATION = 3;
    • REFUND_TYPE_ENUMERATION_PARTIAL_JOURNEY

      public static final RefundTypeEnumeration REFUND_TYPE_ENUMERATION_PARTIAL_JOURNEY
       Refund is for unusued section of a journey.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 276:44]
       
      REFUND_TYPE_ENUMERATION_PARTIAL_JOURNEY = 4;
    • REFUND_TYPE_ENUMERATION_EARLY_TERMINATION

      public static final RefundTypeEnumeration REFUND_TYPE_ENUMERATION_EARLY_TERMINATION
       Partial refund is for  early termination of a period pass or season ticket.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 281:46]
       
      REFUND_TYPE_ENUMERATION_EARLY_TERMINATION = 5;
    • REFUND_TYPE_ENUMERATION_CHANGE_OF_GROUP_SIZE

      public static final RefundTypeEnumeration REFUND_TYPE_ENUMERATION_CHANGE_OF_GROUP_SIZE
       Refund for change of group size.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 286:47]
       
      REFUND_TYPE_ENUMERATION_CHANGE_OF_GROUP_SIZE = 6;
    • REFUND_TYPE_ENUMERATION_OTHER

      public static final RefundTypeEnumeration REFUND_TYPE_ENUMERATION_OTHER
       [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 291:36]
       
      REFUND_TYPE_ENUMERATION_OTHER = 7;
    • UNRECOGNIZED

      public static final RefundTypeEnumeration UNRECOGNIZED
  • Field Details

    • REFUND_TYPE_ENUMERATION_UNSPECIFIED_VALUE

      public static final int REFUND_TYPE_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      REFUND_TYPE_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • REFUND_TYPE_ENUMERATION_UNUSED_VALUE

      public static final int REFUND_TYPE_ENUMERATION_UNUSED_VALUE
       Refund for unused ticket or pass.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 261:36]
       
      REFUND_TYPE_ENUMERATION_UNUSED = 1;
      See Also:
    • REFUND_TYPE_ENUMERATION_DELAY_VALUE

      public static final int REFUND_TYPE_ENUMERATION_DELAY_VALUE
       Refund is for delayed journey.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 266:35]
       
      REFUND_TYPE_ENUMERATION_DELAY = 2;
      See Also:
    • REFUND_TYPE_ENUMERATION_CANCELLATION_VALUE

      public static final int REFUND_TYPE_ENUMERATION_CANCELLATION_VALUE
       Refund is for cancelled journey.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 271:42]
       
      REFUND_TYPE_ENUMERATION_CANCELLATION = 3;
      See Also:
    • REFUND_TYPE_ENUMERATION_PARTIAL_JOURNEY_VALUE

      public static final int REFUND_TYPE_ENUMERATION_PARTIAL_JOURNEY_VALUE
       Refund is for unusued section of a journey.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 276:44]
       
      REFUND_TYPE_ENUMERATION_PARTIAL_JOURNEY = 4;
      See Also:
    • REFUND_TYPE_ENUMERATION_EARLY_TERMINATION_VALUE

      public static final int REFUND_TYPE_ENUMERATION_EARLY_TERMINATION_VALUE
       Partial refund is for  early termination of a period pass or season ticket.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 281:46]
       
      REFUND_TYPE_ENUMERATION_EARLY_TERMINATION = 5;
      See Also:
    • REFUND_TYPE_ENUMERATION_CHANGE_OF_GROUP_SIZE_VALUE

      public static final int REFUND_TYPE_ENUMERATION_CHANGE_OF_GROUP_SIZE_VALUE
       Refund for change of group size.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 286:47]
       
      REFUND_TYPE_ENUMERATION_CHANGE_OF_GROUP_SIZE = 6;
      See Also:
    • REFUND_TYPE_ENUMERATION_OTHER_VALUE

      public static final int REFUND_TYPE_ENUMERATION_OTHER_VALUE
       [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 291:36]
       
      REFUND_TYPE_ENUMERATION_OTHER = 7;
      See Also:
  • Method Details

    • values

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