Package uk.org.netex.www.netex
Interface OrganisationalUnits_RelStructure.ChoiceWrapper_OrganisationalUnits_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrganisationalUnits_RelStructure.ChoiceWrapper_OrganisationalUnits_RelStructure,OrganisationalUnits_RelStructure.ChoiceWrapper_OrganisationalUnits_RelStructure.Builder
- Enclosing class:
OrganisationalUnits_RelStructure
public static interface OrganisationalUnits_RelStructure.ChoiceWrapper_OrganisationalUnits_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOrganisationalUnit of an ORGANISATION.OrganisationalUnit of an ORGANISATION.Reference to a ORGANISATIONAL UNIT.Reference to a ORGANISATIONAL UNIT.booleanOrganisationalUnit of an ORGANISATION.booleanReference to a ORGANISATIONAL UNIT.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
-
hasOrganisationalUnitRef
boolean hasOrganisationalUnitRef()Reference to a ORGANISATIONAL UNIT. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 140:122]
.uk.org.netex.www.netex.VersionOfObjectRefStructure organisational_unit_ref = 1;- Returns:
- Whether the organisationalUnitRef field is set.
-
getOrganisationalUnitRef
VersionOfObjectRefStructure getOrganisationalUnitRef()Reference to a ORGANISATIONAL UNIT. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 140:122]
.uk.org.netex.www.netex.VersionOfObjectRefStructure organisational_unit_ref = 1;- Returns:
- The organisationalUnitRef.
-
getOrganisationalUnitRefOrBuilder
VersionOfObjectRefStructureOrBuilder getOrganisationalUnitRefOrBuilder()Reference to a ORGANISATIONAL UNIT. [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 140:122]
.uk.org.netex.www.netex.VersionOfObjectRefStructure organisational_unit_ref = 1; -
hasOrganisationalUnit
boolean hasOrganisationalUnit()OrganisationalUnit of an ORGANISATION. [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 492:96]
.uk.org.netex.www.netex.OrganisationalUnitType organisational_unit = 2;- Returns:
- Whether the organisationalUnit field is set.
-
getOrganisationalUnit
OrganisationalUnitType getOrganisationalUnit()OrganisationalUnit of an ORGANISATION. [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 492:96]
.uk.org.netex.www.netex.OrganisationalUnitType organisational_unit = 2;- Returns:
- The organisationalUnit.
-
getOrganisationalUnitOrBuilder
OrganisationalUnitTypeOrBuilder getOrganisationalUnitOrBuilder()OrganisationalUnit of an ORGANISATION. [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 492:96]
.uk.org.netex.www.netex.OrganisationalUnitType organisational_unit = 2;
-