Package uk.org.netex.www.netex
Enum Class GroupSizeChangesEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<GroupSizeChangesEnumeration>,Constable
public enum GroupSizeChangesEnumeration
extends Enum<GroupSizeChangesEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values for GROUP SIZE CHANGE. +v1.1 [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 277:53]Protobuf enum
uk.org.netex.www.netex.GroupSizeChangesEnumeration-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGroup size can be changed for a fee (as specified by a EXCHANGING usage parameter).No charge to change group size.Group size cannot be changed..Group size can be changed, charges are according to a sliding scale according to the number of passengers changed.Group size can be changed, charges are according to a sliding scale according to the length of time before travel (as specified by several EXCHANGING parameters).Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intGroup size can be changed for a fee (as specified by a EXCHANGING usage parameter).static final intNo charge to change group size.static final intGroup size cannot be changed..static final intGroup size can be changed, charges are according to a sliding scale according to the number of passengers changed.static final intGroup size can be changed, charges are according to a sliding scale according to the length of time before travel (as specified by several EXCHANGING parameters).static final intDefault -
Method Summary
Modifier and TypeMethodDescriptionstatic GroupSizeChangesEnumerationforNumber(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<GroupSizeChangesEnumeration> static GroupSizeChangesEnumerationvalueOf(int value) Deprecated.static GroupSizeChangesEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static GroupSizeChangesEnumerationReturns the enum constant of this class with the specified name.static GroupSizeChangesEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GROUP_SIZE_CHANGES_ENUMERATION_UNSPECIFIED
Default
GROUP_SIZE_CHANGES_ENUMERATION_UNSPECIFIED = 0; -
GROUP_SIZE_CHANGES_ENUMERATION_NO_CHANGES
Group size cannot be changed.. [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 282:39]
GROUP_SIZE_CHANGES_ENUMERATION_NO_CHANGES = 1; -
GROUP_SIZE_CHANGES_ENUMERATION_FREE
No charge to change group size. [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 287:34]
GROUP_SIZE_CHANGES_ENUMERATION_FREE = 2; -
GROUP_SIZE_CHANGES_ENUMERATION_CHARGE
Group size can be changed for a fee (as specified by a EXCHANGING usage parameter). [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 292:36]
GROUP_SIZE_CHANGES_ENUMERATION_CHARGE = 3; -
GROUP_SIZE_CHANGES_ENUMERATION_PURCHASE_WINDOW_STEPPED_CHARGE
public static final GroupSizeChangesEnumeration GROUP_SIZE_CHANGES_ENUMERATION_PURCHASE_WINDOW_STEPPED_CHARGEGroup size can be changed, charges are according to a sliding scale according to the length of time before travel (as specified by several EXCHANGING parameters). [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 297:57]
GROUP_SIZE_CHANGES_ENUMERATION_PURCHASE_WINDOW_STEPPED_CHARGE = 4; -
GROUP_SIZE_CHANGES_ENUMERATION_NUMBER_OF_PASSENGERS_STEPPED_CHARGE
public static final GroupSizeChangesEnumeration GROUP_SIZE_CHANGES_ENUMERATION_NUMBER_OF_PASSENGERS_STEPPED_CHARGEGroup size can be changed, charges are according to a sliding scale according to the number of passengers changed. [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 302:61]
GROUP_SIZE_CHANGES_ENUMERATION_NUMBER_OF_PASSENGERS_STEPPED_CHARGE = 5; -
UNRECOGNIZED
-
-
Field Details
-
GROUP_SIZE_CHANGES_ENUMERATION_UNSPECIFIED_VALUE
public static final int GROUP_SIZE_CHANGES_ENUMERATION_UNSPECIFIED_VALUEDefault
GROUP_SIZE_CHANGES_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
GROUP_SIZE_CHANGES_ENUMERATION_NO_CHANGES_VALUE
public static final int GROUP_SIZE_CHANGES_ENUMERATION_NO_CHANGES_VALUEGroup size cannot be changed.. [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 282:39]
GROUP_SIZE_CHANGES_ENUMERATION_NO_CHANGES = 1;- See Also:
-
GROUP_SIZE_CHANGES_ENUMERATION_FREE_VALUE
public static final int GROUP_SIZE_CHANGES_ENUMERATION_FREE_VALUENo charge to change group size. [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 287:34]
GROUP_SIZE_CHANGES_ENUMERATION_FREE = 2;- See Also:
-
GROUP_SIZE_CHANGES_ENUMERATION_CHARGE_VALUE
public static final int GROUP_SIZE_CHANGES_ENUMERATION_CHARGE_VALUEGroup size can be changed for a fee (as specified by a EXCHANGING usage parameter). [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 292:36]
GROUP_SIZE_CHANGES_ENUMERATION_CHARGE = 3;- See Also:
-
GROUP_SIZE_CHANGES_ENUMERATION_PURCHASE_WINDOW_STEPPED_CHARGE_VALUE
public static final int GROUP_SIZE_CHANGES_ENUMERATION_PURCHASE_WINDOW_STEPPED_CHARGE_VALUEGroup size can be changed, charges are according to a sliding scale according to the length of time before travel (as specified by several EXCHANGING parameters). [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 297:57]
GROUP_SIZE_CHANGES_ENUMERATION_PURCHASE_WINDOW_STEPPED_CHARGE = 4;- See Also:
-
GROUP_SIZE_CHANGES_ENUMERATION_NUMBER_OF_PASSENGERS_STEPPED_CHARGE_VALUE
public static final int GROUP_SIZE_CHANGES_ENUMERATION_NUMBER_OF_PASSENGERS_STEPPED_CHARGE_VALUEGroup size can be changed, charges are according to a sliding scale according to the number of passengers changed. [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 302:61]
GROUP_SIZE_CHANGES_ENUMERATION_NUMBER_OF_PASSENGERS_STEPPED_CHARGE = 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<GroupSizeChangesEnumeration> 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 GroupSizeChangesEnumeration 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
-