Package uk.org.netex.www.netex
Enum Class PartialRefundBasisEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<PartialRefundBasisEnumeration>,Constable
@Generated
public enum PartialRefundBasisEnumeration
extends Enum<PartialRefundBasisEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values for Refund Basis. [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 316:55]Protobuf enum
uk.org.netex.www.netex.PartialRefundBasisEnumeration-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionOther basis.DefaultRefund is given for any unused days.Refund is given for any unused months [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 331:42][netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 336:46]Refund is given for any unused weeks [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 326:41] -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intOther basis.static final intDefaultstatic final intRefund is given for any unused days.static final intRefund is given for any unused months [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 331:42]static final int[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 336:46]static final intRefund is given for any unused weeks [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 326:41] -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<PartialRefundBasisEnumeration> valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static PartialRefundBasisEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PARTIAL_REFUND_BASIS_ENUMERATION_UNSPECIFIED
Default
PARTIAL_REFUND_BASIS_ENUMERATION_UNSPECIFIED = 0; -
PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_DAYS
Refund is given for any unused days. [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 321:40]
PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_DAYS = 1; -
PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_WEEKS
Refund is given for any unused weeks [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 326:41]
PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_WEEKS = 2; -
PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_MONTHS
Refund is given for any unused months [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 331:42]
PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_MONTHS = 3; -
PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_SEMESTERS
[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 336:46]
PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_SEMESTERS = 4; -
PARTIAL_REFUND_BASIS_ENUMERATION_OTHER
Other basis. [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 337:35]
PARTIAL_REFUND_BASIS_ENUMERATION_OTHER = 5; -
UNRECOGNIZED
-
-
Field Details
-
PARTIAL_REFUND_BASIS_ENUMERATION_UNSPECIFIED_VALUE
public static final int PARTIAL_REFUND_BASIS_ENUMERATION_UNSPECIFIED_VALUEDefault
PARTIAL_REFUND_BASIS_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_DAYS_VALUE
public static final int PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_DAYS_VALUERefund is given for any unused days. [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 321:40]
PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_DAYS = 1;- See Also:
-
PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_WEEKS_VALUE
public static final int PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_WEEKS_VALUERefund is given for any unused weeks [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 326:41]
PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_WEEKS = 2;- See Also:
-
PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_MONTHS_VALUE
public static final int PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_MONTHS_VALUERefund is given for any unused months [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 331:42]
PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_MONTHS = 3;- See Also:
-
PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_SEMESTERS_VALUE
public static final int PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_SEMESTERS_VALUE[netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 336:46]
PARTIAL_REFUND_BASIS_ENUMERATION_UNUSED_SEMESTERS = 4;- See Also:
-
PARTIAL_REFUND_BASIS_ENUMERATION_OTHER_VALUE
public static final int PARTIAL_REFUND_BASIS_ENUMERATION_OTHER_VALUEOther basis. [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 337:35]
PARTIAL_REFUND_BASIS_ENUMERATION_OTHER = 5;- 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<PartialRefundBasisEnumeration> 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 PartialRefundBasisEnumeration 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
-