Enum Class GroupSizeChangesEnumeration

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

@Generated 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
  • Enum Constant Details

    • GROUP_SIZE_CHANGES_ENUMERATION_UNSPECIFIED

      public static final GroupSizeChangesEnumeration GROUP_SIZE_CHANGES_ENUMERATION_UNSPECIFIED
       Default
       
      GROUP_SIZE_CHANGES_ENUMERATION_UNSPECIFIED = 0;
    • GROUP_SIZE_CHANGES_ENUMERATION_NO_CHANGES

      public static final GroupSizeChangesEnumeration 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

      public static final GroupSizeChangesEnumeration 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

      public static final GroupSizeChangesEnumeration 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_CHARGE
       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).  [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_CHARGE
       Group 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

      public static final GroupSizeChangesEnumeration UNRECOGNIZED
  • Field Details

    • GROUP_SIZE_CHANGES_ENUMERATION_UNSPECIFIED_VALUE

      public static final int GROUP_SIZE_CHANGES_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      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_VALUE
       Group 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_VALUE
       No 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_VALUE
       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;
      See Also:
    • GROUP_SIZE_CHANGES_ENUMERATION_PURCHASE_WINDOW_STEPPED_CHARGE_VALUE

      public static final int GROUP_SIZE_CHANGES_ENUMERATION_PURCHASE_WINDOW_STEPPED_CHARGE_VALUE
       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).  [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_VALUE
       Group 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

      public static GroupSizeChangesEnumeration[] 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 GroupSizeChangesEnumeration 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 GroupSizeChangesEnumeration 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 GroupSizeChangesEnumeration 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<GroupSizeChangesEnumeration> 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 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 name
      NullPointerException - if the argument is null