Package uk.org.netex.www.netex
Interface ResponsibilitySets_RelStructure.ChoiceWrapper_ResponsibilitySets_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResponsibilitySets_RelStructure.ChoiceWrapper_ResponsibilitySets_RelStructure,ResponsibilitySets_RelStructure.ChoiceWrapper_ResponsibilitySets_RelStructure.Builder
- Enclosing class:
ResponsibilitySets_RelStructure
public static interface ResponsibilitySets_RelStructure.ChoiceWrapper_ResponsibilitySets_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA set of responsibility roles assignments that can be associated with a DATA MANAGED OBJECT.A set of responsibility roles assignments that can be associated with a DATA MANAGED OBJECT.Reference to RESPONSIBILITY SET for managing the object.Reference to RESPONSIBILITY SET for managing the object.booleanA set of responsibility roles assignments that can be associated with a DATA MANAGED OBJECT.booleanReference to RESPONSIBILITY SET for managing the object.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
-
hasResponsibilitySetRef
boolean hasResponsibilitySetRef()Reference to RESPONSIBILITY SET for managing the object. If absent, then responsibility is same as for containing context of this object. [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 68:119]
.uk.org.netex.www.netex.VersionOfObjectRefStructure responsibility_set_ref = 1;- Returns:
- Whether the responsibilitySetRef field is set.
-
getResponsibilitySetRef
VersionOfObjectRefStructure getResponsibilitySetRef()Reference to RESPONSIBILITY SET for managing the object. If absent, then responsibility is same as for containing context of this object. [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 68:119]
.uk.org.netex.www.netex.VersionOfObjectRefStructure responsibility_set_ref = 1;- Returns:
- The responsibilitySetRef.
-
getResponsibilitySetRefOrBuilder
VersionOfObjectRefStructureOrBuilder getResponsibilitySetRefOrBuilder()Reference to RESPONSIBILITY SET for managing the object. If absent, then responsibility is same as for containing context of this object. [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 68:119]
.uk.org.netex.www.netex.VersionOfObjectRefStructure responsibility_set_ref = 1; -
hasResponsibilitySet
boolean hasResponsibilitySet()A set of responsibility roles assignments that can be associated with a DATA MANAGED OBJECT. A Child ENTITY has the same responsibilities as its parent. [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 115:78]
.uk.org.netex.www.netex.ResponsibilitySetType responsibility_set = 2;- Returns:
- Whether the responsibilitySet field is set.
-
getResponsibilitySet
ResponsibilitySetType getResponsibilitySet()A set of responsibility roles assignments that can be associated with a DATA MANAGED OBJECT. A Child ENTITY has the same responsibilities as its parent. [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 115:78]
.uk.org.netex.www.netex.ResponsibilitySetType responsibility_set = 2;- Returns:
- The responsibilitySet.
-
getResponsibilitySetOrBuilder
ResponsibilitySetTypeOrBuilder getResponsibilitySetOrBuilder()A set of responsibility roles assignments that can be associated with a DATA MANAGED OBJECT. A Child ENTITY has the same responsibilities as its parent. [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 115:78]
.uk.org.netex.www.netex.ResponsibilitySetType responsibility_set = 2;
-