Package uk.org.netex.www.netex
Enum Class RefundPolicyEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<RefundPolicyEnumeration>,Constable
public enum RefundPolicyEnumeration
extends Enum<RefundPolicyEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values for Refund Policy [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 294:49]Protobuf enum
uk.org.netex.www.netex.RefundPolicyEnumeration-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 299:34][netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 304:49][netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 305:48][netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 301:36][netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 300:38][netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 302:40][netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 306:35][netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 307:36][netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 303:41]Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 299:34]static final int[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 304:49]static final int[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 305:48]static final int[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 301:36]static final int[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 300:38]static final int[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 302:40]static final int[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 306:35]static final int[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 307:36]static final int[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 303:41]static final intDefault -
Method Summary
Modifier and TypeMethodDescriptionstatic RefundPolicyEnumerationforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<RefundPolicyEnumeration> static RefundPolicyEnumerationvalueOf(int value) Deprecated.static RefundPolicyEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static RefundPolicyEnumerationReturns the enum constant of this class with the specified name.static RefundPolicyEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REFUND_POLICY_ENUMERATION_UNSPECIFIED
Default
REFUND_POLICY_ENUMERATION_UNSPECIFIED = 0; -
REFUND_POLICY_ENUMERATION_ANY
[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 299:34]
REFUND_POLICY_ENUMERATION_ANY = 1; -
REFUND_POLICY_ENUMERATION_ILLNESS
[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 300:38]
REFUND_POLICY_ENUMERATION_ILLNESS = 2; -
REFUND_POLICY_ENUMERATION_DEATH
[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 301:36]
REFUND_POLICY_ENUMERATION_DEATH = 3; -
REFUND_POLICY_ENUMERATION_MATERNITY
[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 302:40]
REFUND_POLICY_ENUMERATION_MATERNITY = 4; -
REFUND_POLICY_ENUMERATION_REDUNDANCY
[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 303:41]
REFUND_POLICY_ENUMERATION_REDUNDANCY = 5; -
REFUND_POLICY_ENUMERATION_CHANGE_OF_EMPLOYMENT
[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 304:49]
REFUND_POLICY_ENUMERATION_CHANGE_OF_EMPLOYMENT = 6; -
REFUND_POLICY_ENUMERATION_CHANGE_OF_RESIDENCE
[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 305:48]
REFUND_POLICY_ENUMERATION_CHANGE_OF_RESIDENCE = 7; -
REFUND_POLICY_ENUMERATION_NONE
[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 306:35]
REFUND_POLICY_ENUMERATION_NONE = 8; -
REFUND_POLICY_ENUMERATION_OTHER
[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 307:36]
REFUND_POLICY_ENUMERATION_OTHER = 9; -
UNRECOGNIZED
-
-
Field Details
-
REFUND_POLICY_ENUMERATION_UNSPECIFIED_VALUE
public static final int REFUND_POLICY_ENUMERATION_UNSPECIFIED_VALUEDefault
REFUND_POLICY_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
REFUND_POLICY_ENUMERATION_ANY_VALUE
public static final int REFUND_POLICY_ENUMERATION_ANY_VALUE[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 299:34]
REFUND_POLICY_ENUMERATION_ANY = 1;- See Also:
-
REFUND_POLICY_ENUMERATION_ILLNESS_VALUE
public static final int REFUND_POLICY_ENUMERATION_ILLNESS_VALUE[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 300:38]
REFUND_POLICY_ENUMERATION_ILLNESS = 2;- See Also:
-
REFUND_POLICY_ENUMERATION_DEATH_VALUE
public static final int REFUND_POLICY_ENUMERATION_DEATH_VALUE[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 301:36]
REFUND_POLICY_ENUMERATION_DEATH = 3;- See Also:
-
REFUND_POLICY_ENUMERATION_MATERNITY_VALUE
public static final int REFUND_POLICY_ENUMERATION_MATERNITY_VALUE[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 302:40]
REFUND_POLICY_ENUMERATION_MATERNITY = 4;- See Also:
-
REFUND_POLICY_ENUMERATION_REDUNDANCY_VALUE
public static final int REFUND_POLICY_ENUMERATION_REDUNDANCY_VALUE[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 303:41]
REFUND_POLICY_ENUMERATION_REDUNDANCY = 5;- See Also:
-
REFUND_POLICY_ENUMERATION_CHANGE_OF_EMPLOYMENT_VALUE
public static final int REFUND_POLICY_ENUMERATION_CHANGE_OF_EMPLOYMENT_VALUE[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 304:49]
REFUND_POLICY_ENUMERATION_CHANGE_OF_EMPLOYMENT = 6;- See Also:
-
REFUND_POLICY_ENUMERATION_CHANGE_OF_RESIDENCE_VALUE
public static final int REFUND_POLICY_ENUMERATION_CHANGE_OF_RESIDENCE_VALUE[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 305:48]
REFUND_POLICY_ENUMERATION_CHANGE_OF_RESIDENCE = 7;- See Also:
-
REFUND_POLICY_ENUMERATION_NONE_VALUE
public static final int REFUND_POLICY_ENUMERATION_NONE_VALUE[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 306:35]
REFUND_POLICY_ENUMERATION_NONE = 8;- See Also:
-
REFUND_POLICY_ENUMERATION_OTHER_VALUE
public static final int REFUND_POLICY_ENUMERATION_OTHER_VALUE[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 307:36]
REFUND_POLICY_ENUMERATION_OTHER = 9;- 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
public static com.google.protobuf.Internal.EnumLiteMap<RefundPolicyEnumeration> 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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static RefundPolicyEnumeration 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
-