Package uk.org.netex.www.netex
Enum Class RefundTypeEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<RefundTypeEnumeration>,Constable
@Generated
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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRefund is for cancelled journey.Refund for change of group size.Refund is for delayed journey.Partial refund is for early termination of a period pass or season ticket.[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 291:36]Refund is for unusued section of a journey.DefaultRefund for unused ticket or pass. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intRefund is for cancelled journey.static final intRefund for change of group size.static final intRefund is for delayed journey.static final intPartial refund is for early termination of a period pass or season ticket.static final int[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 291:36]static final intRefund is for unusued section of a journey.static final intDefaultstatic final intRefund for unused ticket or pass. -
Method Summary
Modifier and TypeMethodDescriptionstatic RefundTypeEnumerationforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<RefundTypeEnumeration> static RefundTypeEnumerationvalueOf(int value) Deprecated.static RefundTypeEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static RefundTypeEnumerationReturns the enum constant of this class with the specified name.static RefundTypeEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REFUND_TYPE_ENUMERATION_UNSPECIFIED
Default
REFUND_TYPE_ENUMERATION_UNSPECIFIED = 0; -
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
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
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
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
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
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
[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 291:36]
REFUND_TYPE_ENUMERATION_OTHER = 7; -
UNRECOGNIZED
-
-
Field Details
-
REFUND_TYPE_ENUMERATION_UNSPECIFIED_VALUE
public static final int REFUND_TYPE_ENUMERATION_UNSPECIFIED_VALUEDefault
REFUND_TYPE_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
REFUND_TYPE_ENUMERATION_UNUSED_VALUE
public static final int REFUND_TYPE_ENUMERATION_UNUSED_VALUERefund 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_VALUERefund 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_VALUERefund 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_VALUERefund 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_VALUEPartial 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_VALUERefund 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
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
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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
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 nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static 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 nameNullPointerException- if the argument is null
-