Package uk.org.netex.www.netex
Interface ResponsibilityRoleAssignments_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResponsibilityRoleAssignments_RelStructure,ResponsibilityRoleAssignments_RelStructure.Builder
public interface ResponsibilityRoleAssignments_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getResponsibilityRoleAssignment(int index) Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision.intAssignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision.Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision.getResponsibilityRoleAssignmentOrBuilder(int index) Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision.Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision.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.
-
getResponsibilityRoleAssignmentList
List<ResponsibilityRoleAssignment_VersionedChildStructure> getResponsibilityRoleAssignmentList()Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision. [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 230:111]
repeated .uk.org.netex.www.netex.ResponsibilityRoleAssignment_VersionedChildStructure responsibility_role_assignment = 2; -
getResponsibilityRoleAssignment
Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision. [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 230:111]
repeated .uk.org.netex.www.netex.ResponsibilityRoleAssignment_VersionedChildStructure responsibility_role_assignment = 2; -
getResponsibilityRoleAssignmentCount
int getResponsibilityRoleAssignmentCount()Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision. [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 230:111]
repeated .uk.org.netex.www.netex.ResponsibilityRoleAssignment_VersionedChildStructure responsibility_role_assignment = 2; -
getResponsibilityRoleAssignmentOrBuilderList
List<? extends ResponsibilityRoleAssignment_VersionedChildStructureOrBuilder> getResponsibilityRoleAssignmentOrBuilderList()Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision. [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 230:111]
repeated .uk.org.netex.www.netex.ResponsibilityRoleAssignment_VersionedChildStructure responsibility_role_assignment = 2; -
getResponsibilityRoleAssignmentOrBuilder
ResponsibilityRoleAssignment_VersionedChildStructureOrBuilder getResponsibilityRoleAssignmentOrBuilder(int index) Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision. [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 230:111]
repeated .uk.org.netex.www.netex.ResponsibilityRoleAssignment_VersionedChildStructure responsibility_role_assignment = 2;
-