Package uk.org.netex.www.netex
Interface ControlCentres_RelStructure.ChoiceWrapper_ControlCentres_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControlCentres_RelStructure.ChoiceWrapper_ControlCentres_RelStructure,ControlCentres_RelStructure.ChoiceWrapper_ControlCentres_RelStructure.Builder
- Enclosing class:
ControlCentres_RelStructure
public static interface ControlCentres_RelStructure.ChoiceWrapper_ControlCentres_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAn ORGANISATION PART for an operational team who are responsible for issuing commands to control the services.An ORGANISATION PART for an operational team who are responsible for issuing commands to control the services.Reference to a CONTROL CENTRE.Reference to a CONTROL CENTRE.booleanAn ORGANISATION PART for an operational team who are responsible for issuing commands to control the services.booleanReference to a CONTROL CENTRE.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
-
hasControlCentreRef
boolean hasControlCentreRef()Reference to a CONTROL CENTRE. [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 342:112]
.uk.org.netex.www.netex.VersionOfObjectRefStructure control_centre_ref = 1;- Returns:
- Whether the controlCentreRef field is set.
-
getControlCentreRef
VersionOfObjectRefStructure getControlCentreRef()Reference to a CONTROL CENTRE. [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 342:112]
.uk.org.netex.www.netex.VersionOfObjectRefStructure control_centre_ref = 1;- Returns:
- The controlCentreRef.
-
getControlCentreRefOrBuilder
VersionOfObjectRefStructureOrBuilder getControlCentreRefOrBuilder()Reference to a CONTROL CENTRE. [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 342:112]
.uk.org.netex.www.netex.VersionOfObjectRefStructure control_centre_ref = 1; -
hasControlCentre
boolean hasControlCentre()An ORGANISATION PART for an operational team who are responsible for issuing commands to control the services. [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 610:74]
.uk.org.netex.www.netex.ControlCentreType control_centre = 2;- Returns:
- Whether the controlCentre field is set.
-
getControlCentre
ControlCentreType getControlCentre()An ORGANISATION PART for an operational team who are responsible for issuing commands to control the services. [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 610:74]
.uk.org.netex.www.netex.ControlCentreType control_centre = 2;- Returns:
- The controlCentre.
-
getControlCentreOrBuilder
ControlCentreTypeOrBuilder getControlCentreOrBuilder()An ORGANISATION PART for an operational team who are responsible for issuing commands to control the services. [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 610:74]
.uk.org.netex.www.netex.ControlCentreType control_centre = 2;
-