Class SiteFrame

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.SiteFrame
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, SiteFrameOrBuilder

@Generated public final class SiteFrame extends com.google.protobuf.GeneratedMessage implements SiteFrameOrBuilder
 Type for a SITE FRAME.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 118:70]
 
Protobuf type uk.org.netex.www.netex.SiteFrame
See Also:
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • CREATED_FIELD_NUMBER

      public static final int CREATED_FIELD_NUMBER
      See Also:
    • CHANGED_FIELD_NUMBER

      public static final int CHANGED_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_VERSION_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_VERSION_REF_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_OBJECT_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_OBJECT_REF_FIELD_NUMBER
      See Also:
    • VALIDITY_CONDITIONS_FIELD_NUMBER

      public static final int VALIDITY_CONDITIONS_FIELD_NUMBER
      See Also:
    • VALID_BETWEEN_FIELD_NUMBER

      public static final int VALID_BETWEEN_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_TEXTS_FIELD_NUMBER

      public static final int ALTERNATIVE_TEXTS_FIELD_NUMBER
      See Also:
    • KEY_LIST_FIELD_NUMBER

      public static final int KEY_LIST_FIELD_NUMBER
      See Also:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_FIELD_NUMBER
      See Also:
    • BRANDING_REF_FIELD_NUMBER

      public static final int BRANDING_REF_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • TYPE_OF_FRAME_REF_FIELD_NUMBER

      public static final int TYPE_OF_FRAME_REF_FIELD_NUMBER
      See Also:
    • BASELINE_VERSION_FRAME_REF_FIELD_NUMBER

      public static final int BASELINE_VERSION_FRAME_REF_FIELD_NUMBER
      See Also:
    • CODESPACES_FIELD_NUMBER

      public static final int CODESPACES_FIELD_NUMBER
      See Also:
    • FRAME_DEFAULTS_FIELD_NUMBER

      public static final int FRAME_DEFAULTS_FIELD_NUMBER
      See Also:
    • VERSIONS_FIELD_NUMBER

      public static final int VERSIONS_FIELD_NUMBER
      See Also:
    • PREREQUISITES_FIELD_NUMBER

      public static final int PREREQUISITES_FIELD_NUMBER
      See Also:
    • TRACES_FIELD_NUMBER

      public static final int TRACES_FIELD_NUMBER
      See Also:
    • CONTENT_VALIDITY_CONDITIONS_FIELD_NUMBER

      public static final int CONTENT_VALIDITY_CONDITIONS_FIELD_NUMBER
      See Also:
    • LAYERS_FIELD_NUMBER

      public static final int LAYERS_FIELD_NUMBER
      See Also:
    • COUNTRIES_FIELD_NUMBER

      public static final int COUNTRIES_FIELD_NUMBER
      See Also:
    • TOPOGRAPHIC_PLACES_FIELD_NUMBER

      public static final int TOPOGRAPHIC_PLACES_FIELD_NUMBER
      See Also:
    • ADDRESSES_FIELD_NUMBER

      public static final int ADDRESSES_FIELD_NUMBER
      See Also:
    • ACCESSES_FIELD_NUMBER

      public static final int ACCESSES_FIELD_NUMBER
      See Also:
    • GROUPS_OF_STOP_PLACES_FIELD_NUMBER

      public static final int GROUPS_OF_STOP_PLACES_FIELD_NUMBER
      See Also:
    • STOP_PLACES_FIELD_NUMBER

      public static final int STOP_PLACES_FIELD_NUMBER
      See Also:
    • FLEXIBLE_STOP_PLACES_FIELD_NUMBER

      public static final int FLEXIBLE_STOP_PLACES_FIELD_NUMBER
      See Also:
    • POINTS_OF_INTEREST_FIELD_NUMBER

      public static final int POINTS_OF_INTEREST_FIELD_NUMBER
      See Also:
    • PARKINGS_FIELD_NUMBER

      public static final int PARKINGS_FIELD_NUMBER
      See Also:
    • PATH_JUNCTIONS_FIELD_NUMBER

      public static final int PATH_JUNCTIONS_FIELD_NUMBER
      See Also:
    • CHECK_CONSTRAINTS_FIELD_NUMBER

      public static final int CHECK_CONSTRAINTS_FIELD_NUMBER
      See Also:
    • CHECK_CONSTRAINT_DELAYS_FIELD_NUMBER

      public static final int CHECK_CONSTRAINT_DELAYS_FIELD_NUMBER
      See Also:
    • CHECK_CONSTRAINT_THROUGHPUTS_FIELD_NUMBER

      public static final int CHECK_CONSTRAINT_THROUGHPUTS_FIELD_NUMBER
      See Also:
    • POINT_OF_INTEREST_CLASSIFICATIONS_FIELD_NUMBER

      public static final int POINT_OF_INTEREST_CLASSIFICATIONS_FIELD_NUMBER
      See Also:
    • POINT_OF_INTEREST_CLASSIFICATION_HIERARCHIES_FIELD_NUMBER

      public static final int POINT_OF_INTEREST_CLASSIFICATION_HIERARCHIES_FIELD_NUMBER
      See Also:
    • TARIFF_ZONES_FIELD_NUMBER

      public static final int TARIFF_ZONES_FIELD_NUMBER
      See Also:
    • GROUPS_OF_TARIFF_ZONES_FIELD_NUMBER

      public static final int GROUPS_OF_TARIFF_ZONES_FIELD_NUMBER
      See Also:
    • SITE_FACILITY_SETS_FIELD_NUMBER

      public static final int SITE_FACILITY_SETS_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getId

      public String getId()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getId in interface SiteFrameOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getIdBytes in interface SiteFrameOrBuilder
      Returns:
      The bytes for id.
    • hasCreated

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

      public 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;
      Specified by:
      getCreated in interface SiteFrameOrBuilder
      Returns:
      The created.
    • getCreatedOrBuilder

      public 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;
      Specified by:
      getCreatedOrBuilder in interface SiteFrameOrBuilder
    • hasChanged

      public 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;
      Specified by:
      hasChanged in interface SiteFrameOrBuilder
      Returns:
      Whether the changed field is set.
    • getChanged

      public 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;
      Specified by:
      getChanged in interface SiteFrameOrBuilder
      Returns:
      The changed.
    • getChangedOrBuilder

      public 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;
      Specified by:
      getChangedOrBuilder in interface SiteFrameOrBuilder
    • getVersion

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

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

      public 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;
      Specified by:
      getStatusValue in interface SiteFrameOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      public 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;
      Specified by:
      getStatus in interface SiteFrameOrBuilder
      Returns:
      The status.
    • getDerivedFromVersionRef

      public 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 = 473;
      Specified by:
      getDerivedFromVersionRef in interface SiteFrameOrBuilder
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      public 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 = 473;
      Specified by:
      getDerivedFromVersionRefBytes in interface SiteFrameOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      public 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 = 474;
      Specified by:
      getDerivedFromObjectRef in interface SiteFrameOrBuilder
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      public 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 = 474;
      Specified by:
      getDerivedFromObjectRefBytes in interface SiteFrameOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      public 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;
      Specified by:
      hasValidityConditions in interface SiteFrameOrBuilder
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      public 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;
      Specified by:
      getValidityConditions in interface SiteFrameOrBuilder
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      public 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;
      Specified by:
      getValidityConditionsOrBuilder in interface SiteFrameOrBuilder
    • getValidBetweenList

      public 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;
      Specified by:
      getValidBetweenList in interface SiteFrameOrBuilder
    • getValidBetweenOrBuilderList

      public 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;
      Specified by:
      getValidBetweenOrBuilderList in interface SiteFrameOrBuilder
    • getValidBetweenCount

      public 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;
      Specified by:
      getValidBetweenCount in interface SiteFrameOrBuilder
    • getValidBetween

      public 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;
      Specified by:
      getValidBetween in interface SiteFrameOrBuilder
    • getValidBetweenOrBuilder

      public 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;
      Specified by:
      getValidBetweenOrBuilder in interface SiteFrameOrBuilder
    • hasAlternativeTexts

      public 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;
      Specified by:
      hasAlternativeTexts in interface SiteFrameOrBuilder
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      public 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;
      Specified by:
      getAlternativeTexts in interface SiteFrameOrBuilder
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      public 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;
      Specified by:
      getAlternativeTextsOrBuilder in interface SiteFrameOrBuilder
    • hasKeyList

      public 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;
      Specified by:
      hasKeyList in interface SiteFrameOrBuilder
      Returns:
      Whether the keyList field is set.
    • getKeyList

      public 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;
      Specified by:
      getKeyList in interface SiteFrameOrBuilder
      Returns:
      The keyList.
    • getKeyListOrBuilder

      public 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;
      Specified by:
      getKeyListOrBuilder in interface SiteFrameOrBuilder
    • hasExtensions

      public 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;
      Specified by:
      hasExtensions in interface SiteFrameOrBuilder
      Returns:
      Whether the extensions field is set.
    • getExtensions

      public 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;
      Specified by:
      getExtensions in interface SiteFrameOrBuilder
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      public 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;
      Specified by:
      getExtensionsOrBuilder in interface SiteFrameOrBuilder
    • hasBrandingRef

      public 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;
      Specified by:
      hasBrandingRef in interface SiteFrameOrBuilder
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      public 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;
      Specified by:
      getBrandingRef in interface SiteFrameOrBuilder
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      public 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;
      Specified by:
      getBrandingRefOrBuilder in interface SiteFrameOrBuilder
    • hasName

      public 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;
      Specified by:
      hasName in interface SiteFrameOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 89:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface SiteFrameOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public 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;
      Specified by:
      getNameOrBuilder in interface SiteFrameOrBuilder
    • hasDescription

      public 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;
      Specified by:
      hasDescription in interface SiteFrameOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public 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;
      Specified by:
      getDescription in interface SiteFrameOrBuilder
      Returns:
      The description.
    • getDescriptionOrBuilder

      public 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;
      Specified by:
      getDescriptionOrBuilder in interface SiteFrameOrBuilder
    • hasTypeOfFrameRef

      public 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;
      Specified by:
      hasTypeOfFrameRef in interface SiteFrameOrBuilder
      Returns:
      Whether the typeOfFrameRef field is set.
    • getTypeOfFrameRef

      public 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;
      Specified by:
      getTypeOfFrameRef in interface SiteFrameOrBuilder
      Returns:
      The typeOfFrameRef.
    • getTypeOfFrameRefOrBuilder

      public 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;
      Specified by:
      getTypeOfFrameRefOrBuilder in interface SiteFrameOrBuilder
    • hasBaselineVersionFrameRef

      public 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;
      Specified by:
      hasBaselineVersionFrameRef in interface SiteFrameOrBuilder
      Returns:
      Whether the baselineVersionFrameRef field is set.
    • getBaselineVersionFrameRef

      public 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;
      Specified by:
      getBaselineVersionFrameRef in interface SiteFrameOrBuilder
      Returns:
      The baselineVersionFrameRef.
    • getBaselineVersionFrameRefOrBuilder

      public 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;
      Specified by:
      getBaselineVersionFrameRefOrBuilder in interface SiteFrameOrBuilder
    • hasCodespaces

      public 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;
      Specified by:
      hasCodespaces in interface SiteFrameOrBuilder
      Returns:
      Whether the codespaces field is set.
    • getCodespaces

      public 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;
      Specified by:
      getCodespaces in interface SiteFrameOrBuilder
      Returns:
      The codespaces.
    • getCodespacesOrBuilder

      public 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;
      Specified by:
      getCodespacesOrBuilder in interface SiteFrameOrBuilder
    • hasFrameDefaults

      public 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;
      Specified by:
      hasFrameDefaults in interface SiteFrameOrBuilder
      Returns:
      Whether the frameDefaults field is set.
    • getFrameDefaults

      public 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;
      Specified by:
      getFrameDefaults in interface SiteFrameOrBuilder
      Returns:
      The frameDefaults.
    • getFrameDefaultsOrBuilder

      public 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;
      Specified by:
      getFrameDefaultsOrBuilder in interface SiteFrameOrBuilder
    • hasVersions

      public 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;
      Specified by:
      hasVersions in interface SiteFrameOrBuilder
      Returns:
      Whether the versions field is set.
    • getVersions

      public 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;
      Specified by:
      getVersions in interface SiteFrameOrBuilder
      Returns:
      The versions.
    • getVersionsOrBuilder

      public 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;
      Specified by:
      getVersionsOrBuilder in interface SiteFrameOrBuilder
    • hasPrerequisites

      public 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;
      Specified by:
      hasPrerequisites in interface SiteFrameOrBuilder
      Returns:
      Whether the prerequisites field is set.
    • getPrerequisites

      public 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;
      Specified by:
      getPrerequisites in interface SiteFrameOrBuilder
      Returns:
      The prerequisites.
    • getPrerequisitesOrBuilder

      public 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;
      Specified by:
      getPrerequisitesOrBuilder in interface SiteFrameOrBuilder
    • hasTraces

      public 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;
      Specified by:
      hasTraces in interface SiteFrameOrBuilder
      Returns:
      Whether the traces field is set.
    • getTraces

      public 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;
      Specified by:
      getTraces in interface SiteFrameOrBuilder
      Returns:
      The traces.
    • getTracesOrBuilder

      public 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;
      Specified by:
      getTracesOrBuilder in interface SiteFrameOrBuilder
    • hasContentValidityConditions

      public 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;
      Specified by:
      hasContentValidityConditions in interface SiteFrameOrBuilder
      Returns:
      Whether the contentValidityConditions field is set.
    • getContentValidityConditions

      public 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;
      Specified by:
      getContentValidityConditions in interface SiteFrameOrBuilder
      Returns:
      The contentValidityConditions.
    • getContentValidityConditionsOrBuilder

      public 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;
      Specified by:
      getContentValidityConditionsOrBuilder in interface SiteFrameOrBuilder
    • hasLayers

      public 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;
      Specified by:
      hasLayers in interface SiteFrameOrBuilder
      Returns:
      Whether the layers field is set.
    • getLayers

      public LayerRefs_RelStructure 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;
      Specified by:
      getLayers in interface SiteFrameOrBuilder
      Returns:
      The layers.
    • getLayersOrBuilder

      public 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;
      Specified by:
      getLayersOrBuilder in interface SiteFrameOrBuilder
    • hasCountries

      public 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;
      Specified by:
      hasCountries in interface SiteFrameOrBuilder
      Returns:
      Whether the countries field is set.
    • getCountries

      public CountriesInFrame_RelStructure 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;
      Specified by:
      getCountries in interface SiteFrameOrBuilder
      Returns:
      The countries.
    • getCountriesOrBuilder

      public CountriesInFrame_RelStructureOrBuilder 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;
      Specified by:
      getCountriesOrBuilder in interface SiteFrameOrBuilder
    • hasTopographicPlaces

      public 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;
      Specified by:
      hasTopographicPlaces in interface SiteFrameOrBuilder
      Returns:
      Whether the topographicPlaces field is set.
    • getTopographicPlaces

      public TopographicPlacesInFrame_RelStructure 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;
      Specified by:
      getTopographicPlaces in interface SiteFrameOrBuilder
      Returns:
      The topographicPlaces.
    • getTopographicPlacesOrBuilder

      public 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;
      Specified by:
      getTopographicPlacesOrBuilder in interface SiteFrameOrBuilder
    • hasAddresses

      public 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;
      Specified by:
      hasAddresses in interface SiteFrameOrBuilder
      Returns:
      Whether the addresses field is set.
    • getAddresses

      public AddressesInFrame_RelStructure 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;
      Specified by:
      getAddresses in interface SiteFrameOrBuilder
      Returns:
      The addresses.
    • getAddressesOrBuilder

      public AddressesInFrame_RelStructureOrBuilder 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;
      Specified by:
      getAddressesOrBuilder in interface SiteFrameOrBuilder
    • hasAccesses

      public 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;
      Specified by:
      hasAccesses in interface SiteFrameOrBuilder
      Returns:
      Whether the accesses field is set.
    • getAccesses

      public AccessesInFrame_RelStructure 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;
      Specified by:
      getAccesses in interface SiteFrameOrBuilder
      Returns:
      The accesses.
    • getAccessesOrBuilder

      public AccessesInFrame_RelStructureOrBuilder 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;
      Specified by:
      getAccessesOrBuilder in interface SiteFrameOrBuilder
    • hasGroupsOfStopPlaces

      public 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;
      Specified by:
      hasGroupsOfStopPlaces in interface SiteFrameOrBuilder
      Returns:
      Whether the groupsOfStopPlaces field is set.
    • getGroupsOfStopPlaces

      public GroupsOfStopPlacesInFrame_RelStructure 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;
      Specified by:
      getGroupsOfStopPlaces in interface SiteFrameOrBuilder
      Returns:
      The groupsOfStopPlaces.
    • getGroupsOfStopPlacesOrBuilder

      public 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;
      Specified by:
      getGroupsOfStopPlacesOrBuilder in interface SiteFrameOrBuilder
    • hasStopPlaces

      public 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;
      Specified by:
      hasStopPlaces in interface SiteFrameOrBuilder
      Returns:
      Whether the stopPlaces field is set.
    • getStopPlaces

      public StopPlacesInFrame_RelStructure 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;
      Specified by:
      getStopPlaces in interface SiteFrameOrBuilder
      Returns:
      The stopPlaces.
    • getStopPlacesOrBuilder

      public 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;
      Specified by:
      getStopPlacesOrBuilder in interface SiteFrameOrBuilder
    • hasFlexibleStopPlaces

      public 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;
      Specified by:
      hasFlexibleStopPlaces in interface SiteFrameOrBuilder
      Returns:
      Whether the flexibleStopPlaces field is set.
    • getFlexibleStopPlaces

      public FlexibleStopPlacesInFrame_RelStructure 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;
      Specified by:
      getFlexibleStopPlaces in interface SiteFrameOrBuilder
      Returns:
      The flexibleStopPlaces.
    • getFlexibleStopPlacesOrBuilder

      public 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;
      Specified by:
      getFlexibleStopPlacesOrBuilder in interface SiteFrameOrBuilder
    • hasPointsOfInterest

      public 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;
      Specified by:
      hasPointsOfInterest in interface SiteFrameOrBuilder
      Returns:
      Whether the pointsOfInterest field is set.
    • getPointsOfInterest

      public PointsOfInterestInFrame_RelStructure 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;
      Specified by:
      getPointsOfInterest in interface SiteFrameOrBuilder
      Returns:
      The pointsOfInterest.
    • getPointsOfInterestOrBuilder

      public 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;
      Specified by:
      getPointsOfInterestOrBuilder in interface SiteFrameOrBuilder
    • hasParkings

      public 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;
      Specified by:
      hasParkings in interface SiteFrameOrBuilder
      Returns:
      Whether the parkings field is set.
    • getParkings

      public ParkingsInFrame_RelStructure 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;
      Specified by:
      getParkings in interface SiteFrameOrBuilder
      Returns:
      The parkings.
    • getParkingsOrBuilder

      public ParkingsInFrame_RelStructureOrBuilder 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;
      Specified by:
      getParkingsOrBuilder in interface SiteFrameOrBuilder
    • hasNavigationPaths

      public 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;
      Specified by:
      hasNavigationPaths in interface SiteFrameOrBuilder
      Returns:
      Whether the navigationPaths field is set.
    • getNavigationPaths

      public NavigationPathsInFrame_RelStructure 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;
      Specified by:
      getNavigationPaths in interface SiteFrameOrBuilder
      Returns:
      The navigationPaths.
    • getNavigationPathsOrBuilder

      public 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;
      Specified by:
      getNavigationPathsOrBuilder in interface SiteFrameOrBuilder
    • hasPathLinks

      public 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;
      Specified by:
      hasPathLinks in interface SiteFrameOrBuilder
      Returns:
      Whether the pathLinks field is set.
    • getPathLinks

      public PathLinksInFrame_RelStructure 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;
      Specified by:
      getPathLinks in interface SiteFrameOrBuilder
      Returns:
      The pathLinks.
    • getPathLinksOrBuilder

      public PathLinksInFrame_RelStructureOrBuilder 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;
      Specified by:
      getPathLinksOrBuilder in interface SiteFrameOrBuilder
    • hasPathJunctions

      public 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;
      Specified by:
      hasPathJunctions in interface SiteFrameOrBuilder
      Returns:
      Whether the pathJunctions field is set.
    • getPathJunctions

      public PathJunctionsInFrame_RelStructure 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;
      Specified by:
      getPathJunctions in interface SiteFrameOrBuilder
      Returns:
      The pathJunctions.
    • getPathJunctionsOrBuilder

      public 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;
      Specified by:
      getPathJunctionsOrBuilder in interface SiteFrameOrBuilder
    • hasCheckConstraints

      public 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;
      Specified by:
      hasCheckConstraints in interface SiteFrameOrBuilder
      Returns:
      Whether the checkConstraints field is set.
    • getCheckConstraints

      public CheckConstraintInFrame_RelStructure 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;
      Specified by:
      getCheckConstraints in interface SiteFrameOrBuilder
      Returns:
      The checkConstraints.
    • getCheckConstraintsOrBuilder

      public 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;
      Specified by:
      getCheckConstraintsOrBuilder in interface SiteFrameOrBuilder
    • hasCheckConstraintDelays

      public 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;
      Specified by:
      hasCheckConstraintDelays in interface SiteFrameOrBuilder
      Returns:
      Whether the checkConstraintDelays field is set.
    • getCheckConstraintDelays

      public 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;
      Specified by:
      getCheckConstraintDelays in interface SiteFrameOrBuilder
      Returns:
      The checkConstraintDelays.
    • getCheckConstraintDelaysOrBuilder

      public 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;
      Specified by:
      getCheckConstraintDelaysOrBuilder in interface SiteFrameOrBuilder
    • hasCheckConstraintThroughputs

      public 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;
      Specified by:
      hasCheckConstraintThroughputs in interface SiteFrameOrBuilder
      Returns:
      Whether the checkConstraintThroughputs field is set.
    • getCheckConstraintThroughputs

      public 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;
      Specified by:
      getCheckConstraintThroughputs in interface SiteFrameOrBuilder
      Returns:
      The checkConstraintThroughputs.
    • getCheckConstraintThroughputsOrBuilder

      public 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;
      Specified by:
      getCheckConstraintThroughputsOrBuilder in interface SiteFrameOrBuilder
    • hasPointOfInterestClassifications

      public 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;
      Specified by:
      hasPointOfInterestClassifications in interface SiteFrameOrBuilder
      Returns:
      Whether the pointOfInterestClassifications field is set.
    • getPointOfInterestClassifications

      public 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;
      Specified by:
      getPointOfInterestClassifications in interface SiteFrameOrBuilder
      Returns:
      The pointOfInterestClassifications.
    • getPointOfInterestClassificationsOrBuilder

      public 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;
      Specified by:
      getPointOfInterestClassificationsOrBuilder in interface SiteFrameOrBuilder
    • hasPointOfInterestClassificationHierarchies

      public 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;
      Specified by:
      hasPointOfInterestClassificationHierarchies in interface SiteFrameOrBuilder
      Returns:
      Whether the pointOfInterestClassificationHierarchies field is set.
    • getPointOfInterestClassificationHierarchies

      public 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;
      Specified by:
      getPointOfInterestClassificationHierarchies in interface SiteFrameOrBuilder
      Returns:
      The pointOfInterestClassificationHierarchies.
    • getPointOfInterestClassificationHierarchiesOrBuilder

      public 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;
      Specified by:
      getPointOfInterestClassificationHierarchiesOrBuilder in interface SiteFrameOrBuilder
    • hasTariffZones

      public 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;
      Specified by:
      hasTariffZones in interface SiteFrameOrBuilder
      Returns:
      Whether the tariffZones field is set.
    • getTariffZones

      public TariffZonesInFrame_RelStructure 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;
      Specified by:
      getTariffZones in interface SiteFrameOrBuilder
      Returns:
      The tariffZones.
    • getTariffZonesOrBuilder

      public 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;
      Specified by:
      getTariffZonesOrBuilder in interface SiteFrameOrBuilder
    • hasGroupsOfTariffZones

      public 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;
      Specified by:
      hasGroupsOfTariffZones in interface SiteFrameOrBuilder
      Returns:
      Whether the groupsOfTariffZones field is set.
    • getGroupsOfTariffZones

      public 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;
      Specified by:
      getGroupsOfTariffZones in interface SiteFrameOrBuilder
      Returns:
      The groupsOfTariffZones.
    • getGroupsOfTariffZonesOrBuilder

      public 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;
      Specified by:
      getGroupsOfTariffZonesOrBuilder in interface SiteFrameOrBuilder
    • hasSiteFacilitySets

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

      public SiteFacilitySetsInFrame_RelStructure getSiteFacilitySets()
       [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 95:100]
       
      .uk.org.netex.www.netex.SiteFacilitySetsInFrame_RelStructure site_facility_sets = 471;
      Specified by:
      getSiteFacilitySets in interface SiteFrameOrBuilder
      Returns:
      The siteFacilitySets.
    • getSiteFacilitySetsOrBuilder

      public 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;
      Specified by:
      getSiteFacilitySetsOrBuilder in interface SiteFrameOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static SiteFrame parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SiteFrame parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SiteFrame parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SiteFrame parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SiteFrame parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SiteFrame parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SiteFrame parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SiteFrame parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static SiteFrame parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static SiteFrame parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SiteFrame parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SiteFrame parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public SiteFrame.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static SiteFrame.Builder newBuilder()
    • newBuilder

      public static SiteFrame.Builder newBuilder(SiteFrame prototype)
    • toBuilder

      public SiteFrame.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected SiteFrame.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static SiteFrame getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<SiteFrame> parser()
    • getParserForType

      public com.google.protobuf.Parser<SiteFrame> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public SiteFrame getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder