Interface Codespaces_RelStructure.ChoiceWrapper_Codespaces_RelStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Codespaces_RelStructure.ChoiceWrapper_Codespaces_RelStructure, Codespaces_RelStructure.ChoiceWrapper_Codespaces_RelStructure.Builder
Enclosing class:
Codespaces_RelStructure

public static interface Codespaces_RelStructure.ChoiceWrapper_Codespaces_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCodespaceRef

      boolean hasCodespaceRef()
       Reference to a CODESPACE.  [netex_framework/netex_responsibility/netex_entity_support.xsd at 88:64]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure codespace_ref = 1;
      Returns:
      Whether the codespaceRef field is set.
    • getCodespaceRef

      VersionOfObjectRefStructure getCodespaceRef()
       Reference to a CODESPACE.  [netex_framework/netex_responsibility/netex_entity_support.xsd at 88:64]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure codespace_ref = 1;
      Returns:
      The codespaceRef.
    • getCodespaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCodespaceRefOrBuilder()
       Reference to a CODESPACE.  [netex_framework/netex_responsibility/netex_entity_support.xsd at 88:64]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure codespace_ref = 1;
    • hasCodespace

      boolean hasCodespace()
       A system for uniquely identifying objects of a given type. Used for the distributed management of objects from many different sources. For example eachregion of a country may be given a different codespace to use when allocating stop identifieres which will be unique within a country.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 71:49]
       
      .uk.org.netex.www.netex.CodespaceType codespace = 2;
      Returns:
      Whether the codespace field is set.
    • getCodespace

      CodespaceType getCodespace()
       A system for uniquely identifying objects of a given type. Used for the distributed management of objects from many different sources. For example eachregion of a country may be given a different codespace to use when allocating stop identifieres which will be unique within a country.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 71:49]
       
      .uk.org.netex.www.netex.CodespaceType codespace = 2;
      Returns:
      The codespace.
    • getCodespaceOrBuilder

      CodespaceTypeOrBuilder getCodespaceOrBuilder()
       A system for uniquely identifying objects of a given type. Used for the distributed management of objects from many different sources. For example eachregion of a country may be given a different codespace to use when allocating stop identifieres which will be unique within a country.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 71:49]
       
      .uk.org.netex.www.netex.CodespaceType codespace = 2;