Class CommonCell_VersionedChildStructure.Builder

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

public static final class CommonCell_VersionedChildStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<CommonCell_VersionedChildStructure.Builder> implements CommonCell_VersionedChildStructureOrBuilder
 Type for a CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 456:61]
 
Protobuf type uk.org.netex.www.netex.CommonCell_VersionedChildStructure
  • 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<CommonCell_VersionedChildStructure.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<CommonCell_VersionedChildStructure.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<CommonCell_VersionedChildStructure.Builder>
    • getDefaultInstanceForType

      public CommonCell_VersionedChildStructure 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 CommonCell_VersionedChildStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

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

      public CommonCell_VersionedChildStructure.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<CommonCell_VersionedChildStructure.Builder>
      Throws:
      IOException
    • getFareTableRefStructureCase

      public CommonCell_VersionedChildStructure.FareTableRefStructureCase getFareTableRefStructureCase()
      Specified by:
      getFareTableRefStructureCase in interface CommonCell_VersionedChildStructureOrBuilder
    • clearFareTableRefStructure

      public CommonCell_VersionedChildStructure.Builder clearFareTableRefStructure()
    • 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 CommonCell_VersionedChildStructureOrBuilder
      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 CommonCell_VersionedChildStructureOrBuilder
      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 CommonCell_VersionedChildStructure.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 CommonCell_VersionedChildStructureOrBuilder
      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 CommonCell_VersionedChildStructureOrBuilder
      Returns:
      The created.
    • setCreated

      public CommonCell_VersionedChildStructure.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 CommonCell_VersionedChildStructure.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 CommonCell_VersionedChildStructure.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 CommonCell_VersionedChildStructureOrBuilder
    • 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 CommonCell_VersionedChildStructureOrBuilder
      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 CommonCell_VersionedChildStructureOrBuilder
      Returns:
      The changed.
    • setChanged

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

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

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

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

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

      public CommonCell_VersionedChildStructure.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 = 168;
      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 = 169;
      Specified by:
      getDerivedFromObjectRef in interface CommonCell_VersionedChildStructureOrBuilder
      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 = 169;
      Specified by:
      getDerivedFromObjectRefBytes in interface CommonCell_VersionedChildStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public CommonCell_VersionedChildStructure.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 = 169;
      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 CommonCell_VersionedChildStructureOrBuilder
      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 CommonCell_VersionedChildStructureOrBuilder
      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 CommonCell_VersionedChildStructure.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 CommonCell_VersionedChildStructureOrBuilder
    • 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 CommonCell_VersionedChildStructureOrBuilder
    • 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 CommonCell_VersionedChildStructureOrBuilder
    • 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 CommonCell_VersionedChildStructureOrBuilder
    • setValidBetween

      public CommonCell_VersionedChildStructure.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 CommonCell_VersionedChildStructure.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 CommonCell_VersionedChildStructure.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 CommonCell_VersionedChildStructure.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 CommonCell_VersionedChildStructure.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 CommonCell_VersionedChildStructure.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 CommonCell_VersionedChildStructure.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 CommonCell_VersionedChildStructure.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 CommonCell_VersionedChildStructureOrBuilder
    • 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 CommonCell_VersionedChildStructureOrBuilder
    • 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 CommonCell_VersionedChildStructureOrBuilder
      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 CommonCell_VersionedChildStructureOrBuilder
      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 CommonCell_VersionedChildStructure.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 CommonCell_VersionedChildStructureOrBuilder
    • 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 = 71;
      Specified by:
      hasExtensions in interface CommonCell_VersionedChildStructureOrBuilder
      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 = 71;
      Specified by:
      getExtensions in interface CommonCell_VersionedChildStructureOrBuilder
      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 = 71;
    • 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 = 71;
    • 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 = 71;
    • 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 = 71;
    • 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 = 71;
    • 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 = 71;
      Specified by:
      getExtensionsOrBuilder in interface CommonCell_VersionedChildStructureOrBuilder
    • getOrder

      public int getOrder()
       Order in which cell is to appear.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 469:52]
       
      int32 order = 101;
      Specified by:
      getOrder in interface CommonCell_VersionedChildStructureOrBuilder
      Returns:
      The order.
    • setOrder

      public CommonCell_VersionedChildStructure.Builder setOrder(int value)
       Order in which cell is to appear.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 469:52]
       
      int32 order = 101;
      Parameters:
      value - The order to set.
      Returns:
      This builder for chaining.
    • clearOrder

       Order in which cell is to appear.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 469:52]
       
      int32 order = 101;
      Returns:
      This builder for chaining.
    • hasName

      public boolean hasName()
       Name of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 482:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface CommonCell_VersionedChildStructureOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 482:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface CommonCell_VersionedChildStructureOrBuilder
      Returns:
      The name.
    • setName

       Name of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 482:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • setName

       Name of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 482:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • mergeName

       Name of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 482:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • clearName

       Name of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 482:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 482:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 482:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface CommonCell_VersionedChildStructureOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 487:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      hasDescription in interface CommonCell_VersionedChildStructureOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 487:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescription in interface CommonCell_VersionedChildStructureOrBuilder
      Returns:
      The description.
    • setDescription

       Description of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 487:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • setDescription

       Description of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 487:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • mergeDescription

       Description of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 487:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • clearDescription

      public CommonCell_VersionedChildStructure.Builder clearDescription()
       Description of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 487:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Description of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 487:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 487:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescriptionOrBuilder in interface CommonCell_VersionedChildStructureOrBuilder
    • hasColumnRef

      public boolean hasColumnRef()
       Column for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 725:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure column_ref = 165;
      Specified by:
      hasColumnRef in interface CommonCell_VersionedChildStructureOrBuilder
      Returns:
      Whether the columnRef field is set.
    • getColumnRef

      public VersionOfObjectRefStructure getColumnRef()
       Column for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 725:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure column_ref = 165;
      Specified by:
      getColumnRef in interface CommonCell_VersionedChildStructureOrBuilder
      Returns:
      The columnRef.
    • setColumnRef

       Column for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 725:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure column_ref = 165;
    • setColumnRef

       Column for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 725:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure column_ref = 165;
    • mergeColumnRef

       Column for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 725:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure column_ref = 165;
    • clearColumnRef

       Column for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 725:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure column_ref = 165;
    • getColumnRefBuilder

      public VersionOfObjectRefStructure.Builder getColumnRefBuilder()
       Column for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 725:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure column_ref = 165;
    • getColumnRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getColumnRefOrBuilder()
       Column for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 725:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure column_ref = 165;
      Specified by:
      getColumnRefOrBuilder in interface CommonCell_VersionedChildStructureOrBuilder
    • hasRowRef

      public boolean hasRowRef()
       Row for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 730:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure row_ref = 166;
      Specified by:
      hasRowRef in interface CommonCell_VersionedChildStructureOrBuilder
      Returns:
      Whether the rowRef field is set.
    • getRowRef

      public VersionOfObjectRefStructure getRowRef()
       Row for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 730:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure row_ref = 166;
      Specified by:
      getRowRef in interface CommonCell_VersionedChildStructureOrBuilder
      Returns:
      The rowRef.
    • setRowRef

       Row for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 730:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure row_ref = 166;
    • setRowRef

       Row for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 730:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure row_ref = 166;
    • mergeRowRef

       Row for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 730:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure row_ref = 166;
    • clearRowRef

       Row for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 730:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure row_ref = 166;
    • getRowRefBuilder

      public VersionOfObjectRefStructure.Builder getRowRefBuilder()
       Row for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 730:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure row_ref = 166;
    • getRowRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRowRefOrBuilder()
       Row for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 730:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure row_ref = 166;
      Specified by:
      getRowRefOrBuilder in interface CommonCell_VersionedChildStructureOrBuilder
    • hasFareTableRef

      public boolean hasFareTableRef()
       Reference to a FARE TABLE.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 80:104]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure fare_table_ref = 163;
      Specified by:
      hasFareTableRef in interface CommonCell_VersionedChildStructureOrBuilder
      Returns:
      Whether the fareTableRef field is set.
    • getFareTableRef

      public GroupOfEntitiesRefStructure getFareTableRef()
       Reference to a FARE TABLE.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 80:104]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure fare_table_ref = 163;
      Specified by:
      getFareTableRef in interface CommonCell_VersionedChildStructureOrBuilder
      Returns:
      The fareTableRef.
    • setFareTableRef

       Reference to a FARE TABLE.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 80:104]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure fare_table_ref = 163;
    • setFareTableRef

       Reference to a FARE TABLE.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 80:104]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure fare_table_ref = 163;
    • mergeFareTableRef

       Reference to a FARE TABLE.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 80:104]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure fare_table_ref = 163;
    • clearFareTableRef

      public CommonCell_VersionedChildStructure.Builder clearFareTableRef()
       Reference to a FARE TABLE.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 80:104]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure fare_table_ref = 163;
    • getFareTableRefBuilder

      public GroupOfEntitiesRefStructure.Builder getFareTableRefBuilder()
       Reference to a FARE TABLE.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 80:104]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure fare_table_ref = 163;
    • getFareTableRefOrBuilder

      public GroupOfEntitiesRefStructureOrBuilder getFareTableRefOrBuilder()
       Reference to a FARE TABLE.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 80:104]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure fare_table_ref = 163;
      Specified by:
      getFareTableRefOrBuilder in interface CommonCell_VersionedChildStructureOrBuilder
    • hasStandardFareTableRef

      public boolean hasStandardFareTableRef()
       Reference to a STANDARD FARE TABLE  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 118:113]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure standard_fare_table_ref = 164;
      Specified by:
      hasStandardFareTableRef in interface CommonCell_VersionedChildStructureOrBuilder
      Returns:
      Whether the standardFareTableRef field is set.
    • getStandardFareTableRef

      public GroupOfEntitiesRefStructure getStandardFareTableRef()
       Reference to a STANDARD FARE TABLE  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 118:113]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure standard_fare_table_ref = 164;
      Specified by:
      getStandardFareTableRef in interface CommonCell_VersionedChildStructureOrBuilder
      Returns:
      The standardFareTableRef.
    • setStandardFareTableRef

       Reference to a STANDARD FARE TABLE  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 118:113]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure standard_fare_table_ref = 164;
    • setStandardFareTableRef

      public CommonCell_VersionedChildStructure.Builder setStandardFareTableRef(GroupOfEntitiesRefStructure.Builder builderForValue)
       Reference to a STANDARD FARE TABLE  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 118:113]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure standard_fare_table_ref = 164;
    • mergeStandardFareTableRef

       Reference to a STANDARD FARE TABLE  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 118:113]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure standard_fare_table_ref = 164;
    • clearStandardFareTableRef

      public CommonCell_VersionedChildStructure.Builder clearStandardFareTableRef()
       Reference to a STANDARD FARE TABLE  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 118:113]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure standard_fare_table_ref = 164;
    • getStandardFareTableRefBuilder

      public GroupOfEntitiesRefStructure.Builder getStandardFareTableRefBuilder()
       Reference to a STANDARD FARE TABLE  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 118:113]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure standard_fare_table_ref = 164;
    • getStandardFareTableRefOrBuilder

      public GroupOfEntitiesRefStructureOrBuilder getStandardFareTableRefOrBuilder()
       Reference to a STANDARD FARE TABLE  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 118:113]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure standard_fare_table_ref = 164;
      Specified by:
      getStandardFareTableRefOrBuilder in interface CommonCell_VersionedChildStructureOrBuilder