Package uk.org.netex.www.netex
Interface DayTypesInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DayTypesInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure,DayTypesInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure.Builder
- Enclosing class:
DayTypesInFrame_RelStructure
public static interface DayTypesInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDayTypesInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure.DataManagedObjectStructureCaseA type of day characterized by one or more properties which affect public transport operation.A type of day characterized by one or more properties which affect public transport operation.A type of day used in the fare collection domain, characterized by one or more properties which affect the definition of access rights and prices in the fare system.A type of day used in the fare collection domain, characterized by one or more properties which affect the definition of access rights and prices in the fare system.DAY TYPE defined as being available on days when ORGANISATION is open and requires service.DAY TYPE defined as being available on days when ORGANISATION is open and requires service.booleanA type of day characterized by one or more properties which affect public transport operation.booleanA type of day used in the fare collection domain, characterized by one or more properties which affect the definition of access rights and prices in the fare system.booleanDAY TYPE defined as being available on days when ORGANISATION is open and requires service.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDayType
boolean hasDayType()A type of day characterized by one or more properties which affect public transport operation. For example: weekday in school holidays. [netex_framework/netex_reusableComponents/netex_dayType_version.xsd at 121:59]
.uk.org.netex.www.netex.DayTypeType day_type = 1;- Returns:
- Whether the dayType field is set.
-
getDayType
DayTypeType getDayType()A type of day characterized by one or more properties which affect public transport operation. For example: weekday in school holidays. [netex_framework/netex_reusableComponents/netex_dayType_version.xsd at 121:59]
.uk.org.netex.www.netex.DayTypeType day_type = 1;- Returns:
- The dayType.
-
getDayTypeOrBuilder
DayTypeTypeOrBuilder getDayTypeOrBuilder()A type of day characterized by one or more properties which affect public transport operation. For example: weekday in school holidays. [netex_framework/netex_reusableComponents/netex_dayType_version.xsd at 121:59]
.uk.org.netex.www.netex.DayTypeType day_type = 1; -
hasOrganisationDayType
boolean hasOrganisationDayType()DAY TYPE defined as being available on days when ORGANISATION is open and requires service. [netex_framework/netex_reusableComponents/netex_otherOrganisation_version.xsd at 276:71]
.uk.org.netex.www.netex.OrganisationDayTypeType organisation_day_type = 2;- Returns:
- Whether the organisationDayType field is set.
-
getOrganisationDayType
OrganisationDayTypeType getOrganisationDayType()DAY TYPE defined as being available on days when ORGANISATION is open and requires service. [netex_framework/netex_reusableComponents/netex_otherOrganisation_version.xsd at 276:71]
.uk.org.netex.www.netex.OrganisationDayTypeType organisation_day_type = 2;- Returns:
- The organisationDayType.
-
getOrganisationDayTypeOrBuilder
OrganisationDayTypeTypeOrBuilder getOrganisationDayTypeOrBuilder()DAY TYPE defined as being available on days when ORGANISATION is open and requires service. [netex_framework/netex_reusableComponents/netex_otherOrganisation_version.xsd at 276:71]
.uk.org.netex.www.netex.OrganisationDayTypeType organisation_day_type = 2; -
hasFareDayType
boolean hasFareDayType()A type of day used in the fare collection domain, characterized by one or more properties which affect the definition of access rights and prices in the fare system. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 376:80]
.uk.org.netex.www.netex.FareDayTypeType fare_day_type = 3;- Returns:
- Whether the fareDayType field is set.
-
getFareDayType
FareDayTypeType getFareDayType()A type of day used in the fare collection domain, characterized by one or more properties which affect the definition of access rights and prices in the fare system. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 376:80]
.uk.org.netex.www.netex.FareDayTypeType fare_day_type = 3;- Returns:
- The fareDayType.
-
getFareDayTypeOrBuilder
FareDayTypeTypeOrBuilder getFareDayTypeOrBuilder()A type of day used in the fare collection domain, characterized by one or more properties which affect the definition of access rights and prices in the fare system. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 376:80]
.uk.org.netex.www.netex.FareDayTypeType fare_day_type = 3; -
getDataManagedObjectStructureCase
DayTypesInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure.DataManagedObjectStructureCase getDataManagedObjectStructureCase()
-