Enum Class MarkedAsTemporalValidityEnumeration

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

public enum MarkedAsTemporalValidityEnumeration extends Enum<MarkedAsTemporalValidityEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Specifies the temporal aspects of a CONSUMPTION REQUIREMENT  [netex_part_3/part3_consumption/netex_consumption_support.xsd at 46:61]
 
Protobuf enum uk.org.netex.www.netex.MarkedAsTemporalValidityEnumeration
  • Enum Constant Details

    • MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_UNSPECIFIED

      public static final MarkedAsTemporalValidityEnumeration MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_UNSPECIFIED
       Default
       
      MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_UNSPECIFIED = 0;
    • MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_ANY

      public static final MarkedAsTemporalValidityEnumeration MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_ANY
       Any ElementAccess with correct markedAs will fulfill requirement, regardless of validity period  [netex_part_3/part3_consumption/netex_consumption_support.xsd at 51:33]
       
      MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_ANY = 1;
    • MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_CURRENT

      public static final MarkedAsTemporalValidityEnumeration MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_CURRENT
       A currently active ElementAccess with correct markedAs is required to fulfill requirement  [netex_part_3/part3_consumption/netex_consumption_support.xsd at 56:37]
       
      MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_CURRENT = 2;
    • MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_FUTURE

      public static final MarkedAsTemporalValidityEnumeration MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_FUTURE
       A not yet active ElementAccess with correct markedAs is required to fulfill requirement  [netex_part_3/part3_consumption/netex_consumption_support.xsd at 61:36]
       
      MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_FUTURE = 3;
    • MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_CURRENT_FUTURE

      public static final MarkedAsTemporalValidityEnumeration MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_CURRENT_FUTURE
       A currently or not yet active ElementAccess with correct markedAs is required to fulfill requirement  [netex_part_3/part3_consumption/netex_consumption_support.xsd at 66:43]
       
      MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_CURRENT_FUTURE = 4;
    • MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_EXPIRED

      public static final MarkedAsTemporalValidityEnumeration MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_EXPIRED
       An expired ElementAccess with correct markedAs is required to fulfill requirement  [netex_part_3/part3_consumption/netex_consumption_support.xsd at 71:37]
       
      MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_EXPIRED = 5;
    • UNRECOGNIZED

      public static final MarkedAsTemporalValidityEnumeration UNRECOGNIZED
  • Field Details

    • MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_UNSPECIFIED_VALUE

      public static final int MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_ANY_VALUE

      public static final int MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_ANY_VALUE
       Any ElementAccess with correct markedAs will fulfill requirement, regardless of validity period  [netex_part_3/part3_consumption/netex_consumption_support.xsd at 51:33]
       
      MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_ANY = 1;
      See Also:
    • MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_CURRENT_VALUE

      public static final int MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_CURRENT_VALUE
       A currently active ElementAccess with correct markedAs is required to fulfill requirement  [netex_part_3/part3_consumption/netex_consumption_support.xsd at 56:37]
       
      MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_CURRENT = 2;
      See Also:
    • MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_FUTURE_VALUE

      public static final int MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_FUTURE_VALUE
       A not yet active ElementAccess with correct markedAs is required to fulfill requirement  [netex_part_3/part3_consumption/netex_consumption_support.xsd at 61:36]
       
      MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_FUTURE = 3;
      See Also:
    • MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_CURRENT_FUTURE_VALUE

      public static final int MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_CURRENT_FUTURE_VALUE
       A currently or not yet active ElementAccess with correct markedAs is required to fulfill requirement  [netex_part_3/part3_consumption/netex_consumption_support.xsd at 66:43]
       
      MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_CURRENT_FUTURE = 4;
      See Also:
    • MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_EXPIRED_VALUE

      public static final int MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_EXPIRED_VALUE
       An expired ElementAccess with correct markedAs is required to fulfill requirement  [netex_part_3/part3_consumption/netex_consumption_support.xsd at 71:37]
       
      MARKED_AS_TEMPORAL_VALIDITY_ENUMERATION_EXPIRED = 5;
      See Also:
  • Method Details

    • values

      public static MarkedAsTemporalValidityEnumeration[] 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 MarkedAsTemporalValidityEnumeration 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 MarkedAsTemporalValidityEnumeration 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 MarkedAsTemporalValidityEnumeration 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<MarkedAsTemporalValidityEnumeration> 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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static MarkedAsTemporalValidityEnumeration 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