Package uk.org.netex.www.netex
Enum Class OrganisationTypeEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<OrganisationTypeEnumeration>,Constable
public enum OrganisationTypeEnumeration
extends Enum<OrganisationTypeEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values for ORGANISATION TYPE. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 322:53]Protobuf enum
uk.org.netex.www.netex.OrganisationTypeEnumeration-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionORGANISATION is a transport OPERATOR.ORGANISATION is a Transport Authority or Agency.ORGANISATION operates a facility such as a station.ORGANISATION is a third party online service.ORGANISATION is a Public Transport OPERATOR.Other type of ORGANISATION.ORGANISATION is a rail freight OPERATOR.ORGANISATION is a Rail OPERATOR.ORGANISATION is a trade association representing independent retailers.ORGANISATION is a business or organisation served by public transport.ORGANISATION is a statutory body or government department.ORGANISATION is a Travel Agent.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intORGANISATION is a transport OPERATOR.static final intORGANISATION is a Transport Authority or Agency.static final intORGANISATION operates a facility such as a station.static final intORGANISATION is a third party online service.static final intORGANISATION is a Public Transport OPERATOR.static final intOther type of ORGANISATION.static final intORGANISATION is a rail freight OPERATOR.static final intORGANISATION is a Rail OPERATOR.static final intORGANISATION is a trade association representing independent retailers.static final intORGANISATION is a business or organisation served by public transport.static final intORGANISATION is a statutory body or government department.static final intORGANISATION is a Travel Agent.static final intDefault -
Method Summary
Modifier and TypeMethodDescriptionstatic OrganisationTypeEnumerationforNumber(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<OrganisationTypeEnumeration> static OrganisationTypeEnumerationvalueOf(int value) Deprecated.static OrganisationTypeEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static OrganisationTypeEnumerationReturns the enum constant of this class with the specified name.static OrganisationTypeEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ORGANISATION_TYPE_ENUMERATION_UNSPECIFIED
Default
ORGANISATION_TYPE_ENUMERATION_UNSPECIFIED = 0; -
ORGANISATION_TYPE_ENUMERATION_AUTHORITY
ORGANISATION is a Transport Authority or Agency. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 327:39]
ORGANISATION_TYPE_ENUMERATION_AUTHORITY = 1; -
ORGANISATION_TYPE_ENUMERATION_OPERATOR
ORGANISATION is a Public Transport OPERATOR. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 332:38]
ORGANISATION_TYPE_ENUMERATION_OPERATOR = 2; -
ORGANISATION_TYPE_ENUMERATION_RAIL_OPERATOR
ORGANISATION is a Rail OPERATOR. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 337:42]
ORGANISATION_TYPE_ENUMERATION_RAIL_OPERATOR = 3; -
ORGANISATION_TYPE_ENUMERATION_RAIL_FREIGHT_OPERATOR
ORGANISATION is a rail freight OPERATOR. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 342:49]
ORGANISATION_TYPE_ENUMERATION_RAIL_FREIGHT_OPERATOR = 4; -
ORGANISATION_TYPE_ENUMERATION_STATUTORY_BODY
ORGANISATION is a statutory body or government department. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 347:43]
ORGANISATION_TYPE_ENUMERATION_STATUTORY_BODY = 5; -
ORGANISATION_TYPE_ENUMERATION_FACILITY_OPERATOR
ORGANISATION operates a facility such as a station. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 352:46]
ORGANISATION_TYPE_ENUMERATION_FACILITY_OPERATOR = 6; -
ORGANISATION_TYPE_ENUMERATION_TRAVEL_AGENT
ORGANISATION is a Travel Agent. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 357:41]
ORGANISATION_TYPE_ENUMERATION_TRAVEL_AGENT = 7; -
ORGANISATION_TYPE_ENUMERATION_SERVICED_ORGANISATION
ORGANISATION is a business or organisation served by public transport. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 362:50]
ORGANISATION_TYPE_ENUMERATION_SERVICED_ORGANISATION = 8; -
ORGANISATION_TYPE_ENUMERATION_RETAIL_CONSORTIUM
ORGANISATION is a trade association representing independent retailers. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 367:46]
ORGANISATION_TYPE_ENUMERATION_RETAIL_CONSORTIUM = 9; -
ORGANISATION_TYPE_ENUMERATION_ALTERNATIVE_MODE_OPERATOR
public static final OrganisationTypeEnumeration ORGANISATION_TYPE_ENUMERATION_ALTERNATIVE_MODE_OPERATORORGANISATION is a transport OPERATOR. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 372:53]
ORGANISATION_TYPE_ENUMERATION_ALTERNATIVE_MODE_OPERATOR = 13; -
ORGANISATION_TYPE_ENUMERATION_ONLINE_PROVIDER
ORGANISATION is a third party online service. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 377:44]
ORGANISATION_TYPE_ENUMERATION_ONLINE_PROVIDER = 11; -
ORGANISATION_TYPE_ENUMERATION_OTHER
Other type of ORGANISATION. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 382:35]
ORGANISATION_TYPE_ENUMERATION_OTHER = 10; -
UNRECOGNIZED
-
-
Field Details
-
ORGANISATION_TYPE_ENUMERATION_UNSPECIFIED_VALUE
public static final int ORGANISATION_TYPE_ENUMERATION_UNSPECIFIED_VALUEDefault
ORGANISATION_TYPE_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
ORGANISATION_TYPE_ENUMERATION_AUTHORITY_VALUE
public static final int ORGANISATION_TYPE_ENUMERATION_AUTHORITY_VALUEORGANISATION is a Transport Authority or Agency. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 327:39]
ORGANISATION_TYPE_ENUMERATION_AUTHORITY = 1;- See Also:
-
ORGANISATION_TYPE_ENUMERATION_OPERATOR_VALUE
public static final int ORGANISATION_TYPE_ENUMERATION_OPERATOR_VALUEORGANISATION is a Public Transport OPERATOR. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 332:38]
ORGANISATION_TYPE_ENUMERATION_OPERATOR = 2;- See Also:
-
ORGANISATION_TYPE_ENUMERATION_RAIL_OPERATOR_VALUE
public static final int ORGANISATION_TYPE_ENUMERATION_RAIL_OPERATOR_VALUEORGANISATION is a Rail OPERATOR. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 337:42]
ORGANISATION_TYPE_ENUMERATION_RAIL_OPERATOR = 3;- See Also:
-
ORGANISATION_TYPE_ENUMERATION_RAIL_FREIGHT_OPERATOR_VALUE
public static final int ORGANISATION_TYPE_ENUMERATION_RAIL_FREIGHT_OPERATOR_VALUEORGANISATION is a rail freight OPERATOR. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 342:49]
ORGANISATION_TYPE_ENUMERATION_RAIL_FREIGHT_OPERATOR = 4;- See Also:
-
ORGANISATION_TYPE_ENUMERATION_STATUTORY_BODY_VALUE
public static final int ORGANISATION_TYPE_ENUMERATION_STATUTORY_BODY_VALUEORGANISATION is a statutory body or government department. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 347:43]
ORGANISATION_TYPE_ENUMERATION_STATUTORY_BODY = 5;- See Also:
-
ORGANISATION_TYPE_ENUMERATION_FACILITY_OPERATOR_VALUE
public static final int ORGANISATION_TYPE_ENUMERATION_FACILITY_OPERATOR_VALUEORGANISATION operates a facility such as a station. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 352:46]
ORGANISATION_TYPE_ENUMERATION_FACILITY_OPERATOR = 6;- See Also:
-
ORGANISATION_TYPE_ENUMERATION_TRAVEL_AGENT_VALUE
public static final int ORGANISATION_TYPE_ENUMERATION_TRAVEL_AGENT_VALUEORGANISATION is a Travel Agent. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 357:41]
ORGANISATION_TYPE_ENUMERATION_TRAVEL_AGENT = 7;- See Also:
-
ORGANISATION_TYPE_ENUMERATION_SERVICED_ORGANISATION_VALUE
public static final int ORGANISATION_TYPE_ENUMERATION_SERVICED_ORGANISATION_VALUEORGANISATION is a business or organisation served by public transport. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 362:50]
ORGANISATION_TYPE_ENUMERATION_SERVICED_ORGANISATION = 8;- See Also:
-
ORGANISATION_TYPE_ENUMERATION_RETAIL_CONSORTIUM_VALUE
public static final int ORGANISATION_TYPE_ENUMERATION_RETAIL_CONSORTIUM_VALUEORGANISATION is a trade association representing independent retailers. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 367:46]
ORGANISATION_TYPE_ENUMERATION_RETAIL_CONSORTIUM = 9;- See Also:
-
ORGANISATION_TYPE_ENUMERATION_ALTERNATIVE_MODE_OPERATOR_VALUE
public static final int ORGANISATION_TYPE_ENUMERATION_ALTERNATIVE_MODE_OPERATOR_VALUEORGANISATION is a transport OPERATOR. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 372:53]
ORGANISATION_TYPE_ENUMERATION_ALTERNATIVE_MODE_OPERATOR = 13;- See Also:
-
ORGANISATION_TYPE_ENUMERATION_ONLINE_PROVIDER_VALUE
public static final int ORGANISATION_TYPE_ENUMERATION_ONLINE_PROVIDER_VALUEORGANISATION is a third party online service. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 377:44]
ORGANISATION_TYPE_ENUMERATION_ONLINE_PROVIDER = 11;- See Also:
-
ORGANISATION_TYPE_ENUMERATION_OTHER_VALUE
public static final int ORGANISATION_TYPE_ENUMERATION_OTHER_VALUEOther type of ORGANISATION. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 382:35]
ORGANISATION_TYPE_ENUMERATION_OTHER = 10;- 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<OrganisationTypeEnumeration> 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 OrganisationTypeEnumeration 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
-