Package uk.org.netex.www.netex
Interface ResponsibilityRoles_RelStructure.ChoiceWrapper_ResponsibilityRoles_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResponsibilityRoles_RelStructure.ChoiceWrapper_ResponsibilityRoles_RelStructure,ResponsibilityRoles_RelStructure.ChoiceWrapper_ResponsibilityRoles_RelStructure.Builder
- Enclosing class:
ResponsibilityRoles_RelStructure
public static interface ResponsibilityRoles_RelStructure.ChoiceWrapper_ResponsibilityRoles_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA particular role an ORGANISATION or an ORGANISATION PART is playing.A particular role an ORGANISATION or an ORGANISATION PART is playing.Reference to a RESPONSIBILITY ROLE.Reference to a RESPONSIBILITY ROLE.booleanA particular role an ORGANISATION or an ORGANISATION PART is playing.booleanReference to a RESPONSIBILITY ROLE.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
-
hasResponsibilityRoleRef
boolean hasResponsibilityRoleRef()Reference to a RESPONSIBILITY ROLE. [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 276:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure responsibility_role_ref = 1;- Returns:
- Whether the responsibilityRoleRef field is set.
-
getResponsibilityRoleRef
VersionOfObjectRefStructure getResponsibilityRoleRef()Reference to a RESPONSIBILITY ROLE. [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 276:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure responsibility_role_ref = 1;- Returns:
- The responsibilityRoleRef.
-
getResponsibilityRoleRefOrBuilder
VersionOfObjectRefStructureOrBuilder getResponsibilityRoleRefOrBuilder()Reference to a RESPONSIBILITY ROLE. [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 276:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure responsibility_role_ref = 1; -
hasResponsibilityRole
boolean hasResponsibilityRole()A particular role an ORGANISATION or an ORGANISATION PART is playing. +v1.1 [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 179:95]
.uk.org.netex.www.netex.ResponsibilityRoleType responsibility_role = 2;- Returns:
- Whether the responsibilityRole field is set.
-
getResponsibilityRole
ResponsibilityRoleType getResponsibilityRole()A particular role an ORGANISATION or an ORGANISATION PART is playing. +v1.1 [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 179:95]
.uk.org.netex.www.netex.ResponsibilityRoleType responsibility_role = 2;- Returns:
- The responsibilityRole.
-
getResponsibilityRoleOrBuilder
ResponsibilityRoleTypeOrBuilder getResponsibilityRoleOrBuilder()A particular role an ORGANISATION or an ORGANISATION PART is playing. +v1.1 [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 179:95]
.uk.org.netex.www.netex.ResponsibilityRoleType responsibility_role = 2;
-