Package uk.org.netex.www.netex
Interface Block_VersionStructure_DayTypesTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Block_VersionStructure_DayTypesType,Block_VersionStructure_DayTypesType.Builder
public interface Block_VersionStructure_DayTypesTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDayTypeRef(int index) Reference to a DAY TYPE.intReference to a DAY TYPE.Reference to a DAY TYPE.getDayTypeRefOrBuilder(int index) Reference to a DAY TYPE.List<? extends ChoiceWrapper_DayTypeRefStructureOrBuilder> Reference to a DAY TYPE.getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.Whether this is a list of all (revise) or just changes.intWhether this is a list of all (revise) or just changes.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
-
getId
String getId()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The bytes for id.
-
getModificationSetValue
int getModificationSetValue()Whether this is a list of all (revise) or just changes. [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
.uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;- Returns:
- The enum numeric value on the wire for modificationSet.
-
getModificationSet
ModificationSetEnumeration getModificationSet()Whether this is a list of all (revise) or just changes. [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
.uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;- Returns:
- The modificationSet.
-
getDayTypeRefList
List<ChoiceWrapper_DayTypeRefStructure> getDayTypeRefList()Reference to a DAY TYPE. [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 77:99]
repeated .uk.org.netex.www.netex.ChoiceWrapper_DayTypeRefStructure day_type_ref = 3; -
getDayTypeRef
Reference to a DAY TYPE. [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 77:99]
repeated .uk.org.netex.www.netex.ChoiceWrapper_DayTypeRefStructure day_type_ref = 3; -
getDayTypeRefCount
int getDayTypeRefCount()Reference to a DAY TYPE. [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 77:99]
repeated .uk.org.netex.www.netex.ChoiceWrapper_DayTypeRefStructure day_type_ref = 3; -
getDayTypeRefOrBuilderList
List<? extends ChoiceWrapper_DayTypeRefStructureOrBuilder> getDayTypeRefOrBuilderList()Reference to a DAY TYPE. [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 77:99]
repeated .uk.org.netex.www.netex.ChoiceWrapper_DayTypeRefStructure day_type_ref = 3; -
getDayTypeRefOrBuilder
Reference to a DAY TYPE. [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 77:99]
repeated .uk.org.netex.www.netex.ChoiceWrapper_DayTypeRefStructure day_type_ref = 3;
-