Package uk.org.netex.www.netex
Interface CellRefs_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CellRefs_RelStructure,CellRefs_RelStructure.Builder
public interface CellRefs_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCellRef(int index) Reference to a CELL.intReference to a CELL.Reference to a CELL.getCellRefOrBuilder(int index) Reference to a CELL.List<? extends VersionOfObjectRefStructureOrBuilder> Reference to a CELL.getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.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.
-
getCellRefList
List<VersionOfObjectRefStructure> getCellRefList()Reference to a CELL. [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 2; -
getCellRef
Reference to a CELL. [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 2; -
getCellRefCount
int getCellRefCount()Reference to a CELL. [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 2; -
getCellRefOrBuilderList
List<? extends VersionOfObjectRefStructureOrBuilder> getCellRefOrBuilderList()Reference to a CELL. [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 2; -
getCellRefOrBuilder
Reference to a CELL. [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 2;
-