Class SiteFrameType.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<SiteFrameType.Builder>
com.google.protobuf.GeneratedMessage.Builder<SiteFrameType.Builder>
uk.org.netex.www.netex.SiteFrameType.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, SiteFrameTypeOrBuilder
Enclosing class:
SiteFrameType

public static final class SiteFrameType.Builder extends com.google.protobuf.GeneratedMessage.Builder<SiteFrameType.Builder> implements SiteFrameTypeOrBuilder
 A coherent set of SITE data to which the same frame VALIDITY CONDITIONs have been assigned.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 92:81]
 
Protobuf type uk.org.netex.www.netex.SiteFrameType
  • 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.Builder<SiteFrameType.Builder>
    • clear

      public SiteFrameType.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<SiteFrameType.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<SiteFrameType.Builder>
    • getDefaultInstanceForType

      public SiteFrameType getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public SiteFrameType build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public SiteFrameType buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public SiteFrameType.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SiteFrameType.Builder>
    • mergeFrom

      public SiteFrameType.Builder mergeFrom(SiteFrameType other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<SiteFrameType.Builder>
    • mergeFrom

      public SiteFrameType.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SiteFrameType.Builder>
      Throws:
      IOException
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The created.
    • setCreated

      public SiteFrameType.Builder setCreated(com.google.protobuf.Timestamp value)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • setCreated

      public SiteFrameType.Builder setCreated(com.google.protobuf.Timestamp.Builder builderForValue)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • mergeCreated

      public SiteFrameType.Builder mergeCreated(com.google.protobuf.Timestamp value)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • clearCreated

      public SiteFrameType.Builder clearCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • getCreatedBuilder

      public com.google.protobuf.Timestamp.Builder getCreatedBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The changed.
    • setChanged

      public SiteFrameType.Builder setChanged(com.google.protobuf.Timestamp value)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • setChanged

      public SiteFrameType.Builder setChanged(com.google.protobuf.Timestamp.Builder builderForValue)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • mergeChanged

      public SiteFrameType.Builder mergeChanged(com.google.protobuf.Timestamp value)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • clearChanged

      public SiteFrameType.Builder clearChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • getChangedBuilder

      public com.google.protobuf.Timestamp.Builder getChangedBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The bytes for version.
    • setVersion

      public SiteFrameType.Builder setVersion(String value)
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Parameters:
      value - The version to set.
      Returns:
      This builder for chaining.
    • clearVersion

      public SiteFrameType.Builder clearVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      This builder for chaining.
    • setVersionBytes

      public SiteFrameType.Builder setVersionBytes(com.google.protobuf.ByteString value)
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Parameters:
      value - The bytes for version to set.
      Returns:
      This builder for chaining.
    • 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 SiteFrameTypeOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • setStatusValue

      public SiteFrameType.Builder setStatusValue(int value)
       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;
      Parameters:
      value - The enum numeric value on the wire for status to set.
      Returns:
      This builder for chaining.
    • 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 SiteFrameTypeOrBuilder
      Returns:
      The status.
    • setStatus

      public SiteFrameType.Builder setStatus(StatusEnumeration value)
       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;
      Parameters:
      value - The status to set.
      Returns:
      This builder for chaining.
    • clearStatus

      public SiteFrameType.Builder clearStatus()
       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:
      This builder for chaining.
    • 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 = 513;
      Specified by:
      getDerivedFromVersionRef in interface SiteFrameTypeOrBuilder
      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 = 513;
      Specified by:
      getDerivedFromVersionRefBytes in interface SiteFrameTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

      public SiteFrameType.Builder setDerivedFromVersionRef(String value)
       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;
      Parameters:
      value - The derivedFromVersionRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromVersionRef

      public SiteFrameType.Builder clearDerivedFromVersionRef()
       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:
      This builder for chaining.
    • setDerivedFromVersionRefBytes

      public SiteFrameType.Builder setDerivedFromVersionRefBytes(com.google.protobuf.ByteString value)
       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;
      Parameters:
      value - The bytes for derivedFromVersionRef to set.
      Returns:
      This builder for chaining.
    • 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 = 514;
      Specified by:
      getDerivedFromObjectRef in interface SiteFrameTypeOrBuilder
      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 = 514;
      Specified by:
      getDerivedFromObjectRefBytes in interface SiteFrameTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

      public SiteFrameType.Builder setDerivedFromObjectRef(String value)
       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;
      Parameters:
      value - The derivedFromObjectRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromObjectRef

      public SiteFrameType.Builder clearDerivedFromObjectRef()
       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:
      This builder for chaining.
    • setDerivedFromObjectRefBytes

      public SiteFrameType.Builder setDerivedFromObjectRefBytes(com.google.protobuf.ByteString value)
       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;
      Parameters:
      value - The bytes for derivedFromObjectRef to set.
      Returns:
      This builder for chaining.
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

      public SiteFrameType.Builder setValidityConditions(ValidityConditions_RelStructure value)
       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;
    • setValidityConditions

      public SiteFrameType.Builder setValidityConditions(ValidityConditions_RelStructure.Builder builderForValue)
       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;
    • mergeValidityConditions

      public SiteFrameType.Builder mergeValidityConditions(ValidityConditions_RelStructure value)
       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;
    • clearValidityConditions

      public SiteFrameType.Builder clearValidityConditions()
       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;
    • getValidityConditionsBuilder

      public ValidityConditions_RelStructure.Builder getValidityConditionsBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
    • setValidBetween

      public SiteFrameType.Builder setValidBetween(int index, ValidBetweenType value)
       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;
    • setValidBetween

      public SiteFrameType.Builder setValidBetween(int index, ValidBetweenType.Builder builderForValue)
       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;
    • addValidBetween

      public SiteFrameType.Builder addValidBetween(ValidBetweenType value)
       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;
    • addValidBetween

      public SiteFrameType.Builder addValidBetween(int index, ValidBetweenType value)
       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;
    • addValidBetween

      public SiteFrameType.Builder addValidBetween(ValidBetweenType.Builder builderForValue)
       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;
    • addValidBetween

      public SiteFrameType.Builder addValidBetween(int index, ValidBetweenType.Builder builderForValue)
       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;
    • addAllValidBetween

      public SiteFrameType.Builder addAllValidBetween(Iterable<? extends ValidBetweenType> values)
       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;
    • clearValidBetween

      public SiteFrameType.Builder clearValidBetween()
       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;
    • removeValidBetween

      public SiteFrameType.Builder removeValidBetween(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;
    • getValidBetweenBuilder

      public ValidBetweenType.Builder getValidBetweenBuilder(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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
    • addValidBetweenBuilder

      public ValidBetweenType.Builder addValidBetweenBuilder()
       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;
    • addValidBetweenBuilder

      public ValidBetweenType.Builder addValidBetweenBuilder(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;
    • getValidBetweenBuilderList

      public List<ValidBetweenType.Builder> getValidBetweenBuilderList()
       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

      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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The alternativeTexts.
    • setAlternativeTexts

      public SiteFrameType.Builder setAlternativeTexts(AlternativeTexts_RelStructure value)
       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;
    • setAlternativeTexts

      public SiteFrameType.Builder setAlternativeTexts(AlternativeTexts_RelStructure.Builder builderForValue)
       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;
    • mergeAlternativeTexts

      public SiteFrameType.Builder mergeAlternativeTexts(AlternativeTexts_RelStructure value)
       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;
    • clearAlternativeTexts

      public SiteFrameType.Builder clearAlternativeTexts()
       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;
    • getAlternativeTextsBuilder

      public AlternativeTexts_RelStructure.Builder getAlternativeTextsBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The keyList.
    • setKeyList

      public SiteFrameType.Builder setKeyList(KeyListStructure value)
       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;
    • setKeyList

      public SiteFrameType.Builder setKeyList(KeyListStructure.Builder builderForValue)
       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;
    • mergeKeyList

      public SiteFrameType.Builder mergeKeyList(KeyListStructure value)
       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;
    • clearKeyList

      public SiteFrameType.Builder clearKeyList()
       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;
    • getKeyListBuilder

      public KeyListStructure.Builder getKeyListBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The extensions.
    • setExtensions

      public SiteFrameType.Builder setExtensions(ExtensionsStructure value)
       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;
    • setExtensions

      public SiteFrameType.Builder setExtensions(ExtensionsStructure.Builder builderForValue)
       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;
    • mergeExtensions

      public SiteFrameType.Builder mergeExtensions(ExtensionsStructure value)
       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;
    • clearExtensions

      public SiteFrameType.Builder clearExtensions()
       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;
    • getExtensionsBuilder

      public ExtensionsStructure.Builder getExtensionsBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The brandingRef.
    • setBrandingRef

      public SiteFrameType.Builder setBrandingRef(VersionOfObjectRefStructure value)
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • setBrandingRef

      public SiteFrameType.Builder setBrandingRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • mergeBrandingRef

      public SiteFrameType.Builder mergeBrandingRef(VersionOfObjectRefStructure value)
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • clearBrandingRef

      public SiteFrameType.Builder clearBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • getBrandingRefBuilder

      public VersionOfObjectRefStructure.Builder getBrandingRefBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The name.
    • setName

      public SiteFrameType.Builder setName(MultilingualString value)
       Name of VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 89:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • setName

      public SiteFrameType.Builder setName(MultilingualString.Builder builderForValue)
       Name of VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 89:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • mergeName

      public SiteFrameType.Builder mergeName(MultilingualString value)
       Name of VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 89:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • clearName

      public SiteFrameType.Builder clearName()
       Name of VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 89:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 89:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The description.
    • setDescription

      public SiteFrameType.Builder setDescription(MultilingualString value)
       Description of VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 94:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • setDescription

      public SiteFrameType.Builder setDescription(MultilingualString.Builder builderForValue)
       Description of VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 94:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • mergeDescription

      public SiteFrameType.Builder mergeDescription(MultilingualString value)
       Description of VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 94:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • clearDescription

      public SiteFrameType.Builder clearDescription()
       Description of VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 94:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Description of VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 94:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The typeOfFrameRef.
    • setTypeOfFrameRef

      public SiteFrameType.Builder setTypeOfFrameRef(VersionOfObjectRefStructure value)
       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;
    • setTypeOfFrameRef

      public SiteFrameType.Builder setTypeOfFrameRef(VersionOfObjectRefStructure.Builder builderForValue)
       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;
    • mergeTypeOfFrameRef

      public SiteFrameType.Builder mergeTypeOfFrameRef(VersionOfObjectRefStructure value)
       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;
    • clearTypeOfFrameRef

      public SiteFrameType.Builder clearTypeOfFrameRef()
       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;
    • getTypeOfFrameRefBuilder

      public VersionOfObjectRefStructure.Builder getTypeOfFrameRefBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The baselineVersionFrameRef.
    • setBaselineVersionFrameRef

      public SiteFrameType.Builder setBaselineVersionFrameRef(VersionOfObjectRefStructure value)
       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;
    • setBaselineVersionFrameRef

      public SiteFrameType.Builder setBaselineVersionFrameRef(VersionOfObjectRefStructure.Builder builderForValue)
       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;
    • mergeBaselineVersionFrameRef

      public SiteFrameType.Builder mergeBaselineVersionFrameRef(VersionOfObjectRefStructure value)
       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;
    • clearBaselineVersionFrameRef

      public SiteFrameType.Builder clearBaselineVersionFrameRef()
       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;
    • getBaselineVersionFrameRefBuilder

      public VersionOfObjectRefStructure.Builder getBaselineVersionFrameRefBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The codespaces.
    • setCodespaces

      public SiteFrameType.Builder setCodespaces(Codespaces_RelStructure value)
       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;
    • setCodespaces

      public SiteFrameType.Builder setCodespaces(Codespaces_RelStructure.Builder builderForValue)
       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;
    • mergeCodespaces

      public SiteFrameType.Builder mergeCodespaces(Codespaces_RelStructure value)
       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;
    • clearCodespaces

      public SiteFrameType.Builder clearCodespaces()
       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;
    • getCodespacesBuilder

      public Codespaces_RelStructure.Builder getCodespacesBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The frameDefaults.
    • setFrameDefaults

      public SiteFrameType.Builder setFrameDefaults(VersionFrameDefaultsStructure value)
       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;
    • setFrameDefaults

      public SiteFrameType.Builder setFrameDefaults(VersionFrameDefaultsStructure.Builder builderForValue)
       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;
    • mergeFrameDefaults

      public SiteFrameType.Builder mergeFrameDefaults(VersionFrameDefaultsStructure value)
       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;
    • clearFrameDefaults

      public SiteFrameType.Builder clearFrameDefaults()
       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;
    • getFrameDefaultsBuilder

      public VersionFrameDefaultsStructure.Builder getFrameDefaultsBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The versions.
    • setVersions

      public SiteFrameType.Builder setVersions(Versions_RelStructure value)
       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;
    • setVersions

      public SiteFrameType.Builder setVersions(Versions_RelStructure.Builder builderForValue)
       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;
    • mergeVersions

      public SiteFrameType.Builder mergeVersions(Versions_RelStructure value)
       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;
    • clearVersions

      public SiteFrameType.Builder clearVersions()
       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;
    • getVersionsBuilder

      public Versions_RelStructure.Builder getVersionsBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The prerequisites.
    • setPrerequisites

      public SiteFrameType.Builder setPrerequisites(VersionFrameRefs_RelStructure value)
       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;
    • setPrerequisites

      public SiteFrameType.Builder setPrerequisites(VersionFrameRefs_RelStructure.Builder builderForValue)
       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;
    • mergePrerequisites

      public SiteFrameType.Builder mergePrerequisites(VersionFrameRefs_RelStructure value)
       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;
    • clearPrerequisites

      public SiteFrameType.Builder clearPrerequisites()
       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;
    • getPrerequisitesBuilder

      public VersionFrameRefs_RelStructure.Builder getPrerequisitesBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The traces.
    • setTraces

      public SiteFrameType.Builder setTraces(Traces_RelStructure value)
       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;
    • setTraces

      public SiteFrameType.Builder setTraces(Traces_RelStructure.Builder builderForValue)
       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;
    • mergeTraces

      public SiteFrameType.Builder mergeTraces(Traces_RelStructure value)
       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;
    • clearTraces

      public SiteFrameType.Builder clearTraces()
       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;
    • getTracesBuilder

      public Traces_RelStructure.Builder getTracesBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The contentValidityConditions.
    • setContentValidityConditions

      public SiteFrameType.Builder setContentValidityConditions(ValidityConditions_RelStructure value)
       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;
    • setContentValidityConditions

      public SiteFrameType.Builder setContentValidityConditions(ValidityConditions_RelStructure.Builder builderForValue)
       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;
    • mergeContentValidityConditions

      public SiteFrameType.Builder mergeContentValidityConditions(ValidityConditions_RelStructure value)
       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;
    • clearContentValidityConditions

      public SiteFrameType.Builder clearContentValidityConditions()
       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;
    • getContentValidityConditionsBuilder

      public ValidityConditions_RelStructure.Builder getContentValidityConditionsBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The layers.
    • setLayers

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

      public SiteFrameType.Builder setLayers(LayerRefs_RelStructure.Builder builderForValue)
       layers included in frame  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 139:75]
       
      .uk.org.netex.www.netex.LayerRefs_RelStructure layers = 181;
    • mergeLayers

      public SiteFrameType.Builder mergeLayers(LayerRefs_RelStructure value)
       layers included in frame  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 139:75]
       
      .uk.org.netex.www.netex.LayerRefs_RelStructure layers = 181;
    • clearLayers

      public SiteFrameType.Builder clearLayers()
       layers included in frame  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 139:75]
       
      .uk.org.netex.www.netex.LayerRefs_RelStructure layers = 181;
    • getLayersBuilder

      public LayerRefs_RelStructure.Builder getLayersBuilder()
       layers included in frame  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 139:75]
       
      .uk.org.netex.www.netex.LayerRefs_RelStructure layers = 181;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The countries.
    • setCountries

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

      public SiteFrameType.Builder setCountries(CountriesInFrame_RelStructure.Builder builderForValue)
       COUNTRIES in Frame  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 187:85]
       
      .uk.org.netex.www.netex.CountriesInFrame_RelStructure countries = 411;
    • mergeCountries

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

      public SiteFrameType.Builder clearCountries()
       COUNTRIES in Frame  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 187:85]
       
      .uk.org.netex.www.netex.CountriesInFrame_RelStructure countries = 411;
    • getCountriesBuilder

      public CountriesInFrame_RelStructure.Builder getCountriesBuilder()
       COUNTRIES in Frame  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 187:85]
       
      .uk.org.netex.www.netex.CountriesInFrame_RelStructure countries = 411;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The topographicPlaces.
    • setTopographicPlaces

      public SiteFrameType.Builder setTopographicPlaces(TopographicPlacesInFrame_RelStructure value)
       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;
    • setTopographicPlaces

      public SiteFrameType.Builder setTopographicPlaces(TopographicPlacesInFrame_RelStructure.Builder builderForValue)
       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;
    • mergeTopographicPlaces

      public SiteFrameType.Builder mergeTopographicPlaces(TopographicPlacesInFrame_RelStructure value)
       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;
    • clearTopographicPlaces

      public SiteFrameType.Builder clearTopographicPlaces()
       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;
    • getTopographicPlacesBuilder

      public TopographicPlacesInFrame_RelStructure.Builder getTopographicPlacesBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The addresses.
    • setAddresses

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

      public SiteFrameType.Builder setAddresses(AddressesInFrame_RelStructure.Builder builderForValue)
       ADDRESSes in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 197:85]
       
      .uk.org.netex.www.netex.AddressesInFrame_RelStructure addresses = 413;
    • mergeAddresses

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

      public SiteFrameType.Builder clearAddresses()
       ADDRESSes in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 197:85]
       
      .uk.org.netex.www.netex.AddressesInFrame_RelStructure addresses = 413;
    • getAddressesBuilder

      public AddressesInFrame_RelStructure.Builder getAddressesBuilder()
       ADDRESSes in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 197:85]
       
      .uk.org.netex.www.netex.AddressesInFrame_RelStructure addresses = 413;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The accesses.
    • setAccesses

       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;
    • setAccesses

      public SiteFrameType.Builder setAccesses(AccessesInFrame_RelStructure.Builder builderForValue)
       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;
    • mergeAccesses

       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;
    • clearAccesses

      public SiteFrameType.Builder clearAccesses()
       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;
    • getAccessesBuilder

      public AccessesInFrame_RelStructure.Builder getAccessesBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The groupsOfStopPlaces.
    • setGroupsOfStopPlaces

      public SiteFrameType.Builder setGroupsOfStopPlaces(GroupsOfStopPlacesInFrame_RelStructure value)
       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;
    • setGroupsOfStopPlaces

      public SiteFrameType.Builder setGroupsOfStopPlaces(GroupsOfStopPlacesInFrame_RelStructure.Builder builderForValue)
       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;
    • mergeGroupsOfStopPlaces

      public SiteFrameType.Builder mergeGroupsOfStopPlaces(GroupsOfStopPlacesInFrame_RelStructure value)
       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;
    • clearGroupsOfStopPlaces

      public SiteFrameType.Builder clearGroupsOfStopPlaces()
       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;
    • getGroupsOfStopPlacesBuilder

      public GroupsOfStopPlacesInFrame_RelStructure.Builder getGroupsOfStopPlacesBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The stopPlaces.
    • setStopPlaces

       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;
    • setStopPlaces

      public SiteFrameType.Builder setStopPlaces(StopPlacesInFrame_RelStructure.Builder builderForValue)
       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;
    • mergeStopPlaces

      public SiteFrameType.Builder mergeStopPlaces(StopPlacesInFrame_RelStructure value)
       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;
    • clearStopPlaces

      public SiteFrameType.Builder clearStopPlaces()
       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;
    • getStopPlacesBuilder

      public StopPlacesInFrame_RelStructure.Builder getStopPlacesBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The flexibleStopPlaces.
    • setFlexibleStopPlaces

      public SiteFrameType.Builder setFlexibleStopPlaces(FlexibleStopPlacesInFrame_RelStructure value)
       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;
    • setFlexibleStopPlaces

      public SiteFrameType.Builder setFlexibleStopPlaces(FlexibleStopPlacesInFrame_RelStructure.Builder builderForValue)
       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;
    • mergeFlexibleStopPlaces

      public SiteFrameType.Builder mergeFlexibleStopPlaces(FlexibleStopPlacesInFrame_RelStructure value)
       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;
    • clearFlexibleStopPlaces

      public SiteFrameType.Builder clearFlexibleStopPlaces()
       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;
    • getFlexibleStopPlacesBuilder

      public FlexibleStopPlacesInFrame_RelStructure.Builder getFlexibleStopPlacesBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The pointsOfInterest.
    • setPointsOfInterest

      public SiteFrameType.Builder setPointsOfInterest(PointsOfInterestInFrame_RelStructure value)
       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;
    • setPointsOfInterest

      public SiteFrameType.Builder setPointsOfInterest(PointsOfInterestInFrame_RelStructure.Builder builderForValue)
       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;
    • mergePointsOfInterest

      public SiteFrameType.Builder mergePointsOfInterest(PointsOfInterestInFrame_RelStructure value)
       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;
    • clearPointsOfInterest

      public SiteFrameType.Builder clearPointsOfInterest()
       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;
    • getPointsOfInterestBuilder

      public PointsOfInterestInFrame_RelStructure.Builder getPointsOfInterestBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The parkings.
    • setParkings

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

      public SiteFrameType.Builder setParkings(ParkingsInFrame_RelStructure.Builder builderForValue)
       PARKINGs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 175:83]
       
      .uk.org.netex.www.netex.ParkingsInFrame_RelStructure parkings = 425;
    • mergeParkings

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

      public SiteFrameType.Builder clearParkings()
       PARKINGs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 175:83]
       
      .uk.org.netex.www.netex.ParkingsInFrame_RelStructure parkings = 425;
    • getParkingsBuilder

      public ParkingsInFrame_RelStructure.Builder getParkingsBuilder()
       PARKINGs in frame.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 175:83]
       
      .uk.org.netex.www.netex.ParkingsInFrame_RelStructure parkings = 425;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The navigationPaths.
    • setNavigationPaths

       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;
    • setNavigationPaths

      public SiteFrameType.Builder setNavigationPaths(NavigationPathsInFrame_RelStructure.Builder builderForValue)
       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;
    • mergeNavigationPaths

      public SiteFrameType.Builder mergeNavigationPaths(NavigationPathsInFrame_RelStructure value)
       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;
    • clearNavigationPaths

      public SiteFrameType.Builder clearNavigationPaths()
       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;
    • getNavigationPathsBuilder

      public NavigationPathsInFrame_RelStructure.Builder getNavigationPathsBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The pathLinks.
    • setPathLinks

       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;
    • setPathLinks

      public SiteFrameType.Builder setPathLinks(PathLinksInFrame_RelStructure.Builder builderForValue)
       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;
    • mergePathLinks

       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;
    • clearPathLinks

      public SiteFrameType.Builder clearPathLinks()
       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;
    • getPathLinksBuilder

      public PathLinksInFrame_RelStructure.Builder getPathLinksBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The pathJunctions.
    • setPathJunctions

       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;
    • setPathJunctions

      public SiteFrameType.Builder setPathJunctions(PathJunctionsInFrame_RelStructure.Builder builderForValue)
       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;
    • mergePathJunctions

      public SiteFrameType.Builder mergePathJunctions(PathJunctionsInFrame_RelStructure value)
       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;
    • clearPathJunctions

      public SiteFrameType.Builder clearPathJunctions()
       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;
    • getPathJunctionsBuilder

      public PathJunctionsInFrame_RelStructure.Builder getPathJunctionsBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The checkConstraints.
    • setCheckConstraints

      public SiteFrameType.Builder setCheckConstraints(CheckConstraintInFrame_RelStructure value)
       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;
    • setCheckConstraints

      public SiteFrameType.Builder setCheckConstraints(CheckConstraintInFrame_RelStructure.Builder builderForValue)
       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;
    • mergeCheckConstraints

      public SiteFrameType.Builder mergeCheckConstraints(CheckConstraintInFrame_RelStructure value)
       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;
    • clearCheckConstraints

      public SiteFrameType.Builder clearCheckConstraints()
       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;
    • getCheckConstraintsBuilder

      public CheckConstraintInFrame_RelStructure.Builder getCheckConstraintsBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The checkConstraintDelays.
    • setCheckConstraintDelays

      public SiteFrameType.Builder setCheckConstraintDelays(CheckConstraintDelaysInFrame_RelStructure value)
       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;
    • setCheckConstraintDelays

      public SiteFrameType.Builder setCheckConstraintDelays(CheckConstraintDelaysInFrame_RelStructure.Builder builderForValue)
       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;
    • mergeCheckConstraintDelays

      public SiteFrameType.Builder mergeCheckConstraintDelays(CheckConstraintDelaysInFrame_RelStructure value)
       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;
    • clearCheckConstraintDelays

      public SiteFrameType.Builder clearCheckConstraintDelays()
       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;
    • getCheckConstraintDelaysBuilder

      public CheckConstraintDelaysInFrame_RelStructure.Builder getCheckConstraintDelaysBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The checkConstraintThroughputs.
    • setCheckConstraintThroughputs

      public SiteFrameType.Builder setCheckConstraintThroughputs(CheckConstraintThroughputsInFrame_RelStructure value)
       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;
    • setCheckConstraintThroughputs

      public SiteFrameType.Builder setCheckConstraintThroughputs(CheckConstraintThroughputsInFrame_RelStructure.Builder builderForValue)
       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;
    • mergeCheckConstraintThroughputs

      public SiteFrameType.Builder mergeCheckConstraintThroughputs(CheckConstraintThroughputsInFrame_RelStructure value)
       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;
    • clearCheckConstraintThroughputs

      public SiteFrameType.Builder clearCheckConstraintThroughputs()
       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;
    • getCheckConstraintThroughputsBuilder

      public CheckConstraintThroughputsInFrame_RelStructure.Builder getCheckConstraintThroughputsBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The pointOfInterestClassifications.
    • setPointOfInterestClassifications

      public SiteFrameType.Builder setPointOfInterestClassifications(PointOfInterestClassificationsType value)
       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;
    • setPointOfInterestClassifications

      public SiteFrameType.Builder setPointOfInterestClassifications(PointOfInterestClassificationsType.Builder builderForValue)
       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;
    • mergePointOfInterestClassifications

      public SiteFrameType.Builder mergePointOfInterestClassifications(PointOfInterestClassificationsType value)
       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;
    • clearPointOfInterestClassifications

      public SiteFrameType.Builder clearPointOfInterestClassifications()
       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;
    • getPointOfInterestClassificationsBuilder

      public PointOfInterestClassificationsType.Builder getPointOfInterestClassificationsBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The pointOfInterestClassificationHierarchies.
    • setPointOfInterestClassificationHierarchies

      public SiteFrameType.Builder setPointOfInterestClassificationHierarchies(PointOfInterestClassificationHierarchiesInFrame_RelStructure value)
       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;
    • setPointOfInterestClassificationHierarchies

      public SiteFrameType.Builder setPointOfInterestClassificationHierarchies(PointOfInterestClassificationHierarchiesInFrame_RelStructure.Builder builderForValue)
       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;
    • mergePointOfInterestClassificationHierarchies

      public SiteFrameType.Builder mergePointOfInterestClassificationHierarchies(PointOfInterestClassificationHierarchiesInFrame_RelStructure value)
       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;
    • clearPointOfInterestClassificationHierarchies

      public SiteFrameType.Builder clearPointOfInterestClassificationHierarchies()
       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;
    • getPointOfInterestClassificationHierarchiesBuilder

      public PointOfInterestClassificationHierarchiesInFrame_RelStructure.Builder getPointOfInterestClassificationHierarchiesBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The tariffZones.
    • setTariffZones

       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;
    • setTariffZones

      public SiteFrameType.Builder setTariffZones(TariffZonesInFrame_RelStructure.Builder builderForValue)
       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;
    • mergeTariffZones

      public SiteFrameType.Builder mergeTariffZones(TariffZonesInFrame_RelStructure value)
       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;
    • clearTariffZones

      public SiteFrameType.Builder clearTariffZones()
       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;
    • getTariffZonesBuilder

      public TariffZonesInFrame_RelStructure.Builder getTariffZonesBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The groupsOfTariffZones.
    • setGroupsOfTariffZones

      public SiteFrameType.Builder setGroupsOfTariffZones(GroupsOfTariffZonesInFrame_RelStructure value)
       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;
    • setGroupsOfTariffZones

      public SiteFrameType.Builder setGroupsOfTariffZones(GroupsOfTariffZonesInFrame_RelStructure.Builder builderForValue)
       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;
    • mergeGroupsOfTariffZones

      public SiteFrameType.Builder mergeGroupsOfTariffZones(GroupsOfTariffZonesInFrame_RelStructure value)
       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;
    • clearGroupsOfTariffZones

      public SiteFrameType.Builder clearGroupsOfTariffZones()
       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;
    • getGroupsOfTariffZonesBuilder

      public GroupsOfTariffZonesInFrame_RelStructure.Builder getGroupsOfTariffZonesBuilder()
       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;
    • 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 SiteFrameTypeOrBuilder
    • 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 SiteFrameTypeOrBuilder
      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 SiteFrameTypeOrBuilder
      Returns:
      The siteFacilitySets.
    • setSiteFacilitySets

      public SiteFrameType.Builder setSiteFacilitySets(SiteFacilitySetsInFrame_RelStructure value)
       [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 95:100]
       
      .uk.org.netex.www.netex.SiteFacilitySetsInFrame_RelStructure site_facility_sets = 471;
    • setSiteFacilitySets

      public SiteFrameType.Builder setSiteFacilitySets(SiteFacilitySetsInFrame_RelStructure.Builder builderForValue)
       [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 95:100]
       
      .uk.org.netex.www.netex.SiteFacilitySetsInFrame_RelStructure site_facility_sets = 471;
    • mergeSiteFacilitySets

      public SiteFrameType.Builder mergeSiteFacilitySets(SiteFacilitySetsInFrame_RelStructure value)
       [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 95:100]
       
      .uk.org.netex.www.netex.SiteFacilitySetsInFrame_RelStructure site_facility_sets = 471;
    • clearSiteFacilitySets

      public SiteFrameType.Builder clearSiteFacilitySets()
       [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 95:100]
       
      .uk.org.netex.www.netex.SiteFacilitySetsInFrame_RelStructure site_facility_sets = 471;
    • getSiteFacilitySetsBuilder

      public SiteFacilitySetsInFrame_RelStructure.Builder getSiteFacilitySetsBuilder()
       [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 95:100]
       
      .uk.org.netex.www.netex.SiteFacilitySetsInFrame_RelStructure site_facility_sets = 471;
    • 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 SiteFrameTypeOrBuilder
    • getId

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

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 113:55]
       
      string id = 511;
      Specified by:
      getIdBytes in interface SiteFrameTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public SiteFrameType.Builder setId(String value)
       [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 113:55]
       
      string id = 511;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public SiteFrameType.Builder clearId()
       [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 113:55]
       
      string id = 511;
      Returns:
      This builder for chaining.
    • setIdBytes

      public SiteFrameType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 113:55]
       
      string id = 511;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.