Interface SiteFrameTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SiteFrameType, SiteFrameType.Builder

@Generated public interface SiteFrameTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCreated

      boolean hasCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Returns:
      Whether the created field is set.
    • getCreated

      com.google.protobuf.Timestamp getCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Returns:
      The created.
    • getCreatedOrBuilder

      com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • hasChanged

      boolean hasChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Returns:
      Whether the changed field is set.
    • getChanged

      com.google.protobuf.Timestamp getChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Returns:
      The changed.
    • getChangedOrBuilder

      com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • getVersion

      String getVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      The bytes for version.
    • getStatusValue

      int getStatusValue()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      StatusEnumeration getStatus()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Returns:
      The status.
    • getDerivedFromVersionRef

      String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 513;
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      com.google.protobuf.ByteString getDerivedFromVersionRefBytes()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 513;
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      String getDerivedFromObjectRef()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 514;
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      com.google.protobuf.ByteString getDerivedFromObjectRefBytes()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 514;
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      boolean hasValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      ValidityConditions_RelStructure getValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      ValidityConditions_RelStructureOrBuilder getValidityConditionsOrBuilder()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
    • getValidBetweenList

      List<ValidBetweenType> getValidBetweenList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetween

      ValidBetweenType getValidBetween(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenCount

      int getValidBetweenCount()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenOrBuilderList

      List<? extends ValidBetweenTypeOrBuilder> getValidBetweenOrBuilderList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenOrBuilder

      ValidBetweenTypeOrBuilder getValidBetweenOrBuilder(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • hasAlternativeTexts

      boolean hasAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      AlternativeTexts_RelStructure getAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      AlternativeTexts_RelStructureOrBuilder getAlternativeTextsOrBuilder()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
    • hasKeyList

      boolean hasKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Returns:
      Whether the keyList field is set.
    • getKeyList

      KeyListStructure getKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Returns:
      The keyList.
    • getKeyListOrBuilder

      KeyListStructureOrBuilder getKeyListOrBuilder()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • hasExtensions

      boolean hasExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Returns:
      Whether the extensions field is set.
    • getExtensions

      ExtensionsStructure getExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      ExtensionsStructureOrBuilder getExtensionsOrBuilder()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
    • hasBrandingRef

      boolean hasBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      VersionOfObjectRefStructure getBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • hasName

      boolean hasName()
       Name of VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 89:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      Whether the name field is set.
    • getName

       Name of VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 89:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 89:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • hasDescription

      boolean hasDescription()
       Description of VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 94:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Description of VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 94:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 94:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • hasTypeOfFrameRef

      boolean hasTypeOfFrameRef()
       Reference to a TYPE OF VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 123:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_frame_ref = 163;
      Returns:
      Whether the typeOfFrameRef field is set.
    • getTypeOfFrameRef

      VersionOfObjectRefStructure getTypeOfFrameRef()
       Reference to a TYPE OF VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 123:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_frame_ref = 163;
      Returns:
      The typeOfFrameRef.
    • getTypeOfFrameRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfFrameRefOrBuilder()
       Reference to a TYPE OF VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 123:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_frame_ref = 163;
    • hasBaselineVersionFrameRef

      boolean hasBaselineVersionFrameRef()
       Prerequisite Baseline VERSION FRAME  that all objects in this VERSION require.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 104:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure baseline_version_frame_ref = 164;
      Returns:
      Whether the baselineVersionFrameRef field is set.
    • getBaselineVersionFrameRef

      VersionOfObjectRefStructure getBaselineVersionFrameRef()
       Prerequisite Baseline VERSION FRAME  that all objects in this VERSION require.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 104:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure baseline_version_frame_ref = 164;
      Returns:
      The baselineVersionFrameRef.
    • getBaselineVersionFrameRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getBaselineVersionFrameRefOrBuilder()
       Prerequisite Baseline VERSION FRAME  that all objects in this VERSION require.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 104:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure baseline_version_frame_ref = 164;
    • hasCodespaces

      boolean hasCodespaces()
       CODE SPACES used in this frame. Normally there will be at least one.  A default may be specified in the Frame defaults.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 109:80]
       
      .uk.org.netex.www.netex.Codespaces_RelStructure codespaces = 165;
      Returns:
      Whether the codespaces field is set.
    • getCodespaces

      Codespaces_RelStructure getCodespaces()
       CODE SPACES used in this frame. Normally there will be at least one.  A default may be specified in the Frame defaults.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 109:80]
       
      .uk.org.netex.www.netex.Codespaces_RelStructure codespaces = 165;
      Returns:
      The codespaces.
    • getCodespacesOrBuilder

      Codespaces_RelStructureOrBuilder getCodespacesOrBuilder()
       CODE SPACES used in this frame. Normally there will be at least one.  A default may be specified in the Frame defaults.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 109:80]
       
      .uk.org.netex.www.netex.Codespaces_RelStructure codespaces = 165;
    • hasFrameDefaults

      boolean hasFrameDefaults()
       Default values to use on elements in the frame  that do not explicitly state a value.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 114:89]
       
      .uk.org.netex.www.netex.VersionFrameDefaultsStructure frame_defaults = 166;
      Returns:
      Whether the frameDefaults field is set.
    • getFrameDefaults

      VersionFrameDefaultsStructure getFrameDefaults()
       Default values to use on elements in the frame  that do not explicitly state a value.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 114:89]
       
      .uk.org.netex.www.netex.VersionFrameDefaultsStructure frame_defaults = 166;
      Returns:
      The frameDefaults.
    • getFrameDefaultsOrBuilder

      VersionFrameDefaultsStructureOrBuilder getFrameDefaultsOrBuilder()
       Default values to use on elements in the frame  that do not explicitly state a value.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 114:89]
       
      .uk.org.netex.www.netex.VersionFrameDefaultsStructure frame_defaults = 166;
    • hasVersions

      boolean hasVersions()
       Formal definitions of VERSIONs included in frame.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 119:76]
       
      .uk.org.netex.www.netex.Versions_RelStructure versions = 167;
      Returns:
      Whether the versions field is set.
    • getVersions

      Versions_RelStructure getVersions()
       Formal definitions of VERSIONs included in frame.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 119:76]
       
      .uk.org.netex.www.netex.Versions_RelStructure versions = 167;
      Returns:
      The versions.
    • getVersionsOrBuilder

      Versions_RelStructureOrBuilder getVersionsOrBuilder()
       Formal definitions of VERSIONs included in frame.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 119:76]
       
      .uk.org.netex.www.netex.Versions_RelStructure versions = 167;
    • hasPrerequisites

      boolean hasPrerequisites()
       Prerequisite VERSION FRAMEs containing elements  that this frame depends on.  +v1.1  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 124:89]
       
      .uk.org.netex.www.netex.VersionFrameRefs_RelStructure prerequisites = 168;
      Returns:
      Whether the prerequisites field is set.
    • getPrerequisites

      VersionFrameRefs_RelStructure getPrerequisites()
       Prerequisite VERSION FRAMEs containing elements  that this frame depends on.  +v1.1  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 124:89]
       
      .uk.org.netex.www.netex.VersionFrameRefs_RelStructure prerequisites = 168;
      Returns:
      The prerequisites.
    • getPrerequisitesOrBuilder

      VersionFrameRefs_RelStructureOrBuilder getPrerequisitesOrBuilder()
       Prerequisite VERSION FRAMEs containing elements  that this frame depends on.  +v1.1  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 124:89]
       
      .uk.org.netex.www.netex.VersionFrameRefs_RelStructure prerequisites = 168;
    • hasTraces

      boolean hasTraces()
       TRACEs recording changes to ENTITIES in FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 129:72]
       
      .uk.org.netex.www.netex.Traces_RelStructure traces = 169;
      Returns:
      Whether the traces field is set.
    • getTraces

      Traces_RelStructure getTraces()
       TRACEs recording changes to ENTITIES in FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 129:72]
       
      .uk.org.netex.www.netex.Traces_RelStructure traces = 169;
      Returns:
      The traces.
    • getTracesOrBuilder

      Traces_RelStructureOrBuilder getTracesOrBuilder()
       TRACEs recording changes to ENTITIES in FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 129:72]
       
      .uk.org.netex.www.netex.Traces_RelStructure traces = 169;
    • hasContentValidityConditions

      boolean hasContentValidityConditions()
       Common VALIDITY CONDITIONs used by elements in frame.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 151:103]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure content_validity_conditions = 170;
      Returns:
      Whether the contentValidityConditions field is set.
    • getContentValidityConditions

      ValidityConditions_RelStructure getContentValidityConditions()
       Common VALIDITY CONDITIONs used by elements in frame.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 151:103]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure content_validity_conditions = 170;
      Returns:
      The contentValidityConditions.
    • getContentValidityConditionsOrBuilder

      ValidityConditions_RelStructureOrBuilder getContentValidityConditionsOrBuilder()
       Common VALIDITY CONDITIONs used by elements in frame.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 151:103]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure content_validity_conditions = 170;
    • hasLayers

      boolean hasLayers()
       layers included in frame  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 139:75]
       
      .uk.org.netex.www.netex.LayerRefs_RelStructure layers = 181;
      Returns:
      Whether the layers field is set.
    • getLayers

       layers included in frame  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 139:75]
       
      .uk.org.netex.www.netex.LayerRefs_RelStructure layers = 181;
      Returns:
      The layers.
    • getLayersOrBuilder

      LayerRefs_RelStructureOrBuilder getLayersOrBuilder()
       layers included in frame  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 139:75]
       
      .uk.org.netex.www.netex.LayerRefs_RelStructure layers = 181;
    • hasCountries

      boolean hasCountries()
       COUNTRIES in Frame  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 187:85]
       
      .uk.org.netex.www.netex.CountriesInFrame_RelStructure countries = 411;
      Returns:
      Whether the countries field is set.
    • getCountries

       COUNTRIES in Frame  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 187:85]
       
      .uk.org.netex.www.netex.CountriesInFrame_RelStructure countries = 411;
      Returns:
      The countries.
    • getCountriesOrBuilder

       COUNTRIES in Frame  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 187:85]
       
      .uk.org.netex.www.netex.CountriesInFrame_RelStructure countries = 411;
    • hasTopographicPlaces

      boolean hasTopographicPlaces()
       PLACEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 192:101]
       
      .uk.org.netex.www.netex.TopographicPlacesInFrame_RelStructure topographic_places = 412;
      Returns:
      Whether the topographicPlaces field is set.
    • getTopographicPlaces

       PLACEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 192:101]
       
      .uk.org.netex.www.netex.TopographicPlacesInFrame_RelStructure topographic_places = 412;
      Returns:
      The topographicPlaces.
    • getTopographicPlacesOrBuilder

      TopographicPlacesInFrame_RelStructureOrBuilder getTopographicPlacesOrBuilder()
       PLACEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 192:101]
       
      .uk.org.netex.www.netex.TopographicPlacesInFrame_RelStructure topographic_places = 412;
    • hasAddresses

      boolean hasAddresses()
       ADDRESSes in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 197:85]
       
      .uk.org.netex.www.netex.AddressesInFrame_RelStructure addresses = 413;
      Returns:
      Whether the addresses field is set.
    • getAddresses

       ADDRESSes in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 197:85]
       
      .uk.org.netex.www.netex.AddressesInFrame_RelStructure addresses = 413;
      Returns:
      The addresses.
    • getAddressesOrBuilder

       ADDRESSes in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 197:85]
       
      .uk.org.netex.www.netex.AddressesInFrame_RelStructure addresses = 413;
    • hasAccesses

      boolean hasAccesses()
       ACCESS links in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 202:83]
       
      .uk.org.netex.www.netex.AccessesInFrame_RelStructure accesses = 414;
      Returns:
      Whether the accesses field is set.
    • getAccesses

       ACCESS links in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 202:83]
       
      .uk.org.netex.www.netex.AccessesInFrame_RelStructure accesses = 414;
      Returns:
      The accesses.
    • getAccessesOrBuilder

       ACCESS links in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 202:83]
       
      .uk.org.netex.www.netex.AccessesInFrame_RelStructure accesses = 414;
    • hasGroupsOfStopPlaces

      boolean hasGroupsOfStopPlaces()
       GROUPS of STOP PLACEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 155:103]
       
      .uk.org.netex.www.netex.GroupsOfStopPlacesInFrame_RelStructure groups_of_stop_places = 421;
      Returns:
      Whether the groupsOfStopPlaces field is set.
    • getGroupsOfStopPlaces

       GROUPS of STOP PLACEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 155:103]
       
      .uk.org.netex.www.netex.GroupsOfStopPlacesInFrame_RelStructure groups_of_stop_places = 421;
      Returns:
      The groupsOfStopPlaces.
    • getGroupsOfStopPlacesOrBuilder

      GroupsOfStopPlacesInFrame_RelStructureOrBuilder getGroupsOfStopPlacesOrBuilder()
       GROUPS of STOP PLACEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 155:103]
       
      .uk.org.netex.www.netex.GroupsOfStopPlacesInFrame_RelStructure groups_of_stop_places = 421;
    • hasStopPlaces

      boolean hasStopPlaces()
       STOP PLACEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 160:87]
       
      .uk.org.netex.www.netex.StopPlacesInFrame_RelStructure stop_places = 422;
      Returns:
      Whether the stopPlaces field is set.
    • getStopPlaces

       STOP PLACEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 160:87]
       
      .uk.org.netex.www.netex.StopPlacesInFrame_RelStructure stop_places = 422;
      Returns:
      The stopPlaces.
    • getStopPlacesOrBuilder

      StopPlacesInFrame_RelStructureOrBuilder getStopPlacesOrBuilder()
       STOP PLACEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 160:87]
       
      .uk.org.netex.www.netex.StopPlacesInFrame_RelStructure stop_places = 422;
    • hasFlexibleStopPlaces

      boolean hasFlexibleStopPlaces()
       STOP PLACEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 165:103]
       
      .uk.org.netex.www.netex.FlexibleStopPlacesInFrame_RelStructure flexible_stop_places = 423;
      Returns:
      Whether the flexibleStopPlaces field is set.
    • getFlexibleStopPlaces

       STOP PLACEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 165:103]
       
      .uk.org.netex.www.netex.FlexibleStopPlacesInFrame_RelStructure flexible_stop_places = 423;
      Returns:
      The flexibleStopPlaces.
    • getFlexibleStopPlacesOrBuilder

      FlexibleStopPlacesInFrame_RelStructureOrBuilder getFlexibleStopPlacesOrBuilder()
       STOP PLACEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 165:103]
       
      .uk.org.netex.www.netex.FlexibleStopPlacesInFrame_RelStructure flexible_stop_places = 423;
    • hasPointsOfInterest

      boolean hasPointsOfInterest()
       POINTS OF INTEREST in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 170:99]
       
      .uk.org.netex.www.netex.PointsOfInterestInFrame_RelStructure points_of_interest = 424;
      Returns:
      Whether the pointsOfInterest field is set.
    • getPointsOfInterest

       POINTS OF INTEREST in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 170:99]
       
      .uk.org.netex.www.netex.PointsOfInterestInFrame_RelStructure points_of_interest = 424;
      Returns:
      The pointsOfInterest.
    • getPointsOfInterestOrBuilder

      PointsOfInterestInFrame_RelStructureOrBuilder getPointsOfInterestOrBuilder()
       POINTS OF INTEREST in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 170:99]
       
      .uk.org.netex.www.netex.PointsOfInterestInFrame_RelStructure points_of_interest = 424;
    • hasParkings

      boolean hasParkings()
       PARKINGs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 175:83]
       
      .uk.org.netex.www.netex.ParkingsInFrame_RelStructure parkings = 425;
      Returns:
      Whether the parkings field is set.
    • getParkings

       PARKINGs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 175:83]
       
      .uk.org.netex.www.netex.ParkingsInFrame_RelStructure parkings = 425;
      Returns:
      The parkings.
    • getParkingsOrBuilder

       PARKINGs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 175:83]
       
      .uk.org.netex.www.netex.ParkingsInFrame_RelStructure parkings = 425;
    • hasNavigationPaths

      boolean hasNavigationPaths()
       NAVIGATION PATHs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 85:97]
       
      .uk.org.netex.www.netex.NavigationPathsInFrame_RelStructure navigation_paths = 431;
      Returns:
      Whether the navigationPaths field is set.
    • getNavigationPaths

       NAVIGATION PATHs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 85:97]
       
      .uk.org.netex.www.netex.NavigationPathsInFrame_RelStructure navigation_paths = 431;
      Returns:
      The navigationPaths.
    • getNavigationPathsOrBuilder

      NavigationPathsInFrame_RelStructureOrBuilder getNavigationPathsOrBuilder()
       NAVIGATION PATHs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 85:97]
       
      .uk.org.netex.www.netex.NavigationPathsInFrame_RelStructure navigation_paths = 431;
    • hasPathLinks

      boolean hasPathLinks()
       PATH LINKs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 90:85]
       
      .uk.org.netex.www.netex.PathLinksInFrame_RelStructure path_links = 432;
      Returns:
      Whether the pathLinks field is set.
    • getPathLinks

       PATH LINKs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 90:85]
       
      .uk.org.netex.www.netex.PathLinksInFrame_RelStructure path_links = 432;
      Returns:
      The pathLinks.
    • getPathLinksOrBuilder

       PATH LINKs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 90:85]
       
      .uk.org.netex.www.netex.PathLinksInFrame_RelStructure path_links = 432;
    • hasPathJunctions

      boolean hasPathJunctions()
       PATH JUNCTIONs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 95:93]
       
      .uk.org.netex.www.netex.PathJunctionsInFrame_RelStructure path_junctions = 433;
      Returns:
      Whether the pathJunctions field is set.
    • getPathJunctions

       PATH JUNCTIONs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 95:93]
       
      .uk.org.netex.www.netex.PathJunctionsInFrame_RelStructure path_junctions = 433;
      Returns:
      The pathJunctions.
    • getPathJunctionsOrBuilder

      PathJunctionsInFrame_RelStructureOrBuilder getPathJunctionsOrBuilder()
       PATH JUNCTIONs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 95:93]
       
      .uk.org.netex.www.netex.PathJunctionsInFrame_RelStructure path_junctions = 433;
    • hasCheckConstraints

      boolean hasCheckConstraints()
       CHECK CONSTRAINTs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 71:98]
       
      .uk.org.netex.www.netex.CheckConstraintInFrame_RelStructure check_constraints = 441;
      Returns:
      Whether the checkConstraints field is set.
    • getCheckConstraints

       CHECK CONSTRAINTs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 71:98]
       
      .uk.org.netex.www.netex.CheckConstraintInFrame_RelStructure check_constraints = 441;
      Returns:
      The checkConstraints.
    • getCheckConstraintsOrBuilder

      CheckConstraintInFrame_RelStructureOrBuilder getCheckConstraintsOrBuilder()
       CHECK CONSTRAINTs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 71:98]
       
      .uk.org.netex.www.netex.CheckConstraintInFrame_RelStructure check_constraints = 441;
    • hasCheckConstraintDelays

      boolean hasCheckConstraintDelays()
       CHECK CONSTRAINTs DELAYs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 76:109]
       
      .uk.org.netex.www.netex.CheckConstraintDelaysInFrame_RelStructure check_constraint_delays = 442;
      Returns:
      Whether the checkConstraintDelays field is set.
    • getCheckConstraintDelays

      CheckConstraintDelaysInFrame_RelStructure getCheckConstraintDelays()
       CHECK CONSTRAINTs DELAYs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 76:109]
       
      .uk.org.netex.www.netex.CheckConstraintDelaysInFrame_RelStructure check_constraint_delays = 442;
      Returns:
      The checkConstraintDelays.
    • getCheckConstraintDelaysOrBuilder

      CheckConstraintDelaysInFrame_RelStructureOrBuilder getCheckConstraintDelaysOrBuilder()
       CHECK CONSTRAINTs DELAYs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 76:109]
       
      .uk.org.netex.www.netex.CheckConstraintDelaysInFrame_RelStructure check_constraint_delays = 442;
    • hasCheckConstraintThroughputs

      boolean hasCheckConstraintThroughputs()
       CHECK CONSTRAINTs DELAYs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 81:119]
       
      .uk.org.netex.www.netex.CheckConstraintThroughputsInFrame_RelStructure check_constraint_throughputs = 443;
      Returns:
      Whether the checkConstraintThroughputs field is set.
    • getCheckConstraintThroughputs

      CheckConstraintThroughputsInFrame_RelStructure getCheckConstraintThroughputs()
       CHECK CONSTRAINTs DELAYs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 81:119]
       
      .uk.org.netex.www.netex.CheckConstraintThroughputsInFrame_RelStructure check_constraint_throughputs = 443;
      Returns:
      The checkConstraintThroughputs.
    • getCheckConstraintThroughputsOrBuilder

      CheckConstraintThroughputsInFrame_RelStructureOrBuilder getCheckConstraintThroughputsOrBuilder()
       CHECK CONSTRAINTs DELAYs in frame.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 81:119]
       
      .uk.org.netex.www.netex.CheckConstraintThroughputsInFrame_RelStructure check_constraint_throughputs = 443;
    • hasPointOfInterestClassifications

      boolean hasPointOfInterestClassifications()
       POINT OF INTEREST CLASSIFICATIONS in frame.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 85:69]
       
      .uk.org.netex.www.netex.PointOfInterestClassificationsType point_of_interest_classifications = 451;
      Returns:
      Whether the pointOfInterestClassifications field is set.
    • getPointOfInterestClassifications

      PointOfInterestClassificationsType getPointOfInterestClassifications()
       POINT OF INTEREST CLASSIFICATIONS in frame.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 85:69]
       
      .uk.org.netex.www.netex.PointOfInterestClassificationsType point_of_interest_classifications = 451;
      Returns:
      The pointOfInterestClassifications.
    • getPointOfInterestClassificationsOrBuilder

      PointOfInterestClassificationsTypeOrBuilder getPointOfInterestClassificationsOrBuilder()
       POINT OF INTEREST CLASSIFICATIONS in frame.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 85:69]
       
      .uk.org.netex.www.netex.PointOfInterestClassificationsType point_of_interest_classifications = 451;
    • hasPointOfInterestClassificationHierarchies

      boolean hasPointOfInterestClassificationHierarchies()
       POINT OF INTEREST CLASSIFICATION HIERARCHies in frame.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 95:147]
       
      .uk.org.netex.www.netex.PointOfInterestClassificationHierarchiesInFrame_RelStructure point_of_interest_classification_hierarchies = 452;
      Returns:
      Whether the pointOfInterestClassificationHierarchies field is set.
    • getPointOfInterestClassificationHierarchies

      PointOfInterestClassificationHierarchiesInFrame_RelStructure getPointOfInterestClassificationHierarchies()
       POINT OF INTEREST CLASSIFICATION HIERARCHies in frame.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 95:147]
       
      .uk.org.netex.www.netex.PointOfInterestClassificationHierarchiesInFrame_RelStructure point_of_interest_classification_hierarchies = 452;
      Returns:
      The pointOfInterestClassificationHierarchies.
    • getPointOfInterestClassificationHierarchiesOrBuilder

      PointOfInterestClassificationHierarchiesInFrame_RelStructureOrBuilder getPointOfInterestClassificationHierarchiesOrBuilder()
       POINT OF INTEREST CLASSIFICATION HIERARCHies in frame.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 95:147]
       
      .uk.org.netex.www.netex.PointOfInterestClassificationHierarchiesInFrame_RelStructure point_of_interest_classification_hierarchies = 452;
    • hasTariffZones

      boolean hasTariffZones()
       TARIFF ZONEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 214:89]
       
      .uk.org.netex.www.netex.TariffZonesInFrame_RelStructure tariff_zones = 461;
      Returns:
      Whether the tariffZones field is set.
    • getTariffZones

       TARIFF ZONEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 214:89]
       
      .uk.org.netex.www.netex.TariffZonesInFrame_RelStructure tariff_zones = 461;
      Returns:
      The tariffZones.
    • getTariffZonesOrBuilder

      TariffZonesInFrame_RelStructureOrBuilder getTariffZonesOrBuilder()
       TARIFF ZONEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 214:89]
       
      .uk.org.netex.www.netex.TariffZonesInFrame_RelStructure tariff_zones = 461;
    • hasGroupsOfTariffZones

      boolean hasGroupsOfTariffZones()
       GROUPs of TARIFF ZONEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 219:105]
       
      .uk.org.netex.www.netex.GroupsOfTariffZonesInFrame_RelStructure groups_of_tariff_zones = 462;
      Returns:
      Whether the groupsOfTariffZones field is set.
    • getGroupsOfTariffZones

      GroupsOfTariffZonesInFrame_RelStructure getGroupsOfTariffZones()
       GROUPs of TARIFF ZONEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 219:105]
       
      .uk.org.netex.www.netex.GroupsOfTariffZonesInFrame_RelStructure groups_of_tariff_zones = 462;
      Returns:
      The groupsOfTariffZones.
    • getGroupsOfTariffZonesOrBuilder

      GroupsOfTariffZonesInFrame_RelStructureOrBuilder getGroupsOfTariffZonesOrBuilder()
       GROUPs of TARIFF ZONEs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 219:105]
       
      .uk.org.netex.www.netex.GroupsOfTariffZonesInFrame_RelStructure groups_of_tariff_zones = 462;
    • hasSiteFacilitySets

      boolean hasSiteFacilitySets()
       [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 95:100]
       
      .uk.org.netex.www.netex.SiteFacilitySetsInFrame_RelStructure site_facility_sets = 471;
      Returns:
      Whether the siteFacilitySets field is set.
    • getSiteFacilitySets

       [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 95:100]
       
      .uk.org.netex.www.netex.SiteFacilitySetsInFrame_RelStructure site_facility_sets = 471;
      Returns:
      The siteFacilitySets.
    • getSiteFacilitySetsOrBuilder

      SiteFacilitySetsInFrame_RelStructureOrBuilder getSiteFacilitySetsOrBuilder()
       [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 95:100]
       
      .uk.org.netex.www.netex.SiteFacilitySetsInFrame_RelStructure site_facility_sets = 471;
    • getId

      String getId()
       [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 113:55]
       
      string id = 511;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 113:55]
       
      string id = 511;
      Returns:
      The bytes for id.