Class Service_VersionFrameStructure.Builder

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

public static final class Service_VersionFrameStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<Service_VersionFrameStructure.Builder> implements Service_VersionFrameStructureOrBuilder
 Type for a SERVICE FRAME.  [netex_part_2/part2_frames/netex_serviceFrame_version.xsd at 113:73]
 
Protobuf type uk.org.netex.www.netex.Service_VersionFrameStructure
  • 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<Service_VersionFrameStructure.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<Service_VersionFrameStructure.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<Service_VersionFrameStructure.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

      public Service_VersionFrameStructure.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<Service_VersionFrameStructure.Builder>
    • mergeFrom

    • isInitialized

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

      public Service_VersionFrameStructure.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<Service_VersionFrameStructure.Builder>
      Throws:
      IOException
    • getId

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

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

       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Returns:
      This builder for chaining.
    • setIdBytes

      public Service_VersionFrameStructure.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • 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 Service_VersionFrameStructureOrBuilder
      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 Service_VersionFrameStructureOrBuilder
      Returns:
      The created.
    • setCreated

      public Service_VersionFrameStructure.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 Service_VersionFrameStructure.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 Service_VersionFrameStructure.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

       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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
      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 Service_VersionFrameStructureOrBuilder
      Returns:
      The changed.
    • setChanged

      public Service_VersionFrameStructure.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 Service_VersionFrameStructure.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 Service_VersionFrameStructure.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

       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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
      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 Service_VersionFrameStructureOrBuilder
      Returns:
      The bytes for version.
    • setVersion

      public Service_VersionFrameStructure.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

       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 Service_VersionFrameStructure.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 Service_VersionFrameStructureOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • setStatusValue

      public Service_VersionFrameStructure.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 Service_VersionFrameStructureOrBuilder
      Returns:
      The status.
    • setStatus

       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

       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 = 555;
      Specified by:
      getDerivedFromVersionRef in interface Service_VersionFrameStructureOrBuilder
      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 = 555;
      Specified by:
      getDerivedFromVersionRefBytes in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

      public Service_VersionFrameStructure.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 = 555;
      Parameters:
      value - The derivedFromVersionRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromVersionRef

      public Service_VersionFrameStructure.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 = 555;
      Returns:
      This builder for chaining.
    • setDerivedFromVersionRefBytes

      public Service_VersionFrameStructure.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 = 555;
      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 = 556;
      Specified by:
      getDerivedFromObjectRef in interface Service_VersionFrameStructureOrBuilder
      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 = 556;
      Specified by:
      getDerivedFromObjectRefBytes in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

      public Service_VersionFrameStructure.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 = 556;
      Parameters:
      value - The derivedFromObjectRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromObjectRef

      public Service_VersionFrameStructure.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 = 556;
      Returns:
      This builder for chaining.
    • setDerivedFromObjectRefBytes

      public Service_VersionFrameStructure.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 = 556;
      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 Service_VersionFrameStructureOrBuilder
      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 Service_VersionFrameStructureOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

       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

       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

       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 Service_VersionFrameStructure.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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
    • setValidBetween

      public Service_VersionFrameStructure.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 Service_VersionFrameStructure.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

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

       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

       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

       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 Service_VersionFrameStructure.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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
      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 Service_VersionFrameStructureOrBuilder
      Returns:
      The keyList.
    • setKeyList

       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

       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

       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

       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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
      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 Service_VersionFrameStructureOrBuilder
      Returns:
      The extensions.
    • setExtensions

       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

       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

       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 Service_VersionFrameStructure.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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
      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 Service_VersionFrameStructureOrBuilder
      Returns:
      The brandingRef.
    • setBrandingRef

       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

       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

       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 Service_VersionFrameStructure.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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
      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 Service_VersionFrameStructureOrBuilder
      Returns:
      The name.
    • setName

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

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

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

       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 Service_VersionFrameStructure.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

       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 Service_VersionFrameStructure.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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
      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 Service_VersionFrameStructureOrBuilder
      Returns:
      The typeOfFrameRef.
    • setTypeOfFrameRef

       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

       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

       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 Service_VersionFrameStructure.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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
      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 Service_VersionFrameStructureOrBuilder
      Returns:
      The baselineVersionFrameRef.
    • setBaselineVersionFrameRef

      public Service_VersionFrameStructure.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 Service_VersionFrameStructure.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 Service_VersionFrameStructure.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 Service_VersionFrameStructure.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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
      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 Service_VersionFrameStructureOrBuilder
      Returns:
      The codespaces.
    • setCodespaces

       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

       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

       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 Service_VersionFrameStructure.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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
      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 Service_VersionFrameStructureOrBuilder
      Returns:
      The frameDefaults.
    • setFrameDefaults

       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

       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

       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 Service_VersionFrameStructure.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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
      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 Service_VersionFrameStructureOrBuilder
      Returns:
      The versions.
    • setVersions

       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

       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

       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 Service_VersionFrameStructure.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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
      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 Service_VersionFrameStructureOrBuilder
      Returns:
      The prerequisites.
    • setPrerequisites

       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

       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

       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 Service_VersionFrameStructure.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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
      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 Service_VersionFrameStructureOrBuilder
      Returns:
      The traces.
    • setTraces

       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

       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

       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

       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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
      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 Service_VersionFrameStructureOrBuilder
      Returns:
      The contentValidityConditions.
    • setContentValidityConditions

      public Service_VersionFrameStructure.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 Service_VersionFrameStructure.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 Service_VersionFrameStructure.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 Service_VersionFrameStructure.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 Service_VersionFrameStructureOrBuilder
    • 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 Service_VersionFrameStructureOrBuilder
      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 Service_VersionFrameStructureOrBuilder
      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

       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

       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

       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 Service_VersionFrameStructureOrBuilder
    • hasNetwork

      public boolean hasNetwork()
       A named grouping of LINEs under which a Transport network is known.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 548:83]
       
      .uk.org.netex.www.netex.NetworkType network = 411;
      Specified by:
      hasNetwork in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the network field is set.
    • getNetwork

      public NetworkType getNetwork()
       A named grouping of LINEs under which a Transport network is known.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 548:83]
       
      .uk.org.netex.www.netex.NetworkType network = 411;
      Specified by:
      getNetwork in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The network.
    • setNetwork

       A named grouping of LINEs under which a Transport network is known.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 548:83]
       
      .uk.org.netex.www.netex.NetworkType network = 411;
    • setNetwork

      public Service_VersionFrameStructure.Builder setNetwork(NetworkType.Builder builderForValue)
       A named grouping of LINEs under which a Transport network is known.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 548:83]
       
      .uk.org.netex.www.netex.NetworkType network = 411;
    • mergeNetwork

       A named grouping of LINEs under which a Transport network is known.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 548:83]
       
      .uk.org.netex.www.netex.NetworkType network = 411;
    • clearNetwork

       A named grouping of LINEs under which a Transport network is known.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 548:83]
       
      .uk.org.netex.www.netex.NetworkType network = 411;
    • getNetworkBuilder

      public NetworkType.Builder getNetworkBuilder()
       A named grouping of LINEs under which a Transport network is known.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 548:83]
       
      .uk.org.netex.www.netex.NetworkType network = 411;
    • getNetworkOrBuilder

      public NetworkTypeOrBuilder getNetworkOrBuilder()
       A named grouping of LINEs under which a Transport network is known.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 548:83]
       
      .uk.org.netex.www.netex.NetworkType network = 411;
      Specified by:
      getNetworkOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasAdditionalNetworks

      public boolean hasAdditionalNetworks()
       Additional networks refernced in frame in addition to the primary NETWORK..  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 103:93]
       
      .uk.org.netex.www.netex.NetworksInFrame_RelStructure additional_networks = 412;
      Specified by:
      hasAdditionalNetworks in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the additionalNetworks field is set.
    • getAdditionalNetworks

      public NetworksInFrame_RelStructure getAdditionalNetworks()
       Additional networks refernced in frame in addition to the primary NETWORK..  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 103:93]
       
      .uk.org.netex.www.netex.NetworksInFrame_RelStructure additional_networks = 412;
      Specified by:
      getAdditionalNetworks in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The additionalNetworks.
    • setAdditionalNetworks

       Additional networks refernced in frame in addition to the primary NETWORK..  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 103:93]
       
      .uk.org.netex.www.netex.NetworksInFrame_RelStructure additional_networks = 412;
    • setAdditionalNetworks

      public Service_VersionFrameStructure.Builder setAdditionalNetworks(NetworksInFrame_RelStructure.Builder builderForValue)
       Additional networks refernced in frame in addition to the primary NETWORK..  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 103:93]
       
      .uk.org.netex.www.netex.NetworksInFrame_RelStructure additional_networks = 412;
    • mergeAdditionalNetworks

       Additional networks refernced in frame in addition to the primary NETWORK..  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 103:93]
       
      .uk.org.netex.www.netex.NetworksInFrame_RelStructure additional_networks = 412;
    • clearAdditionalNetworks

      public Service_VersionFrameStructure.Builder clearAdditionalNetworks()
       Additional networks refernced in frame in addition to the primary NETWORK..  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 103:93]
       
      .uk.org.netex.www.netex.NetworksInFrame_RelStructure additional_networks = 412;
    • getAdditionalNetworksBuilder

      public NetworksInFrame_RelStructure.Builder getAdditionalNetworksBuilder()
       Additional networks refernced in frame in addition to the primary NETWORK..  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 103:93]
       
      .uk.org.netex.www.netex.NetworksInFrame_RelStructure additional_networks = 412;
    • getAdditionalNetworksOrBuilder

      public NetworksInFrame_RelStructureOrBuilder getAdditionalNetworksOrBuilder()
       Additional networks refernced in frame in addition to the primary NETWORK..  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 103:93]
       
      .uk.org.netex.www.netex.NetworksInFrame_RelStructure additional_networks = 412;
      Specified by:
      getAdditionalNetworksOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasDirections

      public boolean hasDirections()
       DIRECTIONs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 75:87]
       
      .uk.org.netex.www.netex.DirectionsInFrame_RelStructure directions = 421;
      Specified by:
      hasDirections in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the directions field is set.
    • getDirections

      public DirectionsInFrame_RelStructure getDirections()
       DIRECTIONs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 75:87]
       
      .uk.org.netex.www.netex.DirectionsInFrame_RelStructure directions = 421;
      Specified by:
      getDirections in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The directions.
    • setDirections

       DIRECTIONs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 75:87]
       
      .uk.org.netex.www.netex.DirectionsInFrame_RelStructure directions = 421;
    • setDirections

       DIRECTIONs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 75:87]
       
      .uk.org.netex.www.netex.DirectionsInFrame_RelStructure directions = 421;
    • mergeDirections

       DIRECTIONs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 75:87]
       
      .uk.org.netex.www.netex.DirectionsInFrame_RelStructure directions = 421;
    • clearDirections

      public Service_VersionFrameStructure.Builder clearDirections()
       DIRECTIONs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 75:87]
       
      .uk.org.netex.www.netex.DirectionsInFrame_RelStructure directions = 421;
    • getDirectionsBuilder

      public DirectionsInFrame_RelStructure.Builder getDirectionsBuilder()
       DIRECTIONs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 75:87]
       
      .uk.org.netex.www.netex.DirectionsInFrame_RelStructure directions = 421;
    • getDirectionsOrBuilder

      public DirectionsInFrame_RelStructureOrBuilder getDirectionsOrBuilder()
       DIRECTIONs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 75:87]
       
      .uk.org.netex.www.netex.DirectionsInFrame_RelStructure directions = 421;
      Specified by:
      getDirectionsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasRoutePoints

      public boolean hasRoutePoints()
       ROUTE POINTs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 80:89]
       
      .uk.org.netex.www.netex.RoutePointsInFrame_RelStructure route_points = 422;
      Specified by:
      hasRoutePoints in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the routePoints field is set.
    • getRoutePoints

      public RoutePointsInFrame_RelStructure getRoutePoints()
       ROUTE POINTs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 80:89]
       
      .uk.org.netex.www.netex.RoutePointsInFrame_RelStructure route_points = 422;
      Specified by:
      getRoutePoints in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The routePoints.
    • setRoutePoints

       ROUTE POINTs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 80:89]
       
      .uk.org.netex.www.netex.RoutePointsInFrame_RelStructure route_points = 422;
    • setRoutePoints

       ROUTE POINTs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 80:89]
       
      .uk.org.netex.www.netex.RoutePointsInFrame_RelStructure route_points = 422;
    • mergeRoutePoints

       ROUTE POINTs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 80:89]
       
      .uk.org.netex.www.netex.RoutePointsInFrame_RelStructure route_points = 422;
    • clearRoutePoints

      public Service_VersionFrameStructure.Builder clearRoutePoints()
       ROUTE POINTs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 80:89]
       
      .uk.org.netex.www.netex.RoutePointsInFrame_RelStructure route_points = 422;
    • getRoutePointsBuilder

      public RoutePointsInFrame_RelStructure.Builder getRoutePointsBuilder()
       ROUTE POINTs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 80:89]
       
      .uk.org.netex.www.netex.RoutePointsInFrame_RelStructure route_points = 422;
    • getRoutePointsOrBuilder

      public RoutePointsInFrame_RelStructureOrBuilder getRoutePointsOrBuilder()
       ROUTE POINTs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 80:89]
       
      .uk.org.netex.www.netex.RoutePointsInFrame_RelStructure route_points = 422;
      Specified by:
      getRoutePointsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasRouteLinks

      public boolean hasRouteLinks()
       ROUTE LINKs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 85:87]
       
      .uk.org.netex.www.netex.RouteLinksInFrame_RelStructure route_links = 423;
      Specified by:
      hasRouteLinks in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the routeLinks field is set.
    • getRouteLinks

      public RouteLinksInFrame_RelStructure getRouteLinks()
       ROUTE LINKs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 85:87]
       
      .uk.org.netex.www.netex.RouteLinksInFrame_RelStructure route_links = 423;
      Specified by:
      getRouteLinks in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The routeLinks.
    • setRouteLinks

       ROUTE LINKs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 85:87]
       
      .uk.org.netex.www.netex.RouteLinksInFrame_RelStructure route_links = 423;
    • setRouteLinks

       ROUTE LINKs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 85:87]
       
      .uk.org.netex.www.netex.RouteLinksInFrame_RelStructure route_links = 423;
    • mergeRouteLinks

       ROUTE LINKs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 85:87]
       
      .uk.org.netex.www.netex.RouteLinksInFrame_RelStructure route_links = 423;
    • clearRouteLinks

      public Service_VersionFrameStructure.Builder clearRouteLinks()
       ROUTE LINKs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 85:87]
       
      .uk.org.netex.www.netex.RouteLinksInFrame_RelStructure route_links = 423;
    • getRouteLinksBuilder

      public RouteLinksInFrame_RelStructure.Builder getRouteLinksBuilder()
       ROUTE LINKs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 85:87]
       
      .uk.org.netex.www.netex.RouteLinksInFrame_RelStructure route_links = 423;
    • getRouteLinksOrBuilder

      public RouteLinksInFrame_RelStructureOrBuilder getRouteLinksOrBuilder()
       ROUTE LINKs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 85:87]
       
      .uk.org.netex.www.netex.RouteLinksInFrame_RelStructure route_links = 423;
      Specified by:
      getRouteLinksOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasRoutes

      public boolean hasRoutes()
       ROUTEs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 90:79]
       
      .uk.org.netex.www.netex.RoutesInFrame_RelStructure routes = 424;
      Specified by:
      hasRoutes in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the routes field is set.
    • getRoutes

      public RoutesInFrame_RelStructure getRoutes()
       ROUTEs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 90:79]
       
      .uk.org.netex.www.netex.RoutesInFrame_RelStructure routes = 424;
      Specified by:
      getRoutes in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The routes.
    • setRoutes

       ROUTEs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 90:79]
       
      .uk.org.netex.www.netex.RoutesInFrame_RelStructure routes = 424;
    • setRoutes

       ROUTEs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 90:79]
       
      .uk.org.netex.www.netex.RoutesInFrame_RelStructure routes = 424;
    • mergeRoutes

       ROUTEs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 90:79]
       
      .uk.org.netex.www.netex.RoutesInFrame_RelStructure routes = 424;
    • clearRoutes

       ROUTEs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 90:79]
       
      .uk.org.netex.www.netex.RoutesInFrame_RelStructure routes = 424;
    • getRoutesBuilder

      public RoutesInFrame_RelStructure.Builder getRoutesBuilder()
       ROUTEs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 90:79]
       
      .uk.org.netex.www.netex.RoutesInFrame_RelStructure routes = 424;
    • getRoutesOrBuilder

      public RoutesInFrame_RelStructureOrBuilder getRoutesOrBuilder()
       ROUTEs in frame.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 90:79]
       
      .uk.org.netex.www.netex.RoutesInFrame_RelStructure routes = 424;
      Specified by:
      getRoutesOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasFlexiblePointProperties

      public boolean hasFlexiblePointProperties()
       FLEXIBLE POINT PROPERTIES in frame.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 43:106]
       
      .uk.org.netex.www.netex.FlexiblePointProperties_RelStructure flexible_point_properties = 431;
      Specified by:
      hasFlexiblePointProperties in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the flexiblePointProperties field is set.
    • getFlexiblePointProperties

      public FlexiblePointProperties_RelStructure getFlexiblePointProperties()
       FLEXIBLE POINT PROPERTIES in frame.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 43:106]
       
      .uk.org.netex.www.netex.FlexiblePointProperties_RelStructure flexible_point_properties = 431;
      Specified by:
      getFlexiblePointProperties in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The flexiblePointProperties.
    • setFlexiblePointProperties

       FLEXIBLE POINT PROPERTIES in frame.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 43:106]
       
      .uk.org.netex.www.netex.FlexiblePointProperties_RelStructure flexible_point_properties = 431;
    • setFlexiblePointProperties

      public Service_VersionFrameStructure.Builder setFlexiblePointProperties(FlexiblePointProperties_RelStructure.Builder builderForValue)
       FLEXIBLE POINT PROPERTIES in frame.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 43:106]
       
      .uk.org.netex.www.netex.FlexiblePointProperties_RelStructure flexible_point_properties = 431;
    • mergeFlexiblePointProperties

       FLEXIBLE POINT PROPERTIES in frame.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 43:106]
       
      .uk.org.netex.www.netex.FlexiblePointProperties_RelStructure flexible_point_properties = 431;
    • clearFlexiblePointProperties

      public Service_VersionFrameStructure.Builder clearFlexiblePointProperties()
       FLEXIBLE POINT PROPERTIES in frame.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 43:106]
       
      .uk.org.netex.www.netex.FlexiblePointProperties_RelStructure flexible_point_properties = 431;
    • getFlexiblePointPropertiesBuilder

      public FlexiblePointProperties_RelStructure.Builder getFlexiblePointPropertiesBuilder()
       FLEXIBLE POINT PROPERTIES in frame.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 43:106]
       
      .uk.org.netex.www.netex.FlexiblePointProperties_RelStructure flexible_point_properties = 431;
    • getFlexiblePointPropertiesOrBuilder

      public FlexiblePointProperties_RelStructureOrBuilder getFlexiblePointPropertiesOrBuilder()
       FLEXIBLE POINT PROPERTIES in frame.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 43:106]
       
      .uk.org.netex.www.netex.FlexiblePointProperties_RelStructure flexible_point_properties = 431;
      Specified by:
      getFlexiblePointPropertiesOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasFlexibleLinkProperties

      public boolean hasFlexibleLinkProperties()
       FLEXIBLE LINK PROPERTIES in frame.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 48:104]
       
      .uk.org.netex.www.netex.FlexibleLinkProperties_RelStructure flexible_link_properties = 432;
      Specified by:
      hasFlexibleLinkProperties in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the flexibleLinkProperties field is set.
    • getFlexibleLinkProperties

      public FlexibleLinkProperties_RelStructure getFlexibleLinkProperties()
       FLEXIBLE LINK PROPERTIES in frame.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 48:104]
       
      .uk.org.netex.www.netex.FlexibleLinkProperties_RelStructure flexible_link_properties = 432;
      Specified by:
      getFlexibleLinkProperties in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The flexibleLinkProperties.
    • setFlexibleLinkProperties

       FLEXIBLE LINK PROPERTIES in frame.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 48:104]
       
      .uk.org.netex.www.netex.FlexibleLinkProperties_RelStructure flexible_link_properties = 432;
    • setFlexibleLinkProperties

      public Service_VersionFrameStructure.Builder setFlexibleLinkProperties(FlexibleLinkProperties_RelStructure.Builder builderForValue)
       FLEXIBLE LINK PROPERTIES in frame.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 48:104]
       
      .uk.org.netex.www.netex.FlexibleLinkProperties_RelStructure flexible_link_properties = 432;
    • mergeFlexibleLinkProperties

       FLEXIBLE LINK PROPERTIES in frame.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 48:104]
       
      .uk.org.netex.www.netex.FlexibleLinkProperties_RelStructure flexible_link_properties = 432;
    • clearFlexibleLinkProperties

      public Service_VersionFrameStructure.Builder clearFlexibleLinkProperties()
       FLEXIBLE LINK PROPERTIES in frame.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 48:104]
       
      .uk.org.netex.www.netex.FlexibleLinkProperties_RelStructure flexible_link_properties = 432;
    • getFlexibleLinkPropertiesBuilder

      public FlexibleLinkProperties_RelStructure.Builder getFlexibleLinkPropertiesBuilder()
       FLEXIBLE LINK PROPERTIES in frame.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 48:104]
       
      .uk.org.netex.www.netex.FlexibleLinkProperties_RelStructure flexible_link_properties = 432;
    • getFlexibleLinkPropertiesOrBuilder

      public FlexibleLinkProperties_RelStructureOrBuilder getFlexibleLinkPropertiesOrBuilder()
       FLEXIBLE LINK PROPERTIES in frame.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 48:104]
       
      .uk.org.netex.www.netex.FlexibleLinkProperties_RelStructure flexible_link_properties = 432;
      Specified by:
      getFlexibleLinkPropertiesOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasCommonSections

      public boolean hasCommonSections()
       COMMON SECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 60:95]
       
      .uk.org.netex.www.netex.CommonSectionsInFrame_RelStructure common_sections = 441;
      Specified by:
      hasCommonSections in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the commonSections field is set.
    • getCommonSections

      public CommonSectionsInFrame_RelStructure getCommonSections()
       COMMON SECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 60:95]
       
      .uk.org.netex.www.netex.CommonSectionsInFrame_RelStructure common_sections = 441;
      Specified by:
      getCommonSections in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The commonSections.
    • setCommonSections

       COMMON SECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 60:95]
       
      .uk.org.netex.www.netex.CommonSectionsInFrame_RelStructure common_sections = 441;
    • setCommonSections

       COMMON SECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 60:95]
       
      .uk.org.netex.www.netex.CommonSectionsInFrame_RelStructure common_sections = 441;
    • mergeCommonSections

       COMMON SECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 60:95]
       
      .uk.org.netex.www.netex.CommonSectionsInFrame_RelStructure common_sections = 441;
    • clearCommonSections

      public Service_VersionFrameStructure.Builder clearCommonSections()
       COMMON SECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 60:95]
       
      .uk.org.netex.www.netex.CommonSectionsInFrame_RelStructure common_sections = 441;
    • getCommonSectionsBuilder

      public CommonSectionsInFrame_RelStructure.Builder getCommonSectionsBuilder()
       COMMON SECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 60:95]
       
      .uk.org.netex.www.netex.CommonSectionsInFrame_RelStructure common_sections = 441;
    • getCommonSectionsOrBuilder

      public CommonSectionsInFrame_RelStructureOrBuilder getCommonSectionsOrBuilder()
       COMMON SECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 60:95]
       
      .uk.org.netex.www.netex.CommonSectionsInFrame_RelStructure common_sections = 441;
      Specified by:
      getCommonSectionsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasGeneralSections

      public boolean hasGeneralSections()
       GENERAL SECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 65:97]
       
      .uk.org.netex.www.netex.GeneralSectionsInFrame_RelStructure general_sections = 442;
      Specified by:
      hasGeneralSections in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the generalSections field is set.
    • getGeneralSections

      public GeneralSectionsInFrame_RelStructure getGeneralSections()
       GENERAL SECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 65:97]
       
      .uk.org.netex.www.netex.GeneralSectionsInFrame_RelStructure general_sections = 442;
      Specified by:
      getGeneralSections in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The generalSections.
    • setGeneralSections

       GENERAL SECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 65:97]
       
      .uk.org.netex.www.netex.GeneralSectionsInFrame_RelStructure general_sections = 442;
    • setGeneralSections

       GENERAL SECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 65:97]
       
      .uk.org.netex.www.netex.GeneralSectionsInFrame_RelStructure general_sections = 442;
    • mergeGeneralSections

       GENERAL SECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 65:97]
       
      .uk.org.netex.www.netex.GeneralSectionsInFrame_RelStructure general_sections = 442;
    • clearGeneralSections

      public Service_VersionFrameStructure.Builder clearGeneralSections()
       GENERAL SECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 65:97]
       
      .uk.org.netex.www.netex.GeneralSectionsInFrame_RelStructure general_sections = 442;
    • getGeneralSectionsBuilder

      public GeneralSectionsInFrame_RelStructure.Builder getGeneralSectionsBuilder()
       GENERAL SECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 65:97]
       
      .uk.org.netex.www.netex.GeneralSectionsInFrame_RelStructure general_sections = 442;
    • getGeneralSectionsOrBuilder

      public GeneralSectionsInFrame_RelStructureOrBuilder getGeneralSectionsOrBuilder()
       GENERAL SECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 65:97]
       
      .uk.org.netex.www.netex.GeneralSectionsInFrame_RelStructure general_sections = 442;
      Specified by:
      getGeneralSectionsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasGroupsOfLinks

      public boolean hasGroupsOfLinks()
       GROUPs of LINKs in frame.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 80:85]
       
      .uk.org.netex.www.netex.GroupOfLinks_RelStructure groups_of_links = 451;
      Specified by:
      hasGroupsOfLinks in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the groupsOfLinks field is set.
    • getGroupsOfLinks

      public GroupOfLinks_RelStructure getGroupsOfLinks()
       GROUPs of LINKs in frame.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 80:85]
       
      .uk.org.netex.www.netex.GroupOfLinks_RelStructure groups_of_links = 451;
      Specified by:
      getGroupsOfLinks in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The groupsOfLinks.
    • clearGroupsOfLinks

      public Service_VersionFrameStructure.Builder clearGroupsOfLinks()
       GROUPs of LINKs in frame.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 80:85]
       
      .uk.org.netex.www.netex.GroupOfLinks_RelStructure groups_of_links = 451;
    • getGroupsOfLinksBuilder

      public GroupOfLinks_RelStructure.Builder getGroupsOfLinksBuilder()
       GROUPs of LINKs in frame.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 80:85]
       
      .uk.org.netex.www.netex.GroupOfLinks_RelStructure groups_of_links = 451;
    • getGroupsOfLinksOrBuilder

      public GroupOfLinks_RelStructureOrBuilder getGroupsOfLinksOrBuilder()
       GROUPs of LINKs in frame.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 80:85]
       
      .uk.org.netex.www.netex.GroupOfLinks_RelStructure groups_of_links = 451;
      Specified by:
      getGroupsOfLinksOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasGroupsOfPoints

      public boolean hasGroupsOfPoints()
       GROUPs of POINTs in frame.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 85:87]
       
      .uk.org.netex.www.netex.GroupOfPoints_RelStructure groups_of_points = 452;
      Specified by:
      hasGroupsOfPoints in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the groupsOfPoints field is set.
    • getGroupsOfPoints

      public GroupOfPoints_RelStructure getGroupsOfPoints()
       GROUPs of POINTs in frame.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 85:87]
       
      .uk.org.netex.www.netex.GroupOfPoints_RelStructure groups_of_points = 452;
      Specified by:
      getGroupsOfPoints in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The groupsOfPoints.
    • setGroupsOfPoints

       GROUPs of POINTs in frame.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 85:87]
       
      .uk.org.netex.www.netex.GroupOfPoints_RelStructure groups_of_points = 452;
    • setGroupsOfPoints

       GROUPs of POINTs in frame.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 85:87]
       
      .uk.org.netex.www.netex.GroupOfPoints_RelStructure groups_of_points = 452;
    • mergeGroupsOfPoints

       GROUPs of POINTs in frame.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 85:87]
       
      .uk.org.netex.www.netex.GroupOfPoints_RelStructure groups_of_points = 452;
    • clearGroupsOfPoints

      public Service_VersionFrameStructure.Builder clearGroupsOfPoints()
       GROUPs of POINTs in frame.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 85:87]
       
      .uk.org.netex.www.netex.GroupOfPoints_RelStructure groups_of_points = 452;
    • getGroupsOfPointsBuilder

      public GroupOfPoints_RelStructure.Builder getGroupsOfPointsBuilder()
       GROUPs of POINTs in frame.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 85:87]
       
      .uk.org.netex.www.netex.GroupOfPoints_RelStructure groups_of_points = 452;
    • getGroupsOfPointsOrBuilder

      public GroupOfPoints_RelStructureOrBuilder getGroupsOfPointsOrBuilder()
       GROUPs of POINTs in frame.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 85:87]
       
      .uk.org.netex.www.netex.GroupOfPoints_RelStructure groups_of_points = 452;
      Specified by:
      getGroupsOfPointsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasLines

      public boolean hasLines()
       LINEs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 115:77]
       
      .uk.org.netex.www.netex.LinesInFrame_RelStructure lines = 461;
      Specified by:
      hasLines in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the lines field is set.
    • getLines

      public LinesInFrame_RelStructure getLines()
       LINEs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 115:77]
       
      .uk.org.netex.www.netex.LinesInFrame_RelStructure lines = 461;
      Specified by:
      getLines in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The lines.
    • setLines

       LINEs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 115:77]
       
      .uk.org.netex.www.netex.LinesInFrame_RelStructure lines = 461;
    • setLines

       LINEs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 115:77]
       
      .uk.org.netex.www.netex.LinesInFrame_RelStructure lines = 461;
    • mergeLines

       LINEs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 115:77]
       
      .uk.org.netex.www.netex.LinesInFrame_RelStructure lines = 461;
    • clearLines

       LINEs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 115:77]
       
      .uk.org.netex.www.netex.LinesInFrame_RelStructure lines = 461;
    • getLinesBuilder

      public LinesInFrame_RelStructure.Builder getLinesBuilder()
       LINEs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 115:77]
       
      .uk.org.netex.www.netex.LinesInFrame_RelStructure lines = 461;
    • getLinesOrBuilder

      public LinesInFrame_RelStructureOrBuilder getLinesOrBuilder()
       LINEs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 115:77]
       
      .uk.org.netex.www.netex.LinesInFrame_RelStructure lines = 461;
      Specified by:
      getLinesOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasGroupsOfLines

      public boolean hasGroupsOfLines()
       GROUPs of LINEs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 120:93]
       
      .uk.org.netex.www.netex.GroupsOfLinesInFrame_RelStructure groups_of_lines = 462;
      Specified by:
      hasGroupsOfLines in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the groupsOfLines field is set.
    • getGroupsOfLines

      public GroupsOfLinesInFrame_RelStructure getGroupsOfLines()
       GROUPs of LINEs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 120:93]
       
      .uk.org.netex.www.netex.GroupsOfLinesInFrame_RelStructure groups_of_lines = 462;
      Specified by:
      getGroupsOfLines in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The groupsOfLines.
    • setGroupsOfLines

       GROUPs of LINEs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 120:93]
       
      .uk.org.netex.www.netex.GroupsOfLinesInFrame_RelStructure groups_of_lines = 462;
    • setGroupsOfLines

       GROUPs of LINEs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 120:93]
       
      .uk.org.netex.www.netex.GroupsOfLinesInFrame_RelStructure groups_of_lines = 462;
    • mergeGroupsOfLines

       GROUPs of LINEs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 120:93]
       
      .uk.org.netex.www.netex.GroupsOfLinesInFrame_RelStructure groups_of_lines = 462;
    • clearGroupsOfLines

      public Service_VersionFrameStructure.Builder clearGroupsOfLines()
       GROUPs of LINEs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 120:93]
       
      .uk.org.netex.www.netex.GroupsOfLinesInFrame_RelStructure groups_of_lines = 462;
    • getGroupsOfLinesBuilder

      public GroupsOfLinesInFrame_RelStructure.Builder getGroupsOfLinesBuilder()
       GROUPs of LINEs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 120:93]
       
      .uk.org.netex.www.netex.GroupsOfLinesInFrame_RelStructure groups_of_lines = 462;
    • getGroupsOfLinesOrBuilder

      public GroupsOfLinesInFrame_RelStructureOrBuilder getGroupsOfLinesOrBuilder()
       GROUPs of LINEs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 120:93]
       
      .uk.org.netex.www.netex.GroupsOfLinesInFrame_RelStructure groups_of_lines = 462;
      Specified by:
      getGroupsOfLinesOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasDestinationDisplays

      public boolean hasDestinationDisplays()
       DESTINATION DISPLAYs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 125:105]
       
      .uk.org.netex.www.netex.DestinationDisplaysInFrame_RelStructure destination_displays = 463;
      Specified by:
      hasDestinationDisplays in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the destinationDisplays field is set.
    • getDestinationDisplays

      public DestinationDisplaysInFrame_RelStructure getDestinationDisplays()
       DESTINATION DISPLAYs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 125:105]
       
      .uk.org.netex.www.netex.DestinationDisplaysInFrame_RelStructure destination_displays = 463;
      Specified by:
      getDestinationDisplays in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The destinationDisplays.
    • setDestinationDisplays

       DESTINATION DISPLAYs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 125:105]
       
      .uk.org.netex.www.netex.DestinationDisplaysInFrame_RelStructure destination_displays = 463;
    • setDestinationDisplays

       DESTINATION DISPLAYs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 125:105]
       
      .uk.org.netex.www.netex.DestinationDisplaysInFrame_RelStructure destination_displays = 463;
    • mergeDestinationDisplays

       DESTINATION DISPLAYs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 125:105]
       
      .uk.org.netex.www.netex.DestinationDisplaysInFrame_RelStructure destination_displays = 463;
    • clearDestinationDisplays

      public Service_VersionFrameStructure.Builder clearDestinationDisplays()
       DESTINATION DISPLAYs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 125:105]
       
      .uk.org.netex.www.netex.DestinationDisplaysInFrame_RelStructure destination_displays = 463;
    • getDestinationDisplaysBuilder

      public DestinationDisplaysInFrame_RelStructure.Builder getDestinationDisplaysBuilder()
       DESTINATION DISPLAYs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 125:105]
       
      .uk.org.netex.www.netex.DestinationDisplaysInFrame_RelStructure destination_displays = 463;
    • getDestinationDisplaysOrBuilder

      public DestinationDisplaysInFrame_RelStructureOrBuilder getDestinationDisplaysOrBuilder()
       DESTINATION DISPLAYs in frame.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 125:105]
       
      .uk.org.netex.www.netex.DestinationDisplaysInFrame_RelStructure destination_displays = 463;
      Specified by:
      getDestinationDisplaysOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasLineNetworks

      public boolean hasLineNetworks()
       LINE NETWORKs in frame.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 72:91]
       
      .uk.org.netex.www.netex.LineNetworksInFrame_RelStructure line_networks = 471;
      Specified by:
      hasLineNetworks in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the lineNetworks field is set.
    • getLineNetworks

      public LineNetworksInFrame_RelStructure getLineNetworks()
       LINE NETWORKs in frame.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 72:91]
       
      .uk.org.netex.www.netex.LineNetworksInFrame_RelStructure line_networks = 471;
      Specified by:
      getLineNetworks in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The lineNetworks.
    • setLineNetworks

       LINE NETWORKs in frame.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 72:91]
       
      .uk.org.netex.www.netex.LineNetworksInFrame_RelStructure line_networks = 471;
    • setLineNetworks

       LINE NETWORKs in frame.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 72:91]
       
      .uk.org.netex.www.netex.LineNetworksInFrame_RelStructure line_networks = 471;
    • mergeLineNetworks

       LINE NETWORKs in frame.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 72:91]
       
      .uk.org.netex.www.netex.LineNetworksInFrame_RelStructure line_networks = 471;
    • clearLineNetworks

      public Service_VersionFrameStructure.Builder clearLineNetworks()
       LINE NETWORKs in frame.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 72:91]
       
      .uk.org.netex.www.netex.LineNetworksInFrame_RelStructure line_networks = 471;
    • getLineNetworksBuilder

      public LineNetworksInFrame_RelStructure.Builder getLineNetworksBuilder()
       LINE NETWORKs in frame.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 72:91]
       
      .uk.org.netex.www.netex.LineNetworksInFrame_RelStructure line_networks = 471;
    • getLineNetworksOrBuilder

      public LineNetworksInFrame_RelStructureOrBuilder getLineNetworksOrBuilder()
       LINE NETWORKs in frame.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 72:91]
       
      .uk.org.netex.www.netex.LineNetworksInFrame_RelStructure line_networks = 471;
      Specified by:
      getLineNetworksOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasScheduledStopPoints

      public boolean hasScheduledStopPoints()
       SCHEDULED STOP POINTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 92:105]
       
      .uk.org.netex.www.netex.ScheduledStopPointsInFrame_RelStructure scheduled_stop_points = 481;
      Specified by:
      hasScheduledStopPoints in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the scheduledStopPoints field is set.
    • getScheduledStopPoints

      public ScheduledStopPointsInFrame_RelStructure getScheduledStopPoints()
       SCHEDULED STOP POINTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 92:105]
       
      .uk.org.netex.www.netex.ScheduledStopPointsInFrame_RelStructure scheduled_stop_points = 481;
      Specified by:
      getScheduledStopPoints in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The scheduledStopPoints.
    • setScheduledStopPoints

       SCHEDULED STOP POINTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 92:105]
       
      .uk.org.netex.www.netex.ScheduledStopPointsInFrame_RelStructure scheduled_stop_points = 481;
    • setScheduledStopPoints

       SCHEDULED STOP POINTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 92:105]
       
      .uk.org.netex.www.netex.ScheduledStopPointsInFrame_RelStructure scheduled_stop_points = 481;
    • mergeScheduledStopPoints

       SCHEDULED STOP POINTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 92:105]
       
      .uk.org.netex.www.netex.ScheduledStopPointsInFrame_RelStructure scheduled_stop_points = 481;
    • clearScheduledStopPoints

      public Service_VersionFrameStructure.Builder clearScheduledStopPoints()
       SCHEDULED STOP POINTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 92:105]
       
      .uk.org.netex.www.netex.ScheduledStopPointsInFrame_RelStructure scheduled_stop_points = 481;
    • getScheduledStopPointsBuilder

      public ScheduledStopPointsInFrame_RelStructure.Builder getScheduledStopPointsBuilder()
       SCHEDULED STOP POINTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 92:105]
       
      .uk.org.netex.www.netex.ScheduledStopPointsInFrame_RelStructure scheduled_stop_points = 481;
    • getScheduledStopPointsOrBuilder

      public ScheduledStopPointsInFrame_RelStructureOrBuilder getScheduledStopPointsOrBuilder()
       SCHEDULED STOP POINTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 92:105]
       
      .uk.org.netex.www.netex.ScheduledStopPointsInFrame_RelStructure scheduled_stop_points = 481;
      Specified by:
      getScheduledStopPointsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasServiceLinks

      public boolean hasServiceLinks()
       SERVICE LINKs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 97:91]
       
      .uk.org.netex.www.netex.ServiceLinksInFrame_RelStructure service_links = 482;
      Specified by:
      hasServiceLinks in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the serviceLinks field is set.
    • getServiceLinks

      public ServiceLinksInFrame_RelStructure getServiceLinks()
       SERVICE LINKs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 97:91]
       
      .uk.org.netex.www.netex.ServiceLinksInFrame_RelStructure service_links = 482;
      Specified by:
      getServiceLinks in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The serviceLinks.
    • setServiceLinks

       SERVICE LINKs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 97:91]
       
      .uk.org.netex.www.netex.ServiceLinksInFrame_RelStructure service_links = 482;
    • setServiceLinks

       SERVICE LINKs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 97:91]
       
      .uk.org.netex.www.netex.ServiceLinksInFrame_RelStructure service_links = 482;
    • mergeServiceLinks

       SERVICE LINKs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 97:91]
       
      .uk.org.netex.www.netex.ServiceLinksInFrame_RelStructure service_links = 482;
    • clearServiceLinks

      public Service_VersionFrameStructure.Builder clearServiceLinks()
       SERVICE LINKs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 97:91]
       
      .uk.org.netex.www.netex.ServiceLinksInFrame_RelStructure service_links = 482;
    • getServiceLinksBuilder

      public ServiceLinksInFrame_RelStructure.Builder getServiceLinksBuilder()
       SERVICE LINKs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 97:91]
       
      .uk.org.netex.www.netex.ServiceLinksInFrame_RelStructure service_links = 482;
    • getServiceLinksOrBuilder

      public ServiceLinksInFrame_RelStructureOrBuilder getServiceLinksOrBuilder()
       SERVICE LINKs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 97:91]
       
      .uk.org.netex.www.netex.ServiceLinksInFrame_RelStructure service_links = 482;
      Specified by:
      getServiceLinksOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasServicePatterns

      public boolean hasServicePatterns()
       SERVICE PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 102:97]
       
      .uk.org.netex.www.netex.ServicePatternsInFrame_RelStructure service_patterns = 483;
      Specified by:
      hasServicePatterns in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the servicePatterns field is set.
    • getServicePatterns

      public ServicePatternsInFrame_RelStructure getServicePatterns()
       SERVICE PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 102:97]
       
      .uk.org.netex.www.netex.ServicePatternsInFrame_RelStructure service_patterns = 483;
      Specified by:
      getServicePatterns in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The servicePatterns.
    • setServicePatterns

       SERVICE PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 102:97]
       
      .uk.org.netex.www.netex.ServicePatternsInFrame_RelStructure service_patterns = 483;
    • setServicePatterns

       SERVICE PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 102:97]
       
      .uk.org.netex.www.netex.ServicePatternsInFrame_RelStructure service_patterns = 483;
    • mergeServicePatterns

       SERVICE PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 102:97]
       
      .uk.org.netex.www.netex.ServicePatternsInFrame_RelStructure service_patterns = 483;
    • clearServicePatterns

      public Service_VersionFrameStructure.Builder clearServicePatterns()
       SERVICE PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 102:97]
       
      .uk.org.netex.www.netex.ServicePatternsInFrame_RelStructure service_patterns = 483;
    • getServicePatternsBuilder

      public ServicePatternsInFrame_RelStructure.Builder getServicePatternsBuilder()
       SERVICE PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 102:97]
       
      .uk.org.netex.www.netex.ServicePatternsInFrame_RelStructure service_patterns = 483;
    • getServicePatternsOrBuilder

      public ServicePatternsInFrame_RelStructureOrBuilder getServicePatternsOrBuilder()
       SERVICE PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 102:97]
       
      .uk.org.netex.www.netex.ServicePatternsInFrame_RelStructure service_patterns = 483;
      Specified by:
      getServicePatternsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasStopAreas

      public boolean hasStopAreas()
       STOP AREAS in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 107:85]
       
      .uk.org.netex.www.netex.StopAreasInFrame_RelStructure stop_areas = 484;
      Specified by:
      hasStopAreas in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the stopAreas field is set.
    • getStopAreas

      public StopAreasInFrame_RelStructure getStopAreas()
       STOP AREAS in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 107:85]
       
      .uk.org.netex.www.netex.StopAreasInFrame_RelStructure stop_areas = 484;
      Specified by:
      getStopAreas in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The stopAreas.
    • setStopAreas

       STOP AREAS in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 107:85]
       
      .uk.org.netex.www.netex.StopAreasInFrame_RelStructure stop_areas = 484;
    • setStopAreas

       STOP AREAS in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 107:85]
       
      .uk.org.netex.www.netex.StopAreasInFrame_RelStructure stop_areas = 484;
    • mergeStopAreas

       STOP AREAS in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 107:85]
       
      .uk.org.netex.www.netex.StopAreasInFrame_RelStructure stop_areas = 484;
    • clearStopAreas

      public Service_VersionFrameStructure.Builder clearStopAreas()
       STOP AREAS in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 107:85]
       
      .uk.org.netex.www.netex.StopAreasInFrame_RelStructure stop_areas = 484;
    • getStopAreasBuilder

      public StopAreasInFrame_RelStructure.Builder getStopAreasBuilder()
       STOP AREAS in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 107:85]
       
      .uk.org.netex.www.netex.StopAreasInFrame_RelStructure stop_areas = 484;
    • getStopAreasOrBuilder

      public StopAreasInFrame_RelStructureOrBuilder getStopAreasOrBuilder()
       STOP AREAS in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 107:85]
       
      .uk.org.netex.www.netex.StopAreasInFrame_RelStructure stop_areas = 484;
      Specified by:
      getStopAreasOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasConnections

      public boolean hasConnections()
       CONNECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 112:87]
       
      .uk.org.netex.www.netex.TransfersInFrame_RelStructure connections = 485;
      Specified by:
      hasConnections in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the connections field is set.
    • getConnections

      public TransfersInFrame_RelStructure getConnections()
       CONNECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 112:87]
       
      .uk.org.netex.www.netex.TransfersInFrame_RelStructure connections = 485;
      Specified by:
      getConnections in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The connections.
    • setConnections

       CONNECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 112:87]
       
      .uk.org.netex.www.netex.TransfersInFrame_RelStructure connections = 485;
    • setConnections

       CONNECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 112:87]
       
      .uk.org.netex.www.netex.TransfersInFrame_RelStructure connections = 485;
    • mergeConnections

       CONNECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 112:87]
       
      .uk.org.netex.www.netex.TransfersInFrame_RelStructure connections = 485;
    • clearConnections

      public Service_VersionFrameStructure.Builder clearConnections()
       CONNECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 112:87]
       
      .uk.org.netex.www.netex.TransfersInFrame_RelStructure connections = 485;
    • getConnectionsBuilder

      public TransfersInFrame_RelStructure.Builder getConnectionsBuilder()
       CONNECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 112:87]
       
      .uk.org.netex.www.netex.TransfersInFrame_RelStructure connections = 485;
    • getConnectionsOrBuilder

      public TransfersInFrame_RelStructureOrBuilder getConnectionsOrBuilder()
       CONNECTIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 112:87]
       
      .uk.org.netex.www.netex.TransfersInFrame_RelStructure connections = 485;
      Specified by:
      getConnectionsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasTariffZones

      public boolean hasTariffZones()
       TARIFF ZONEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 117:89]
       
      .uk.org.netex.www.netex.TariffZonesInFrame_RelStructure tariff_zones = 486;
      Specified by:
      hasTariffZones in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the tariffZones field is set.
    • getTariffZones

      public TariffZonesInFrame_RelStructure getTariffZones()
       TARIFF ZONEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 117:89]
       
      .uk.org.netex.www.netex.TariffZonesInFrame_RelStructure tariff_zones = 486;
      Specified by:
      getTariffZones in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The tariffZones.
    • setTariffZones

       TARIFF ZONEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 117:89]
       
      .uk.org.netex.www.netex.TariffZonesInFrame_RelStructure tariff_zones = 486;
    • setTariffZones

       TARIFF ZONEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 117:89]
       
      .uk.org.netex.www.netex.TariffZonesInFrame_RelStructure tariff_zones = 486;
    • mergeTariffZones

       TARIFF ZONEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 117:89]
       
      .uk.org.netex.www.netex.TariffZonesInFrame_RelStructure tariff_zones = 486;
    • clearTariffZones

      public Service_VersionFrameStructure.Builder clearTariffZones()
       TARIFF ZONEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 117:89]
       
      .uk.org.netex.www.netex.TariffZonesInFrame_RelStructure tariff_zones = 486;
    • getTariffZonesBuilder

      public TariffZonesInFrame_RelStructure.Builder getTariffZonesBuilder()
       TARIFF ZONEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 117:89]
       
      .uk.org.netex.www.netex.TariffZonesInFrame_RelStructure tariff_zones = 486;
    • getTariffZonesOrBuilder

      public TariffZonesInFrame_RelStructureOrBuilder getTariffZonesOrBuilder()
       TARIFF ZONEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 117:89]
       
      .uk.org.netex.www.netex.TariffZonesInFrame_RelStructure tariff_zones = 486;
      Specified by:
      getTariffZonesOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasStopAssignments

      public boolean hasStopAssignments()
       STOP ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 70:97]
       
      .uk.org.netex.www.netex.StopAssignmentsInFrame_RelStructure stop_assignments = 491;
      Specified by:
      hasStopAssignments in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the stopAssignments field is set.
    • getStopAssignments

      public StopAssignmentsInFrame_RelStructure getStopAssignments()
       STOP ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 70:97]
       
      .uk.org.netex.www.netex.StopAssignmentsInFrame_RelStructure stop_assignments = 491;
      Specified by:
      getStopAssignments in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The stopAssignments.
    • setStopAssignments

       STOP ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 70:97]
       
      .uk.org.netex.www.netex.StopAssignmentsInFrame_RelStructure stop_assignments = 491;
    • setStopAssignments

       STOP ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 70:97]
       
      .uk.org.netex.www.netex.StopAssignmentsInFrame_RelStructure stop_assignments = 491;
    • mergeStopAssignments

       STOP ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 70:97]
       
      .uk.org.netex.www.netex.StopAssignmentsInFrame_RelStructure stop_assignments = 491;
    • clearStopAssignments

      public Service_VersionFrameStructure.Builder clearStopAssignments()
       STOP ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 70:97]
       
      .uk.org.netex.www.netex.StopAssignmentsInFrame_RelStructure stop_assignments = 491;
    • getStopAssignmentsBuilder

      public StopAssignmentsInFrame_RelStructure.Builder getStopAssignmentsBuilder()
       STOP ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 70:97]
       
      .uk.org.netex.www.netex.StopAssignmentsInFrame_RelStructure stop_assignments = 491;
    • getStopAssignmentsOrBuilder

      public StopAssignmentsInFrame_RelStructureOrBuilder getStopAssignmentsOrBuilder()
       STOP ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 70:97]
       
      .uk.org.netex.www.netex.StopAssignmentsInFrame_RelStructure stop_assignments = 491;
      Specified by:
      getStopAssignmentsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasTimingPoints

      public boolean hasTimingPoints()
       TIMING POINTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 73:91]
       
      .uk.org.netex.www.netex.TimingPointsInFrame_RelStructure timing_points = 501;
      Specified by:
      hasTimingPoints in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the timingPoints field is set.
    • getTimingPoints

      public TimingPointsInFrame_RelStructure getTimingPoints()
       TIMING POINTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 73:91]
       
      .uk.org.netex.www.netex.TimingPointsInFrame_RelStructure timing_points = 501;
      Specified by:
      getTimingPoints in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The timingPoints.
    • setTimingPoints

       TIMING POINTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 73:91]
       
      .uk.org.netex.www.netex.TimingPointsInFrame_RelStructure timing_points = 501;
    • setTimingPoints

       TIMING POINTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 73:91]
       
      .uk.org.netex.www.netex.TimingPointsInFrame_RelStructure timing_points = 501;
    • mergeTimingPoints

       TIMING POINTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 73:91]
       
      .uk.org.netex.www.netex.TimingPointsInFrame_RelStructure timing_points = 501;
    • clearTimingPoints

      public Service_VersionFrameStructure.Builder clearTimingPoints()
       TIMING POINTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 73:91]
       
      .uk.org.netex.www.netex.TimingPointsInFrame_RelStructure timing_points = 501;
    • getTimingPointsBuilder

      public TimingPointsInFrame_RelStructure.Builder getTimingPointsBuilder()
       TIMING POINTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 73:91]
       
      .uk.org.netex.www.netex.TimingPointsInFrame_RelStructure timing_points = 501;
    • getTimingPointsOrBuilder

      public TimingPointsInFrame_RelStructureOrBuilder getTimingPointsOrBuilder()
       TIMING POINTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 73:91]
       
      .uk.org.netex.www.netex.TimingPointsInFrame_RelStructure timing_points = 501;
      Specified by:
      getTimingPointsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasTimingLinks

      public boolean hasTimingLinks()
       TIMING LINKs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 78:89]
       
      .uk.org.netex.www.netex.TimingLinksInFrame_RelStructure timing_links = 502;
      Specified by:
      hasTimingLinks in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the timingLinks field is set.
    • getTimingLinks

      public TimingLinksInFrame_RelStructure getTimingLinks()
       TIMING LINKs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 78:89]
       
      .uk.org.netex.www.netex.TimingLinksInFrame_RelStructure timing_links = 502;
      Specified by:
      getTimingLinks in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The timingLinks.
    • setTimingLinks

       TIMING LINKs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 78:89]
       
      .uk.org.netex.www.netex.TimingLinksInFrame_RelStructure timing_links = 502;
    • setTimingLinks

       TIMING LINKs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 78:89]
       
      .uk.org.netex.www.netex.TimingLinksInFrame_RelStructure timing_links = 502;
    • mergeTimingLinks

       TIMING LINKs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 78:89]
       
      .uk.org.netex.www.netex.TimingLinksInFrame_RelStructure timing_links = 502;
    • clearTimingLinks

      public Service_VersionFrameStructure.Builder clearTimingLinks()
       TIMING LINKs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 78:89]
       
      .uk.org.netex.www.netex.TimingLinksInFrame_RelStructure timing_links = 502;
    • getTimingLinksBuilder

      public TimingLinksInFrame_RelStructure.Builder getTimingLinksBuilder()
       TIMING LINKs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 78:89]
       
      .uk.org.netex.www.netex.TimingLinksInFrame_RelStructure timing_links = 502;
    • getTimingLinksOrBuilder

      public TimingLinksInFrame_RelStructureOrBuilder getTimingLinksOrBuilder()
       TIMING LINKs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 78:89]
       
      .uk.org.netex.www.netex.TimingLinksInFrame_RelStructure timing_links = 502;
      Specified by:
      getTimingLinksOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasTimingPatterns

      public boolean hasTimingPatterns()
       TIMING PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 83:95]
       
      .uk.org.netex.www.netex.TimingPatternsInFrame_RelStructure timing_patterns = 503;
      Specified by:
      hasTimingPatterns in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the timingPatterns field is set.
    • getTimingPatterns

      public TimingPatternsInFrame_RelStructure getTimingPatterns()
       TIMING PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 83:95]
       
      .uk.org.netex.www.netex.TimingPatternsInFrame_RelStructure timing_patterns = 503;
      Specified by:
      getTimingPatterns in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The timingPatterns.
    • setTimingPatterns

       TIMING PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 83:95]
       
      .uk.org.netex.www.netex.TimingPatternsInFrame_RelStructure timing_patterns = 503;
    • setTimingPatterns

       TIMING PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 83:95]
       
      .uk.org.netex.www.netex.TimingPatternsInFrame_RelStructure timing_patterns = 503;
    • mergeTimingPatterns

       TIMING PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 83:95]
       
      .uk.org.netex.www.netex.TimingPatternsInFrame_RelStructure timing_patterns = 503;
    • clearTimingPatterns

      public Service_VersionFrameStructure.Builder clearTimingPatterns()
       TIMING PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 83:95]
       
      .uk.org.netex.www.netex.TimingPatternsInFrame_RelStructure timing_patterns = 503;
    • getTimingPatternsBuilder

      public TimingPatternsInFrame_RelStructure.Builder getTimingPatternsBuilder()
       TIMING PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 83:95]
       
      .uk.org.netex.www.netex.TimingPatternsInFrame_RelStructure timing_patterns = 503;
    • getTimingPatternsOrBuilder

      public TimingPatternsInFrame_RelStructureOrBuilder getTimingPatternsOrBuilder()
       TIMING PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 83:95]
       
      .uk.org.netex.www.netex.TimingPatternsInFrame_RelStructure timing_patterns = 503;
      Specified by:
      getTimingPatternsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasJourneyPatterns

      public boolean hasJourneyPatterns()
       JOURNEY PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 73:97]
       
      .uk.org.netex.www.netex.JourneyPatternsInFrame_RelStructure journey_patterns = 511;
      Specified by:
      hasJourneyPatterns in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the journeyPatterns field is set.
    • getJourneyPatterns

      public JourneyPatternsInFrame_RelStructure getJourneyPatterns()
       JOURNEY PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 73:97]
       
      .uk.org.netex.www.netex.JourneyPatternsInFrame_RelStructure journey_patterns = 511;
      Specified by:
      getJourneyPatterns in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The journeyPatterns.
    • setJourneyPatterns

       JOURNEY PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 73:97]
       
      .uk.org.netex.www.netex.JourneyPatternsInFrame_RelStructure journey_patterns = 511;
    • setJourneyPatterns

       JOURNEY PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 73:97]
       
      .uk.org.netex.www.netex.JourneyPatternsInFrame_RelStructure journey_patterns = 511;
    • mergeJourneyPatterns

       JOURNEY PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 73:97]
       
      .uk.org.netex.www.netex.JourneyPatternsInFrame_RelStructure journey_patterns = 511;
    • clearJourneyPatterns

      public Service_VersionFrameStructure.Builder clearJourneyPatterns()
       JOURNEY PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 73:97]
       
      .uk.org.netex.www.netex.JourneyPatternsInFrame_RelStructure journey_patterns = 511;
    • getJourneyPatternsBuilder

      public JourneyPatternsInFrame_RelStructure.Builder getJourneyPatternsBuilder()
       JOURNEY PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 73:97]
       
      .uk.org.netex.www.netex.JourneyPatternsInFrame_RelStructure journey_patterns = 511;
    • getJourneyPatternsOrBuilder

      public JourneyPatternsInFrame_RelStructureOrBuilder getJourneyPatternsOrBuilder()
       JOURNEY PATTERNs in frame.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 73:97]
       
      .uk.org.netex.www.netex.JourneyPatternsInFrame_RelStructure journey_patterns = 511;
      Specified by:
      getJourneyPatternsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasTransferRestrictions

      public boolean hasTransferRestrictions()
       TRANSFER RESTRICTIONS in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 68:107]
       
      .uk.org.netex.www.netex.TransferRestrictionsInFrame_RelStructure transfer_restrictions = 521;
      Specified by:
      hasTransferRestrictions in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the transferRestrictions field is set.
    • getTransferRestrictions

      public TransferRestrictionsInFrame_RelStructure getTransferRestrictions()
       TRANSFER RESTRICTIONS in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 68:107]
       
      .uk.org.netex.www.netex.TransferRestrictionsInFrame_RelStructure transfer_restrictions = 521;
      Specified by:
      getTransferRestrictions in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The transferRestrictions.
    • setTransferRestrictions

       TRANSFER RESTRICTIONS in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 68:107]
       
      .uk.org.netex.www.netex.TransferRestrictionsInFrame_RelStructure transfer_restrictions = 521;
    • setTransferRestrictions

       TRANSFER RESTRICTIONS in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 68:107]
       
      .uk.org.netex.www.netex.TransferRestrictionsInFrame_RelStructure transfer_restrictions = 521;
    • mergeTransferRestrictions

       TRANSFER RESTRICTIONS in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 68:107]
       
      .uk.org.netex.www.netex.TransferRestrictionsInFrame_RelStructure transfer_restrictions = 521;
    • clearTransferRestrictions

      public Service_VersionFrameStructure.Builder clearTransferRestrictions()
       TRANSFER RESTRICTIONS in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 68:107]
       
      .uk.org.netex.www.netex.TransferRestrictionsInFrame_RelStructure transfer_restrictions = 521;
    • getTransferRestrictionsBuilder

      public TransferRestrictionsInFrame_RelStructure.Builder getTransferRestrictionsBuilder()
       TRANSFER RESTRICTIONS in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 68:107]
       
      .uk.org.netex.www.netex.TransferRestrictionsInFrame_RelStructure transfer_restrictions = 521;
    • getTransferRestrictionsOrBuilder

      public TransferRestrictionsInFrame_RelStructureOrBuilder getTransferRestrictionsOrBuilder()
       TRANSFER RESTRICTIONS in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 68:107]
       
      .uk.org.netex.www.netex.TransferRestrictionsInFrame_RelStructure transfer_restrictions = 521;
      Specified by:
      getTransferRestrictionsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasRoutingConstraintZones

      public boolean hasRoutingConstraintZones()
       ROUTING CONSTRAINT ZONEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 73:111]
       
      .uk.org.netex.www.netex.RoutingConstraintZonesInFrame_RelStructure routing_constraint_zones = 522;
      Specified by:
      hasRoutingConstraintZones in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the routingConstraintZones field is set.
    • getRoutingConstraintZones

      public RoutingConstraintZonesInFrame_RelStructure getRoutingConstraintZones()
       ROUTING CONSTRAINT ZONEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 73:111]
       
      .uk.org.netex.www.netex.RoutingConstraintZonesInFrame_RelStructure routing_constraint_zones = 522;
      Specified by:
      getRoutingConstraintZones in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The routingConstraintZones.
    • setRoutingConstraintZones

       ROUTING CONSTRAINT ZONEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 73:111]
       
      .uk.org.netex.www.netex.RoutingConstraintZonesInFrame_RelStructure routing_constraint_zones = 522;
    • setRoutingConstraintZones

       ROUTING CONSTRAINT ZONEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 73:111]
       
      .uk.org.netex.www.netex.RoutingConstraintZonesInFrame_RelStructure routing_constraint_zones = 522;
    • mergeRoutingConstraintZones

       ROUTING CONSTRAINT ZONEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 73:111]
       
      .uk.org.netex.www.netex.RoutingConstraintZonesInFrame_RelStructure routing_constraint_zones = 522;
    • clearRoutingConstraintZones

      public Service_VersionFrameStructure.Builder clearRoutingConstraintZones()
       ROUTING CONSTRAINT ZONEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 73:111]
       
      .uk.org.netex.www.netex.RoutingConstraintZonesInFrame_RelStructure routing_constraint_zones = 522;
    • getRoutingConstraintZonesBuilder

      public RoutingConstraintZonesInFrame_RelStructure.Builder getRoutingConstraintZonesBuilder()
       ROUTING CONSTRAINT ZONEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 73:111]
       
      .uk.org.netex.www.netex.RoutingConstraintZonesInFrame_RelStructure routing_constraint_zones = 522;
    • getRoutingConstraintZonesOrBuilder

      public RoutingConstraintZonesInFrame_RelStructureOrBuilder getRoutingConstraintZonesOrBuilder()
       ROUTING CONSTRAINT ZONEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 73:111]
       
      .uk.org.netex.www.netex.RoutingConstraintZonesInFrame_RelStructure routing_constraint_zones = 522;
      Specified by:
      getRoutingConstraintZonesOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasServiceExclusions

      public boolean hasServiceExclusions()
       SERVICE EXCLUSIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 78:101]
       
      .uk.org.netex.www.netex.ServiceExclusionsInFrame_RelStructure service_exclusions = 523;
      Specified by:
      hasServiceExclusions in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the serviceExclusions field is set.
    • getServiceExclusions

      public ServiceExclusionsInFrame_RelStructure getServiceExclusions()
       SERVICE EXCLUSIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 78:101]
       
      .uk.org.netex.www.netex.ServiceExclusionsInFrame_RelStructure service_exclusions = 523;
      Specified by:
      getServiceExclusions in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The serviceExclusions.
    • setServiceExclusions

       SERVICE EXCLUSIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 78:101]
       
      .uk.org.netex.www.netex.ServiceExclusionsInFrame_RelStructure service_exclusions = 523;
    • setServiceExclusions

       SERVICE EXCLUSIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 78:101]
       
      .uk.org.netex.www.netex.ServiceExclusionsInFrame_RelStructure service_exclusions = 523;
    • mergeServiceExclusions

       SERVICE EXCLUSIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 78:101]
       
      .uk.org.netex.www.netex.ServiceExclusionsInFrame_RelStructure service_exclusions = 523;
    • clearServiceExclusions

      public Service_VersionFrameStructure.Builder clearServiceExclusions()
       SERVICE EXCLUSIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 78:101]
       
      .uk.org.netex.www.netex.ServiceExclusionsInFrame_RelStructure service_exclusions = 523;
    • getServiceExclusionsBuilder

      public ServiceExclusionsInFrame_RelStructure.Builder getServiceExclusionsBuilder()
       SERVICE EXCLUSIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 78:101]
       
      .uk.org.netex.www.netex.ServiceExclusionsInFrame_RelStructure service_exclusions = 523;
    • getServiceExclusionsOrBuilder

      public ServiceExclusionsInFrame_RelStructureOrBuilder getServiceExclusionsOrBuilder()
       SERVICE EXCLUSIONs in frame.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 78:101]
       
      .uk.org.netex.www.netex.ServiceExclusionsInFrame_RelStructure service_exclusions = 523;
      Specified by:
      getServiceExclusionsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasTimeDemandTypes

      public boolean hasTimeDemandTypes()
       TIME DEMAND TYPEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 71:97]
       
      .uk.org.netex.www.netex.TimeDemandTypesInFrame_RelStructure time_demand_types = 531;
      Specified by:
      hasTimeDemandTypes in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the timeDemandTypes field is set.
    • getTimeDemandTypes

      public TimeDemandTypesInFrame_RelStructure getTimeDemandTypes()
       TIME DEMAND TYPEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 71:97]
       
      .uk.org.netex.www.netex.TimeDemandTypesInFrame_RelStructure time_demand_types = 531;
      Specified by:
      getTimeDemandTypes in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The timeDemandTypes.
    • setTimeDemandTypes

       TIME DEMAND TYPEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 71:97]
       
      .uk.org.netex.www.netex.TimeDemandTypesInFrame_RelStructure time_demand_types = 531;
    • setTimeDemandTypes

       TIME DEMAND TYPEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 71:97]
       
      .uk.org.netex.www.netex.TimeDemandTypesInFrame_RelStructure time_demand_types = 531;
    • mergeTimeDemandTypes

       TIME DEMAND TYPEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 71:97]
       
      .uk.org.netex.www.netex.TimeDemandTypesInFrame_RelStructure time_demand_types = 531;
    • clearTimeDemandTypes

      public Service_VersionFrameStructure.Builder clearTimeDemandTypes()
       TIME DEMAND TYPEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 71:97]
       
      .uk.org.netex.www.netex.TimeDemandTypesInFrame_RelStructure time_demand_types = 531;
    • getTimeDemandTypesBuilder

      public TimeDemandTypesInFrame_RelStructure.Builder getTimeDemandTypesBuilder()
       TIME DEMAND TYPEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 71:97]
       
      .uk.org.netex.www.netex.TimeDemandTypesInFrame_RelStructure time_demand_types = 531;
    • getTimeDemandTypesOrBuilder

      public TimeDemandTypesInFrame_RelStructureOrBuilder getTimeDemandTypesOrBuilder()
       TIME DEMAND TYPEs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 71:97]
       
      .uk.org.netex.www.netex.TimeDemandTypesInFrame_RelStructure time_demand_types = 531;
      Specified by:
      getTimeDemandTypesOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasTimeDemandTypeAssignments

      public boolean hasTimeDemandTypeAssignments()
       TIME DEMAND TYPE ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 76:117]
       
      .uk.org.netex.www.netex.TimeDemandTypeAssignmentsInFrame_RelStructure time_demand_type_assignments = 532;
      Specified by:
      hasTimeDemandTypeAssignments in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the timeDemandTypeAssignments field is set.
    • getTimeDemandTypeAssignments

      public TimeDemandTypeAssignmentsInFrame_RelStructure getTimeDemandTypeAssignments()
       TIME DEMAND TYPE ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 76:117]
       
      .uk.org.netex.www.netex.TimeDemandTypeAssignmentsInFrame_RelStructure time_demand_type_assignments = 532;
      Specified by:
      getTimeDemandTypeAssignments in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The timeDemandTypeAssignments.
    • setTimeDemandTypeAssignments

       TIME DEMAND TYPE ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 76:117]
       
      .uk.org.netex.www.netex.TimeDemandTypeAssignmentsInFrame_RelStructure time_demand_type_assignments = 532;
    • setTimeDemandTypeAssignments

       TIME DEMAND TYPE ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 76:117]
       
      .uk.org.netex.www.netex.TimeDemandTypeAssignmentsInFrame_RelStructure time_demand_type_assignments = 532;
    • mergeTimeDemandTypeAssignments

       TIME DEMAND TYPE ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 76:117]
       
      .uk.org.netex.www.netex.TimeDemandTypeAssignmentsInFrame_RelStructure time_demand_type_assignments = 532;
    • clearTimeDemandTypeAssignments

      public Service_VersionFrameStructure.Builder clearTimeDemandTypeAssignments()
       TIME DEMAND TYPE ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 76:117]
       
      .uk.org.netex.www.netex.TimeDemandTypeAssignmentsInFrame_RelStructure time_demand_type_assignments = 532;
    • getTimeDemandTypeAssignmentsBuilder

      public TimeDemandTypeAssignmentsInFrame_RelStructure.Builder getTimeDemandTypeAssignmentsBuilder()
       TIME DEMAND TYPE ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 76:117]
       
      .uk.org.netex.www.netex.TimeDemandTypeAssignmentsInFrame_RelStructure time_demand_type_assignments = 532;
    • getTimeDemandTypeAssignmentsOrBuilder

      public TimeDemandTypeAssignmentsInFrame_RelStructureOrBuilder getTimeDemandTypeAssignmentsOrBuilder()
       TIME DEMAND TYPE ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 76:117]
       
      .uk.org.netex.www.netex.TimeDemandTypeAssignmentsInFrame_RelStructure time_demand_type_assignments = 532;
      Specified by:
      getTimeDemandTypeAssignmentsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasTimingLinkGroups

      public boolean hasTimingLinkGroups()
       TIMING LINK GROUPs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 81:95]
       
      .uk.org.netex.www.netex.GroupOfLinksInFrame_RelStructure timing_link_groups = 533;
      Specified by:
      hasTimingLinkGroups in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the timingLinkGroups field is set.
    • getTimingLinkGroups

      public GroupOfLinksInFrame_RelStructure getTimingLinkGroups()
       TIMING LINK GROUPs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 81:95]
       
      .uk.org.netex.www.netex.GroupOfLinksInFrame_RelStructure timing_link_groups = 533;
      Specified by:
      getTimingLinkGroups in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The timingLinkGroups.
    • setTimingLinkGroups

       TIMING LINK GROUPs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 81:95]
       
      .uk.org.netex.www.netex.GroupOfLinksInFrame_RelStructure timing_link_groups = 533;
    • setTimingLinkGroups

       TIMING LINK GROUPs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 81:95]
       
      .uk.org.netex.www.netex.GroupOfLinksInFrame_RelStructure timing_link_groups = 533;
    • mergeTimingLinkGroups

       TIMING LINK GROUPs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 81:95]
       
      .uk.org.netex.www.netex.GroupOfLinksInFrame_RelStructure timing_link_groups = 533;
    • clearTimingLinkGroups

      public Service_VersionFrameStructure.Builder clearTimingLinkGroups()
       TIMING LINK GROUPs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 81:95]
       
      .uk.org.netex.www.netex.GroupOfLinksInFrame_RelStructure timing_link_groups = 533;
    • getTimingLinkGroupsBuilder

      public GroupOfLinksInFrame_RelStructure.Builder getTimingLinkGroupsBuilder()
       TIMING LINK GROUPs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 81:95]
       
      .uk.org.netex.www.netex.GroupOfLinksInFrame_RelStructure timing_link_groups = 533;
    • getTimingLinkGroupsOrBuilder

      public GroupOfLinksInFrame_RelStructureOrBuilder getTimingLinkGroupsOrBuilder()
       TIMING LINK GROUPs in frame.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 81:95]
       
      .uk.org.netex.www.netex.GroupOfLinksInFrame_RelStructure timing_link_groups = 533;
      Specified by:
      getTimingLinkGroupsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasNotices

      public boolean hasNotices()
       NOTICEs in frame.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 79:81]
       
      .uk.org.netex.www.netex.NoticesInFrame_RelStructure notices = 541;
      Specified by:
      hasNotices in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the notices field is set.
    • getNotices

      public NoticesInFrame_RelStructure getNotices()
       NOTICEs in frame.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 79:81]
       
      .uk.org.netex.www.netex.NoticesInFrame_RelStructure notices = 541;
      Specified by:
      getNotices in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The notices.
    • setNotices

       NOTICEs in frame.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 79:81]
       
      .uk.org.netex.www.netex.NoticesInFrame_RelStructure notices = 541;
    • setNotices

       NOTICEs in frame.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 79:81]
       
      .uk.org.netex.www.netex.NoticesInFrame_RelStructure notices = 541;
    • mergeNotices

       NOTICEs in frame.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 79:81]
       
      .uk.org.netex.www.netex.NoticesInFrame_RelStructure notices = 541;
    • clearNotices

       NOTICEs in frame.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 79:81]
       
      .uk.org.netex.www.netex.NoticesInFrame_RelStructure notices = 541;
    • getNoticesBuilder

      public NoticesInFrame_RelStructure.Builder getNoticesBuilder()
       NOTICEs in frame.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 79:81]
       
      .uk.org.netex.www.netex.NoticesInFrame_RelStructure notices = 541;
    • getNoticesOrBuilder

      public NoticesInFrame_RelStructureOrBuilder getNoticesOrBuilder()
       NOTICEs in frame.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 79:81]
       
      .uk.org.netex.www.netex.NoticesInFrame_RelStructure notices = 541;
      Specified by:
      getNoticesOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasNoticeAssignments

      public boolean hasNoticeAssignments()
       NOTICE ASSIGNMENTs in frame.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 84:101]
       
      .uk.org.netex.www.netex.NoticeAssignmentsInFrame_RelStructure notice_assignments = 542;
      Specified by:
      hasNoticeAssignments in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the noticeAssignments field is set.
    • getNoticeAssignments

      public NoticeAssignmentsInFrame_RelStructure getNoticeAssignments()
       NOTICE ASSIGNMENTs in frame.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 84:101]
       
      .uk.org.netex.www.netex.NoticeAssignmentsInFrame_RelStructure notice_assignments = 542;
      Specified by:
      getNoticeAssignments in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The noticeAssignments.
    • setNoticeAssignments

       NOTICE ASSIGNMENTs in frame.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 84:101]
       
      .uk.org.netex.www.netex.NoticeAssignmentsInFrame_RelStructure notice_assignments = 542;
    • setNoticeAssignments

       NOTICE ASSIGNMENTs in frame.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 84:101]
       
      .uk.org.netex.www.netex.NoticeAssignmentsInFrame_RelStructure notice_assignments = 542;
    • mergeNoticeAssignments

       NOTICE ASSIGNMENTs in frame.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 84:101]
       
      .uk.org.netex.www.netex.NoticeAssignmentsInFrame_RelStructure notice_assignments = 542;
    • clearNoticeAssignments

      public Service_VersionFrameStructure.Builder clearNoticeAssignments()
       NOTICE ASSIGNMENTs in frame.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 84:101]
       
      .uk.org.netex.www.netex.NoticeAssignmentsInFrame_RelStructure notice_assignments = 542;
    • getNoticeAssignmentsBuilder

      public NoticeAssignmentsInFrame_RelStructure.Builder getNoticeAssignmentsBuilder()
       NOTICE ASSIGNMENTs in frame.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 84:101]
       
      .uk.org.netex.www.netex.NoticeAssignmentsInFrame_RelStructure notice_assignments = 542;
    • getNoticeAssignmentsOrBuilder

      public NoticeAssignmentsInFrame_RelStructureOrBuilder getNoticeAssignmentsOrBuilder()
       NOTICE ASSIGNMENTs in frame.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 84:101]
       
      .uk.org.netex.www.netex.NoticeAssignmentsInFrame_RelStructure notice_assignments = 542;
      Specified by:
      getNoticeAssignmentsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasLogicalDisplays

      public boolean hasLogicalDisplays()
       LOGICAL DISPLAYs in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 71:97]
       
      .uk.org.netex.www.netex.LogicalDisplaysInFrame_RelStructure logical_displays = 551;
      Specified by:
      hasLogicalDisplays in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the logicalDisplays field is set.
    • getLogicalDisplays

      public LogicalDisplaysInFrame_RelStructure getLogicalDisplays()
       LOGICAL DISPLAYs in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 71:97]
       
      .uk.org.netex.www.netex.LogicalDisplaysInFrame_RelStructure logical_displays = 551;
      Specified by:
      getLogicalDisplays in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The logicalDisplays.
    • setLogicalDisplays

       LOGICAL DISPLAYs in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 71:97]
       
      .uk.org.netex.www.netex.LogicalDisplaysInFrame_RelStructure logical_displays = 551;
    • setLogicalDisplays

       LOGICAL DISPLAYs in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 71:97]
       
      .uk.org.netex.www.netex.LogicalDisplaysInFrame_RelStructure logical_displays = 551;
    • mergeLogicalDisplays

       LOGICAL DISPLAYs in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 71:97]
       
      .uk.org.netex.www.netex.LogicalDisplaysInFrame_RelStructure logical_displays = 551;
    • clearLogicalDisplays

      public Service_VersionFrameStructure.Builder clearLogicalDisplays()
       LOGICAL DISPLAYs in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 71:97]
       
      .uk.org.netex.www.netex.LogicalDisplaysInFrame_RelStructure logical_displays = 551;
    • getLogicalDisplaysBuilder

      public LogicalDisplaysInFrame_RelStructure.Builder getLogicalDisplaysBuilder()
       LOGICAL DISPLAYs in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 71:97]
       
      .uk.org.netex.www.netex.LogicalDisplaysInFrame_RelStructure logical_displays = 551;
    • getLogicalDisplaysOrBuilder

      public LogicalDisplaysInFrame_RelStructureOrBuilder getLogicalDisplaysOrBuilder()
       LOGICAL DISPLAYs in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 71:97]
       
      .uk.org.netex.www.netex.LogicalDisplaysInFrame_RelStructure logical_displays = 551;
      Specified by:
      getLogicalDisplaysOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasDisplayAssignments

      public boolean hasDisplayAssignments()
       DISPLAY ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 76:103]
       
      .uk.org.netex.www.netex.DisplayAssignmentsInFrame_RelStructure display_assignments = 552;
      Specified by:
      hasDisplayAssignments in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the displayAssignments field is set.
    • getDisplayAssignments

      public DisplayAssignmentsInFrame_RelStructure getDisplayAssignments()
       DISPLAY ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 76:103]
       
      .uk.org.netex.www.netex.DisplayAssignmentsInFrame_RelStructure display_assignments = 552;
      Specified by:
      getDisplayAssignments in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The displayAssignments.
    • setDisplayAssignments

       DISPLAY ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 76:103]
       
      .uk.org.netex.www.netex.DisplayAssignmentsInFrame_RelStructure display_assignments = 552;
    • setDisplayAssignments

       DISPLAY ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 76:103]
       
      .uk.org.netex.www.netex.DisplayAssignmentsInFrame_RelStructure display_assignments = 552;
    • mergeDisplayAssignments

       DISPLAY ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 76:103]
       
      .uk.org.netex.www.netex.DisplayAssignmentsInFrame_RelStructure display_assignments = 552;
    • clearDisplayAssignments

      public Service_VersionFrameStructure.Builder clearDisplayAssignments()
       DISPLAY ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 76:103]
       
      .uk.org.netex.www.netex.DisplayAssignmentsInFrame_RelStructure display_assignments = 552;
    • getDisplayAssignmentsBuilder

      public DisplayAssignmentsInFrame_RelStructure.Builder getDisplayAssignmentsBuilder()
       DISPLAY ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 76:103]
       
      .uk.org.netex.www.netex.DisplayAssignmentsInFrame_RelStructure display_assignments = 552;
    • getDisplayAssignmentsOrBuilder

      public DisplayAssignmentsInFrame_RelStructureOrBuilder getDisplayAssignmentsOrBuilder()
       DISPLAY ASSIGNMENTs in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 76:103]
       
      .uk.org.netex.www.netex.DisplayAssignmentsInFrame_RelStructure display_assignments = 552;
      Specified by:
      getDisplayAssignmentsOrBuilder in interface Service_VersionFrameStructureOrBuilder
    • hasPassengerInformationEquipments

      public boolean hasPassengerInformationEquipments()
       PASSENGER INFORMATION EQUIPMENT in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 81:127]
       
      .uk.org.netex.www.netex.PassengerInformationEquipmentsInFrame_RelStructure passenger_information_equipments = 553;
      Specified by:
      hasPassengerInformationEquipments in interface Service_VersionFrameStructureOrBuilder
      Returns:
      Whether the passengerInformationEquipments field is set.
    • getPassengerInformationEquipments

      public PassengerInformationEquipmentsInFrame_RelStructure getPassengerInformationEquipments()
       PASSENGER INFORMATION EQUIPMENT in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 81:127]
       
      .uk.org.netex.www.netex.PassengerInformationEquipmentsInFrame_RelStructure passenger_information_equipments = 553;
      Specified by:
      getPassengerInformationEquipments in interface Service_VersionFrameStructureOrBuilder
      Returns:
      The passengerInformationEquipments.
    • setPassengerInformationEquipments

       PASSENGER INFORMATION EQUIPMENT in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 81:127]
       
      .uk.org.netex.www.netex.PassengerInformationEquipmentsInFrame_RelStructure passenger_information_equipments = 553;
    • setPassengerInformationEquipments

       PASSENGER INFORMATION EQUIPMENT in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 81:127]
       
      .uk.org.netex.www.netex.PassengerInformationEquipmentsInFrame_RelStructure passenger_information_equipments = 553;
    • mergePassengerInformationEquipments

       PASSENGER INFORMATION EQUIPMENT in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 81:127]
       
      .uk.org.netex.www.netex.PassengerInformationEquipmentsInFrame_RelStructure passenger_information_equipments = 553;
    • clearPassengerInformationEquipments

      public Service_VersionFrameStructure.Builder clearPassengerInformationEquipments()
       PASSENGER INFORMATION EQUIPMENT in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 81:127]
       
      .uk.org.netex.www.netex.PassengerInformationEquipmentsInFrame_RelStructure passenger_information_equipments = 553;
    • getPassengerInformationEquipmentsBuilder

      public PassengerInformationEquipmentsInFrame_RelStructure.Builder getPassengerInformationEquipmentsBuilder()
       PASSENGER INFORMATION EQUIPMENT in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 81:127]
       
      .uk.org.netex.www.netex.PassengerInformationEquipmentsInFrame_RelStructure passenger_information_equipments = 553;
    • getPassengerInformationEquipmentsOrBuilder

      public PassengerInformationEquipmentsInFrame_RelStructureOrBuilder getPassengerInformationEquipmentsOrBuilder()
       PASSENGER INFORMATION EQUIPMENT in frame.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 81:127]
       
      .uk.org.netex.www.netex.PassengerInformationEquipmentsInFrame_RelStructure passenger_information_equipments = 553;
      Specified by:
      getPassengerInformationEquipmentsOrBuilder in interface Service_VersionFrameStructureOrBuilder