Class FareProduct_VersionStructure.Builder

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

public static final class FareProduct_VersionStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<FareProduct_VersionStructure.Builder> implements FareProduct_VersionStructureOrBuilder
 Type for FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 227:55]
 
Protobuf type uk.org.netex.www.netex.FareProduct_VersionStructure
  • 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<FareProduct_VersionStructure.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<FareProduct_VersionStructure.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<FareProduct_VersionStructure.Builder>
    • getDefaultInstanceForType

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

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

      public FareProduct_VersionStructure.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<FareProduct_VersionStructure.Builder>
      Throws:
      IOException
    • getOrganisationRefStructureCase

      public FareProduct_VersionStructure.OrganisationRefStructureCase getOrganisationRefStructureCase()
      Specified by:
      getOrganisationRefStructureCase in interface FareProduct_VersionStructureOrBuilder
    • clearOrganisationRefStructure

      public FareProduct_VersionStructure.Builder clearOrganisationRefStructure()
    • getFareProductRefStructureCase

      public FareProduct_VersionStructure.FareProductRefStructureCase getFareProductRefStructureCase()
      Specified by:
      getFareProductRefStructureCase in interface FareProduct_VersionStructureOrBuilder
    • clearFareProductRefStructure

      public FareProduct_VersionStructure.Builder clearFareProductRefStructure()
    • 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 FareProduct_VersionStructureOrBuilder
      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 FareProduct_VersionStructureOrBuilder
      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 FareProduct_VersionStructure.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 FareProduct_VersionStructureOrBuilder
      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 FareProduct_VersionStructureOrBuilder
      Returns:
      The created.
    • setCreated

      public FareProduct_VersionStructure.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 FareProduct_VersionStructure.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 FareProduct_VersionStructure.Builder mergeCreated(com.google.protobuf.Timestamp value)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • clearCreated

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

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

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

      public FareProduct_VersionStructure.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 FareProduct_VersionStructure.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 FareProduct_VersionStructure.Builder mergeChanged(com.google.protobuf.Timestamp value)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • clearChanged

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

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

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

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

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

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

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

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

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

      public FareProduct_VersionStructure.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 = 525;
      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 = 526;
      Specified by:
      getDerivedFromObjectRef in interface FareProduct_VersionStructureOrBuilder
      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 = 526;
      Specified by:
      getDerivedFromObjectRefBytes in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public FareProduct_VersionStructure.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 = 526;
      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 FareProduct_VersionStructureOrBuilder
      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 FareProduct_VersionStructureOrBuilder
      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

      public FareProduct_VersionStructure.Builder setValidityConditions(ValidityConditions_RelStructure.Builder builderForValue)
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
    • mergeValidityConditions

       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 FareProduct_VersionStructure.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 FareProduct_VersionStructureOrBuilder
    • 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 FareProduct_VersionStructureOrBuilder
    • 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 FareProduct_VersionStructureOrBuilder
    • 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 FareProduct_VersionStructureOrBuilder
    • setValidBetween

      public FareProduct_VersionStructure.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 FareProduct_VersionStructure.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 FareProduct_VersionStructure.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 FareProduct_VersionStructure.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 FareProduct_VersionStructure.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 FareProduct_VersionStructure.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 FareProduct_VersionStructure.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 FareProduct_VersionStructure.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 FareProduct_VersionStructureOrBuilder
    • 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 FareProduct_VersionStructureOrBuilder
    • 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 FareProduct_VersionStructureOrBuilder
      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 FareProduct_VersionStructureOrBuilder
      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 FareProduct_VersionStructure.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 FareProduct_VersionStructureOrBuilder
    • 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 FareProduct_VersionStructureOrBuilder
      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 FareProduct_VersionStructureOrBuilder
      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

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

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

      public KeyListStructureOrBuilder getKeyListOrBuilder()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      getKeyListOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • 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 FareProduct_VersionStructureOrBuilder
      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 FareProduct_VersionStructureOrBuilder
      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

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

       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 FareProduct_VersionStructure.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 FareProduct_VersionStructureOrBuilder
    • 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 FareProduct_VersionStructureOrBuilder
      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 FareProduct_VersionStructureOrBuilder
      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 FareProduct_VersionStructure.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 FareProduct_VersionStructureOrBuilder
    • hasName

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

      public MultilingualString getName()
       Name of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 124:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The name.
    • setName

       Name of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 124:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • setName

       Name of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 124:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • mergeName

       Name of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 124:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • clearName

       Name of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 124:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameBuilder

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

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 124:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasDescription

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

      public MultilingualString getDescription()
       Description of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 129:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescription in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The description.
    • setDescription

       Description of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 129:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • setDescription

      public FareProduct_VersionStructure.Builder setDescription(MultilingualString.Builder builderForValue)
       Description of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 129:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • mergeDescription

       Description of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 129:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • clearDescription

      public FareProduct_VersionStructure.Builder clearDescription()
       Description of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 129:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionBuilder

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

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 129:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescriptionOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • getUrl

      public String getUrl()
       URL for information on element.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 134:60]
       
      string url = 163;
      Specified by:
      getUrl in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The url.
    • getUrlBytes

      public com.google.protobuf.ByteString getUrlBytes()
       URL for information on element.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 134:60]
       
      string url = 163;
      Specified by:
      getUrlBytes in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The bytes for url.
    • setUrl

       URL for information on element.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 134:60]
       
      string url = 163;
      Parameters:
      value - The url to set.
      Returns:
      This builder for chaining.
    • clearUrl

       URL for information on element.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 134:60]
       
      string url = 163;
      Returns:
      This builder for chaining.
    • setUrlBytes

      public FareProduct_VersionStructure.Builder setUrlBytes(com.google.protobuf.ByteString value)
       URL for information on element.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 134:60]
       
      string url = 163;
      Parameters:
      value - The bytes for url to set.
      Returns:
      This builder for chaining.
    • hasInfoLinks

      public boolean hasInfoLinks()
       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
      Specified by:
      hasInfoLinks in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
      Specified by:
      getInfoLinks in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The infoLinks.
    • setInfoLinks

       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
    • setInfoLinks

       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
    • mergeInfoLinks

       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
    • clearInfoLinks

      public FareProduct_VersionStructure.Builder clearInfoLinks()
       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
    • getInfoLinksBuilder

       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
    • getInfoLinksOrBuilder

       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
      Specified by:
      getInfoLinksOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasAlternativeNames

      public boolean hasAlternativeNames()
       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
      Specified by:
      hasAlternativeNames in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the alternativeNames field is set.
    • getAlternativeNames

      public AlternativeNames_RelStructure getAlternativeNames()
       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
      Specified by:
      getAlternativeNames in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The alternativeNames.
    • setAlternativeNames

       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
    • setAlternativeNames

       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
    • mergeAlternativeNames

       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
    • clearAlternativeNames

      public FareProduct_VersionStructure.Builder clearAlternativeNames()
       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
    • getAlternativeNamesBuilder

      public AlternativeNames_RelStructure.Builder getAlternativeNamesBuilder()
       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
    • getAlternativeNamesOrBuilder

      public AlternativeNames_RelStructureOrBuilder getAlternativeNamesOrBuilder()
       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
      Specified by:
      getAlternativeNamesOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasNoticeAssignments

      public boolean hasNoticeAssignments()
       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
      Specified by:
      hasNoticeAssignments in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the noticeAssignments field is set.
    • getNoticeAssignments

      public NoticeAssignments_RelStructure getNoticeAssignments()
       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
      Specified by:
      getNoticeAssignments in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The noticeAssignments.
    • setNoticeAssignments

       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
    • setNoticeAssignments

       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
    • mergeNoticeAssignments

       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
    • clearNoticeAssignments

      public FareProduct_VersionStructure.Builder clearNoticeAssignments()
       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
    • getNoticeAssignmentsBuilder

      public NoticeAssignments_RelStructure.Builder getNoticeAssignmentsBuilder()
       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
    • getNoticeAssignmentsOrBuilder

      public NoticeAssignments_RelStructureOrBuilder getNoticeAssignmentsOrBuilder()
       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
      Specified by:
      getNoticeAssignmentsOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasPrivateCode

      public boolean hasPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 331;
      Specified by:
      hasPrivateCode in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      public PrivateCodeStructure getPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 331;
      Specified by:
      getPrivateCode in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The privateCode.
    • setPrivateCode

       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 331;
    • setPrivateCode

      public FareProduct_VersionStructure.Builder setPrivateCode(PrivateCodeStructure.Builder builderForValue)
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 331;
    • mergePrivateCode

       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 331;
    • clearPrivateCode

      public FareProduct_VersionStructure.Builder clearPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 331;
    • getPrivateCodeBuilder

      public PrivateCodeStructure.Builder getPrivateCodeBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 331;
    • getPrivateCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPrivateCodeOrBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 331;
      Specified by:
      getPrivateCodeOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • getInfoUrl

      public String getInfoUrl()
       URL for further information.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 178:64]
       
      string info_url = 332;
      Specified by:
      getInfoUrl in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The infoUrl.
    • getInfoUrlBytes

      public com.google.protobuf.ByteString getInfoUrlBytes()
       URL for further information.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 178:64]
       
      string info_url = 332;
      Specified by:
      getInfoUrlBytes in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The bytes for infoUrl.
    • setInfoUrl

      public FareProduct_VersionStructure.Builder setInfoUrl(String value)
       URL for further information.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 178:64]
       
      string info_url = 332;
      Parameters:
      value - The infoUrl to set.
      Returns:
      This builder for chaining.
    • clearInfoUrl

      public FareProduct_VersionStructure.Builder clearInfoUrl()
       URL for further information.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 178:64]
       
      string info_url = 332;
      Returns:
      This builder for chaining.
    • setInfoUrlBytes

      public FareProduct_VersionStructure.Builder setInfoUrlBytes(com.google.protobuf.ByteString value)
       URL for further information.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 178:64]
       
      string info_url = 332;
      Parameters:
      value - The bytes for infoUrl to set.
      Returns:
      This builder for chaining.
    • hasDocumentLinks

      public boolean hasDocumentLinks()
       Timetable documents associated with the Product e.g pdf files  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 183:82]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure document_links = 333;
      Specified by:
      hasDocumentLinks in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the documentLinks field is set.
    • getDocumentLinks

      public InfoLinks_RelStructure getDocumentLinks()
       Timetable documents associated with the Product e.g pdf files  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 183:82]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure document_links = 333;
      Specified by:
      getDocumentLinks in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The documentLinks.
    • clearDocumentLinks

      public FareProduct_VersionStructure.Builder clearDocumentLinks()
       Timetable documents associated with the Product e.g pdf files  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 183:82]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure document_links = 333;
    • getDocumentLinksBuilder

      public InfoLinks_RelStructure.Builder getDocumentLinksBuilder()
       Timetable documents associated with the Product e.g pdf files  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 183:82]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure document_links = 333;
    • getDocumentLinksOrBuilder

      public InfoLinks_RelStructureOrBuilder getDocumentLinksOrBuilder()
       Timetable documents associated with the Product e.g pdf files  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 183:82]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure document_links = 333;
      Specified by:
      getDocumentLinksOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasChargingMomentRef

      public boolean hasChargingMomentRef()
       Reference to a CHARGING MOMENT. +v1.1  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 615:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure charging_moment_ref = 521;
      Specified by:
      hasChargingMomentRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the chargingMomentRef field is set.
    • getChargingMomentRef

      public VersionOfObjectRefStructure getChargingMomentRef()
       Reference to a CHARGING MOMENT. +v1.1  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 615:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure charging_moment_ref = 521;
      Specified by:
      getChargingMomentRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The chargingMomentRef.
    • setChargingMomentRef

       Reference to a CHARGING MOMENT. +v1.1  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 615:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure charging_moment_ref = 521;
    • setChargingMomentRef

      public FareProduct_VersionStructure.Builder setChargingMomentRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a CHARGING MOMENT. +v1.1  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 615:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure charging_moment_ref = 521;
    • mergeChargingMomentRef

       Reference to a CHARGING MOMENT. +v1.1  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 615:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure charging_moment_ref = 521;
    • clearChargingMomentRef

      public FareProduct_VersionStructure.Builder clearChargingMomentRef()
       Reference to a CHARGING MOMENT. +v1.1  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 615:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure charging_moment_ref = 521;
    • getChargingMomentRefBuilder

      public VersionOfObjectRefStructure.Builder getChargingMomentRefBuilder()
       Reference to a CHARGING MOMENT. +v1.1  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 615:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure charging_moment_ref = 521;
    • getChargingMomentRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getChargingMomentRefOrBuilder()
       Reference to a CHARGING MOMENT. +v1.1  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 615:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure charging_moment_ref = 521;
      Specified by:
      getChargingMomentRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • getChargingMomentTypeValue

      public int getChargingMomentTypeValue()
       Enumeration of standardised Charging moment values _v1.1  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 260:90]
       
      .uk.org.netex.www.netex.ChargingMomentEnumeration charging_moment_type = 522;
      Specified by:
      getChargingMomentTypeValue in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for chargingMomentType.
    • setChargingMomentTypeValue

      public FareProduct_VersionStructure.Builder setChargingMomentTypeValue(int value)
       Enumeration of standardised Charging moment values _v1.1  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 260:90]
       
      .uk.org.netex.www.netex.ChargingMomentEnumeration charging_moment_type = 522;
      Parameters:
      value - The enum numeric value on the wire for chargingMomentType to set.
      Returns:
      This builder for chaining.
    • getChargingMomentType

      public ChargingMomentEnumeration getChargingMomentType()
       Enumeration of standardised Charging moment values _v1.1  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 260:90]
       
      .uk.org.netex.www.netex.ChargingMomentEnumeration charging_moment_type = 522;
      Specified by:
      getChargingMomentType in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The chargingMomentType.
    • setChargingMomentType

       Enumeration of standardised Charging moment values _v1.1  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 260:90]
       
      .uk.org.netex.www.netex.ChargingMomentEnumeration charging_moment_type = 522;
      Parameters:
      value - The chargingMomentType to set.
      Returns:
      This builder for chaining.
    • clearChargingMomentType

      public FareProduct_VersionStructure.Builder clearChargingMomentType()
       Enumeration of standardised Charging moment values _v1.1  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 260:90]
       
      .uk.org.netex.www.netex.ChargingMomentEnumeration charging_moment_type = 522;
      Returns:
      This builder for chaining.
    • hasTypeOfFareProductRef

      public boolean hasTypeOfFareProductRef()
       Reference to a TYPE OF FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 684:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_product_ref = 523;
      Specified by:
      hasTypeOfFareProductRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the typeOfFareProductRef field is set.
    • getTypeOfFareProductRef

      public VersionOfObjectRefStructure getTypeOfFareProductRef()
       Reference to a TYPE OF FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 684:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_product_ref = 523;
      Specified by:
      getTypeOfFareProductRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The typeOfFareProductRef.
    • setTypeOfFareProductRef

      public FareProduct_VersionStructure.Builder setTypeOfFareProductRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 684:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_product_ref = 523;
    • setTypeOfFareProductRef

      public FareProduct_VersionStructure.Builder setTypeOfFareProductRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TYPE OF FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 684:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_product_ref = 523;
    • mergeTypeOfFareProductRef

      public FareProduct_VersionStructure.Builder mergeTypeOfFareProductRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 684:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_product_ref = 523;
    • clearTypeOfFareProductRef

      public FareProduct_VersionStructure.Builder clearTypeOfFareProductRef()
       Reference to a TYPE OF FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 684:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_product_ref = 523;
    • getTypeOfFareProductRefBuilder

      public VersionOfObjectRefStructure.Builder getTypeOfFareProductRefBuilder()
       Reference to a TYPE OF FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 684:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_product_ref = 523;
    • getTypeOfFareProductRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfFareProductRefOrBuilder()
       Reference to a TYPE OF FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 684:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_product_ref = 523;
      Specified by:
      getTypeOfFareProductRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasTypesOfFareProduct

      public boolean hasTypesOfFareProduct()
       Classifications of FARE PROFUDCT .  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 267:86]
       
      .uk.org.netex.www.netex.TypeOfFareProductRefs_RelStructure types_of_fare_product = 524;
      Specified by:
      hasTypesOfFareProduct in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the typesOfFareProduct field is set.
    • getTypesOfFareProduct

      public TypeOfFareProductRefs_RelStructure getTypesOfFareProduct()
       Classifications of FARE PROFUDCT .  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 267:86]
       
      .uk.org.netex.www.netex.TypeOfFareProductRefs_RelStructure types_of_fare_product = 524;
      Specified by:
      getTypesOfFareProduct in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The typesOfFareProduct.
    • setTypesOfFareProduct

       Classifications of FARE PROFUDCT .  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 267:86]
       
      .uk.org.netex.www.netex.TypeOfFareProductRefs_RelStructure types_of_fare_product = 524;
    • setTypesOfFareProduct

       Classifications of FARE PROFUDCT .  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 267:86]
       
      .uk.org.netex.www.netex.TypeOfFareProductRefs_RelStructure types_of_fare_product = 524;
    • mergeTypesOfFareProduct

       Classifications of FARE PROFUDCT .  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 267:86]
       
      .uk.org.netex.www.netex.TypeOfFareProductRefs_RelStructure types_of_fare_product = 524;
    • clearTypesOfFareProduct

      public FareProduct_VersionStructure.Builder clearTypesOfFareProduct()
       Classifications of FARE PROFUDCT .  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 267:86]
       
      .uk.org.netex.www.netex.TypeOfFareProductRefs_RelStructure types_of_fare_product = 524;
    • getTypesOfFareProductBuilder

      public TypeOfFareProductRefs_RelStructure.Builder getTypesOfFareProductBuilder()
       Classifications of FARE PROFUDCT .  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 267:86]
       
      .uk.org.netex.www.netex.TypeOfFareProductRefs_RelStructure types_of_fare_product = 524;
    • getTypesOfFareProductOrBuilder

      public TypeOfFareProductRefs_RelStructureOrBuilder getTypesOfFareProductOrBuilder()
       Classifications of FARE PROFUDCT .  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 267:86]
       
      .uk.org.netex.www.netex.TypeOfFareProductRefs_RelStructure types_of_fare_product = 524;
      Specified by:
      getTypesOfFareProductOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasConditionSummary

      public boolean hasConditionSummary()
       Summary description of PRODUCT.  [netex_part_3/part3_fares/netex_fareConditionSummary_version.xsd at 69:72]
       
      .uk.org.netex.www.netex.ConditionSummaryStructure condition_summary = 533;
      Specified by:
      hasConditionSummary in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the conditionSummary field is set.
    • getConditionSummary

      public ConditionSummaryStructure getConditionSummary()
       Summary description of PRODUCT.  [netex_part_3/part3_fares/netex_fareConditionSummary_version.xsd at 69:72]
       
      .uk.org.netex.www.netex.ConditionSummaryStructure condition_summary = 533;
      Specified by:
      getConditionSummary in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The conditionSummary.
    • setConditionSummary

       Summary description of PRODUCT.  [netex_part_3/part3_fares/netex_fareConditionSummary_version.xsd at 69:72]
       
      .uk.org.netex.www.netex.ConditionSummaryStructure condition_summary = 533;
    • setConditionSummary

      public FareProduct_VersionStructure.Builder setConditionSummary(ConditionSummaryStructure.Builder builderForValue)
       Summary description of PRODUCT.  [netex_part_3/part3_fares/netex_fareConditionSummary_version.xsd at 69:72]
       
      .uk.org.netex.www.netex.ConditionSummaryStructure condition_summary = 533;
    • mergeConditionSummary

       Summary description of PRODUCT.  [netex_part_3/part3_fares/netex_fareConditionSummary_version.xsd at 69:72]
       
      .uk.org.netex.www.netex.ConditionSummaryStructure condition_summary = 533;
    • clearConditionSummary

      public FareProduct_VersionStructure.Builder clearConditionSummary()
       Summary description of PRODUCT.  [netex_part_3/part3_fares/netex_fareConditionSummary_version.xsd at 69:72]
       
      .uk.org.netex.www.netex.ConditionSummaryStructure condition_summary = 533;
    • getConditionSummaryBuilder

      public ConditionSummaryStructure.Builder getConditionSummaryBuilder()
       Summary description of PRODUCT.  [netex_part_3/part3_fares/netex_fareConditionSummary_version.xsd at 69:72]
       
      .uk.org.netex.www.netex.ConditionSummaryStructure condition_summary = 533;
    • getConditionSummaryOrBuilder

      public ConditionSummaryStructureOrBuilder getConditionSummaryOrBuilder()
       Summary description of PRODUCT.  [netex_part_3/part3_fares/netex_fareConditionSummary_version.xsd at 69:72]
       
      .uk.org.netex.www.netex.ConditionSummaryStructure condition_summary = 533;
      Specified by:
      getConditionSummaryOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasValidityParameterAssignments

      public boolean hasValidityParameterAssignments()
       VALIDITY PARAMETR ASSIGNMENTss for an element.  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 739:101]
       
      .uk.org.netex.www.netex.GenericParameterAssignments_RelStructure validity_parameter_assignments = 561;
      Specified by:
      hasValidityParameterAssignments in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the validityParameterAssignments field is set.
    • getValidityParameterAssignments

      public GenericParameterAssignments_RelStructure getValidityParameterAssignments()
       VALIDITY PARAMETR ASSIGNMENTss for an element.  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 739:101]
       
      .uk.org.netex.www.netex.GenericParameterAssignments_RelStructure validity_parameter_assignments = 561;
      Specified by:
      getValidityParameterAssignments in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The validityParameterAssignments.
    • setValidityParameterAssignments

       VALIDITY PARAMETR ASSIGNMENTss for an element.  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 739:101]
       
      .uk.org.netex.www.netex.GenericParameterAssignments_RelStructure validity_parameter_assignments = 561;
    • setValidityParameterAssignments

      public FareProduct_VersionStructure.Builder setValidityParameterAssignments(GenericParameterAssignments_RelStructure.Builder builderForValue)
       VALIDITY PARAMETR ASSIGNMENTss for an element.  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 739:101]
       
      .uk.org.netex.www.netex.GenericParameterAssignments_RelStructure validity_parameter_assignments = 561;
    • mergeValidityParameterAssignments

      public FareProduct_VersionStructure.Builder mergeValidityParameterAssignments(GenericParameterAssignments_RelStructure value)
       VALIDITY PARAMETR ASSIGNMENTss for an element.  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 739:101]
       
      .uk.org.netex.www.netex.GenericParameterAssignments_RelStructure validity_parameter_assignments = 561;
    • clearValidityParameterAssignments

      public FareProduct_VersionStructure.Builder clearValidityParameterAssignments()
       VALIDITY PARAMETR ASSIGNMENTss for an element.  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 739:101]
       
      .uk.org.netex.www.netex.GenericParameterAssignments_RelStructure validity_parameter_assignments = 561;
    • getValidityParameterAssignmentsBuilder

      public GenericParameterAssignments_RelStructure.Builder getValidityParameterAssignmentsBuilder()
       VALIDITY PARAMETR ASSIGNMENTss for an element.  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 739:101]
       
      .uk.org.netex.www.netex.GenericParameterAssignments_RelStructure validity_parameter_assignments = 561;
    • getValidityParameterAssignmentsOrBuilder

      public GenericParameterAssignments_RelStructureOrBuilder getValidityParameterAssignmentsOrBuilder()
       VALIDITY PARAMETR ASSIGNMENTss for an element.  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 739:101]
       
      .uk.org.netex.www.netex.GenericParameterAssignments_RelStructure validity_parameter_assignments = 561;
      Specified by:
      getValidityParameterAssignmentsOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasGenericParameterAssignment

      public boolean hasGenericParameterAssignment()
       A VALIDITY PARAMETER ASSIGNMENT specifying practical parameters during a TRAVEL GenericATION, within a given fare structure (e.g. the origin or destination zone in a zone-counting system).  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 769:118]
       
      .uk.org.netex.www.netex.GenericParameterAssignmentType generic_parameter_assignment = 562;
      Specified by:
      hasGenericParameterAssignment in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the genericParameterAssignment field is set.
    • getGenericParameterAssignment

      public GenericParameterAssignmentType getGenericParameterAssignment()
       A VALIDITY PARAMETER ASSIGNMENT specifying practical parameters during a TRAVEL GenericATION, within a given fare structure (e.g. the origin or destination zone in a zone-counting system).  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 769:118]
       
      .uk.org.netex.www.netex.GenericParameterAssignmentType generic_parameter_assignment = 562;
      Specified by:
      getGenericParameterAssignment in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The genericParameterAssignment.
    • setGenericParameterAssignment

      public FareProduct_VersionStructure.Builder setGenericParameterAssignment(GenericParameterAssignmentType value)
       A VALIDITY PARAMETER ASSIGNMENT specifying practical parameters during a TRAVEL GenericATION, within a given fare structure (e.g. the origin or destination zone in a zone-counting system).  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 769:118]
       
      .uk.org.netex.www.netex.GenericParameterAssignmentType generic_parameter_assignment = 562;
    • setGenericParameterAssignment

      public FareProduct_VersionStructure.Builder setGenericParameterAssignment(GenericParameterAssignmentType.Builder builderForValue)
       A VALIDITY PARAMETER ASSIGNMENT specifying practical parameters during a TRAVEL GenericATION, within a given fare structure (e.g. the origin or destination zone in a zone-counting system).  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 769:118]
       
      .uk.org.netex.www.netex.GenericParameterAssignmentType generic_parameter_assignment = 562;
    • mergeGenericParameterAssignment

      public FareProduct_VersionStructure.Builder mergeGenericParameterAssignment(GenericParameterAssignmentType value)
       A VALIDITY PARAMETER ASSIGNMENT specifying practical parameters during a TRAVEL GenericATION, within a given fare structure (e.g. the origin or destination zone in a zone-counting system).  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 769:118]
       
      .uk.org.netex.www.netex.GenericParameterAssignmentType generic_parameter_assignment = 562;
    • clearGenericParameterAssignment

      public FareProduct_VersionStructure.Builder clearGenericParameterAssignment()
       A VALIDITY PARAMETER ASSIGNMENT specifying practical parameters during a TRAVEL GenericATION, within a given fare structure (e.g. the origin or destination zone in a zone-counting system).  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 769:118]
       
      .uk.org.netex.www.netex.GenericParameterAssignmentType generic_parameter_assignment = 562;
    • getGenericParameterAssignmentBuilder

      public GenericParameterAssignmentType.Builder getGenericParameterAssignmentBuilder()
       A VALIDITY PARAMETER ASSIGNMENT specifying practical parameters during a TRAVEL GenericATION, within a given fare structure (e.g. the origin or destination zone in a zone-counting system).  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 769:118]
       
      .uk.org.netex.www.netex.GenericParameterAssignmentType generic_parameter_assignment = 562;
    • getGenericParameterAssignmentOrBuilder

      public GenericParameterAssignmentTypeOrBuilder getGenericParameterAssignmentOrBuilder()
       A VALIDITY PARAMETER ASSIGNMENT specifying practical parameters during a TRAVEL GenericATION, within a given fare structure (e.g. the origin or destination zone in a zone-counting system).  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 769:118]
       
      .uk.org.netex.www.netex.GenericParameterAssignmentType generic_parameter_assignment = 562;
      Specified by:
      getGenericParameterAssignmentOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasGenericParameterAssignmentInContext

      public boolean hasGenericParameterAssignmentInContext()
       Optimisation: Can be used without id constraintA VALIDITY PARAMETER ASSIGNMENT specifying practical parameters during a TRAVEL GenericATION, within a given fare structure (e.g. the origin or destination zone in a zone-counting system).  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 844:127]
       
      .uk.org.netex.www.netex.GenericParameterAssignmentInContextType generic_parameter_assignment_in_context = 563;
      Specified by:
      hasGenericParameterAssignmentInContext in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the genericParameterAssignmentInContext field is set.
    • getGenericParameterAssignmentInContext

      public GenericParameterAssignmentInContextType getGenericParameterAssignmentInContext()
       Optimisation: Can be used without id constraintA VALIDITY PARAMETER ASSIGNMENT specifying practical parameters during a TRAVEL GenericATION, within a given fare structure (e.g. the origin or destination zone in a zone-counting system).  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 844:127]
       
      .uk.org.netex.www.netex.GenericParameterAssignmentInContextType generic_parameter_assignment_in_context = 563;
      Specified by:
      getGenericParameterAssignmentInContext in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The genericParameterAssignmentInContext.
    • setGenericParameterAssignmentInContext

      public FareProduct_VersionStructure.Builder setGenericParameterAssignmentInContext(GenericParameterAssignmentInContextType value)
       Optimisation: Can be used without id constraintA VALIDITY PARAMETER ASSIGNMENT specifying practical parameters during a TRAVEL GenericATION, within a given fare structure (e.g. the origin or destination zone in a zone-counting system).  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 844:127]
       
      .uk.org.netex.www.netex.GenericParameterAssignmentInContextType generic_parameter_assignment_in_context = 563;
    • setGenericParameterAssignmentInContext

      public FareProduct_VersionStructure.Builder setGenericParameterAssignmentInContext(GenericParameterAssignmentInContextType.Builder builderForValue)
       Optimisation: Can be used without id constraintA VALIDITY PARAMETER ASSIGNMENT specifying practical parameters during a TRAVEL GenericATION, within a given fare structure (e.g. the origin or destination zone in a zone-counting system).  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 844:127]
       
      .uk.org.netex.www.netex.GenericParameterAssignmentInContextType generic_parameter_assignment_in_context = 563;
    • mergeGenericParameterAssignmentInContext

      public FareProduct_VersionStructure.Builder mergeGenericParameterAssignmentInContext(GenericParameterAssignmentInContextType value)
       Optimisation: Can be used without id constraintA VALIDITY PARAMETER ASSIGNMENT specifying practical parameters during a TRAVEL GenericATION, within a given fare structure (e.g. the origin or destination zone in a zone-counting system).  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 844:127]
       
      .uk.org.netex.www.netex.GenericParameterAssignmentInContextType generic_parameter_assignment_in_context = 563;
    • clearGenericParameterAssignmentInContext

      public FareProduct_VersionStructure.Builder clearGenericParameterAssignmentInContext()
       Optimisation: Can be used without id constraintA VALIDITY PARAMETER ASSIGNMENT specifying practical parameters during a TRAVEL GenericATION, within a given fare structure (e.g. the origin or destination zone in a zone-counting system).  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 844:127]
       
      .uk.org.netex.www.netex.GenericParameterAssignmentInContextType generic_parameter_assignment_in_context = 563;
    • getGenericParameterAssignmentInContextBuilder

      public GenericParameterAssignmentInContextType.Builder getGenericParameterAssignmentInContextBuilder()
       Optimisation: Can be used without id constraintA VALIDITY PARAMETER ASSIGNMENT specifying practical parameters during a TRAVEL GenericATION, within a given fare structure (e.g. the origin or destination zone in a zone-counting system).  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 844:127]
       
      .uk.org.netex.www.netex.GenericParameterAssignmentInContextType generic_parameter_assignment_in_context = 563;
    • getGenericParameterAssignmentInContextOrBuilder

      public GenericParameterAssignmentInContextTypeOrBuilder getGenericParameterAssignmentInContextOrBuilder()
       Optimisation: Can be used without id constraintA VALIDITY PARAMETER ASSIGNMENT specifying practical parameters during a TRAVEL GenericATION, within a given fare structure (e.g. the origin or destination zone in a zone-counting system).  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 844:127]
       
      .uk.org.netex.www.netex.GenericParameterAssignmentInContextType generic_parameter_assignment_in_context = 563;
      Specified by:
      getGenericParameterAssignmentInContextOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasValidableElements

      public boolean hasValidableElements()
       VALIDABLE ELEMENTs making up FARE SERVICE ACCESS RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 283:94]
       
      .uk.org.netex.www.netex.ValidableElements_RelStructure validable_elements = 571;
      Specified by:
      hasValidableElements in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the validableElements field is set.
    • getValidableElements

      public ValidableElements_RelStructure getValidableElements()
       VALIDABLE ELEMENTs making up FARE SERVICE ACCESS RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 283:94]
       
      .uk.org.netex.www.netex.ValidableElements_RelStructure validable_elements = 571;
      Specified by:
      getValidableElements in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The validableElements.
    • setValidableElements

       VALIDABLE ELEMENTs making up FARE SERVICE ACCESS RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 283:94]
       
      .uk.org.netex.www.netex.ValidableElements_RelStructure validable_elements = 571;
    • setValidableElements

       VALIDABLE ELEMENTs making up FARE SERVICE ACCESS RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 283:94]
       
      .uk.org.netex.www.netex.ValidableElements_RelStructure validable_elements = 571;
    • mergeValidableElements

       VALIDABLE ELEMENTs making up FARE SERVICE ACCESS RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 283:94]
       
      .uk.org.netex.www.netex.ValidableElements_RelStructure validable_elements = 571;
    • clearValidableElements

      public FareProduct_VersionStructure.Builder clearValidableElements()
       VALIDABLE ELEMENTs making up FARE SERVICE ACCESS RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 283:94]
       
      .uk.org.netex.www.netex.ValidableElements_RelStructure validable_elements = 571;
    • getValidableElementsBuilder

      public ValidableElements_RelStructure.Builder getValidableElementsBuilder()
       VALIDABLE ELEMENTs making up FARE SERVICE ACCESS RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 283:94]
       
      .uk.org.netex.www.netex.ValidableElements_RelStructure validable_elements = 571;
    • getValidableElementsOrBuilder

      public ValidableElements_RelStructureOrBuilder getValidableElementsOrBuilder()
       VALIDABLE ELEMENTs making up FARE SERVICE ACCESS RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 283:94]
       
      .uk.org.netex.www.netex.ValidableElements_RelStructure validable_elements = 571;
      Specified by:
      getValidableElementsOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasAccessRightsInProduct

      public boolean hasAccessRightsInProduct()
       Access rights given by product.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 288:102]
       
      .uk.org.netex.www.netex.AccessRightsInProduct_RelStructure access_rights_in_product = 572;
      Specified by:
      hasAccessRightsInProduct in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the accessRightsInProduct field is set.
    • getAccessRightsInProduct

      public AccessRightsInProduct_RelStructure getAccessRightsInProduct()
       Access rights given by product.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 288:102]
       
      .uk.org.netex.www.netex.AccessRightsInProduct_RelStructure access_rights_in_product = 572;
      Specified by:
      getAccessRightsInProduct in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The accessRightsInProduct.
    • setAccessRightsInProduct

       Access rights given by product.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 288:102]
       
      .uk.org.netex.www.netex.AccessRightsInProduct_RelStructure access_rights_in_product = 572;
    • setAccessRightsInProduct

      public FareProduct_VersionStructure.Builder setAccessRightsInProduct(AccessRightsInProduct_RelStructure.Builder builderForValue)
       Access rights given by product.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 288:102]
       
      .uk.org.netex.www.netex.AccessRightsInProduct_RelStructure access_rights_in_product = 572;
    • mergeAccessRightsInProduct

       Access rights given by product.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 288:102]
       
      .uk.org.netex.www.netex.AccessRightsInProduct_RelStructure access_rights_in_product = 572;
    • clearAccessRightsInProduct

      public FareProduct_VersionStructure.Builder clearAccessRightsInProduct()
       Access rights given by product.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 288:102]
       
      .uk.org.netex.www.netex.AccessRightsInProduct_RelStructure access_rights_in_product = 572;
    • getAccessRightsInProductBuilder

      public AccessRightsInProduct_RelStructure.Builder getAccessRightsInProductBuilder()
       Access rights given by product.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 288:102]
       
      .uk.org.netex.www.netex.AccessRightsInProduct_RelStructure access_rights_in_product = 572;
    • getAccessRightsInProductOrBuilder

      public AccessRightsInProduct_RelStructureOrBuilder getAccessRightsInProductOrBuilder()
       Access rights given by product.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 288:102]
       
      .uk.org.netex.www.netex.AccessRightsInProduct_RelStructure access_rights_in_product = 572;
      Specified by:
      getAccessRightsInProductOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasTariffs

      public boolean hasTariffs()
       TARIFFs  used by FARE PRODUCT. These may be derived from lower level references.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 300:77]
       
      .uk.org.netex.www.netex.TariffRefs_RelStructure tariffs = 581;
      Specified by:
      hasTariffs in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the tariffs field is set.
    • getTariffs

      public TariffRefs_RelStructure getTariffs()
       TARIFFs  used by FARE PRODUCT. These may be derived from lower level references.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 300:77]
       
      .uk.org.netex.www.netex.TariffRefs_RelStructure tariffs = 581;
      Specified by:
      getTariffs in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The tariffs.
    • setTariffs

       TARIFFs  used by FARE PRODUCT. These may be derived from lower level references.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 300:77]
       
      .uk.org.netex.www.netex.TariffRefs_RelStructure tariffs = 581;
    • setTariffs

       TARIFFs  used by FARE PRODUCT. These may be derived from lower level references.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 300:77]
       
      .uk.org.netex.www.netex.TariffRefs_RelStructure tariffs = 581;
    • mergeTariffs

       TARIFFs  used by FARE PRODUCT. These may be derived from lower level references.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 300:77]
       
      .uk.org.netex.www.netex.TariffRefs_RelStructure tariffs = 581;
    • clearTariffs

      public FareProduct_VersionStructure.Builder clearTariffs()
       TARIFFs  used by FARE PRODUCT. These may be derived from lower level references.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 300:77]
       
      .uk.org.netex.www.netex.TariffRefs_RelStructure tariffs = 581;
    • getTariffsBuilder

      public TariffRefs_RelStructure.Builder getTariffsBuilder()
       TARIFFs  used by FARE PRODUCT. These may be derived from lower level references.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 300:77]
       
      .uk.org.netex.www.netex.TariffRefs_RelStructure tariffs = 581;
    • getTariffsOrBuilder

      public TariffRefs_RelStructureOrBuilder getTariffsOrBuilder()
       TARIFFs  used by FARE PRODUCT. These may be derived from lower level references.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 300:77]
       
      .uk.org.netex.www.netex.TariffRefs_RelStructure tariffs = 581;
      Specified by:
      getTariffsOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasPrices

      public boolean hasPrices()
       PRICEs  making up FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 305:83]
       
      .uk.org.netex.www.netex.FareProductPrices_RelStructure prices = 582;
      Specified by:
      hasPrices in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the prices field is set.
    • getPrices

      public FareProductPrices_RelStructure getPrices()
       PRICEs  making up FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 305:83]
       
      .uk.org.netex.www.netex.FareProductPrices_RelStructure prices = 582;
      Specified by:
      getPrices in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The prices.
    • setPrices

       PRICEs  making up FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 305:83]
       
      .uk.org.netex.www.netex.FareProductPrices_RelStructure prices = 582;
    • setPrices

       PRICEs  making up FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 305:83]
       
      .uk.org.netex.www.netex.FareProductPrices_RelStructure prices = 582;
    • mergePrices

       PRICEs  making up FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 305:83]
       
      .uk.org.netex.www.netex.FareProductPrices_RelStructure prices = 582;
    • clearPrices

       PRICEs  making up FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 305:83]
       
      .uk.org.netex.www.netex.FareProductPrices_RelStructure prices = 582;
    • getPricesBuilder

      public FareProductPrices_RelStructure.Builder getPricesBuilder()
       PRICEs  making up FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 305:83]
       
      .uk.org.netex.www.netex.FareProductPrices_RelStructure prices = 582;
    • getPricesOrBuilder

      public FareProductPrices_RelStructureOrBuilder getPricesOrBuilder()
       PRICEs  making up FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 305:83]
       
      .uk.org.netex.www.netex.FareProductPrices_RelStructure prices = 582;
      Specified by:
      getPricesOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasOrganisationRef

      public boolean hasOrganisationRef()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 451;
      Specified by:
      hasOrganisationRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the organisationRef field is set.
    • getOrganisationRef

      public VersionOfObjectRefStructure getOrganisationRef()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 451;
      Specified by:
      getOrganisationRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The organisationRef.
    • setOrganisationRef

       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 451;
    • setOrganisationRef

       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 451;
    • mergeOrganisationRef

       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 451;
    • clearOrganisationRef

      public FareProduct_VersionStructure.Builder clearOrganisationRef()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 451;
    • getOrganisationRefBuilder

      public VersionOfObjectRefStructure.Builder getOrganisationRefBuilder()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 451;
    • getOrganisationRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOrganisationRefOrBuilder()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 451;
      Specified by:
      getOrganisationRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasOtherOrganisationRef

      public boolean hasOtherOrganisationRef()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 454;
      Specified by:
      hasOtherOrganisationRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the otherOrganisationRef field is set.
    • getOtherOrganisationRef

      public VersionOfObjectRefStructure getOtherOrganisationRef()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 454;
      Specified by:
      getOtherOrganisationRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The otherOrganisationRef.
    • setOtherOrganisationRef

      public FareProduct_VersionStructure.Builder setOtherOrganisationRef(VersionOfObjectRefStructure value)
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 454;
    • setOtherOrganisationRef

      public FareProduct_VersionStructure.Builder setOtherOrganisationRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 454;
    • mergeOtherOrganisationRef

      public FareProduct_VersionStructure.Builder mergeOtherOrganisationRef(VersionOfObjectRefStructure value)
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 454;
    • clearOtherOrganisationRef

      public FareProduct_VersionStructure.Builder clearOtherOrganisationRef()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 454;
    • getOtherOrganisationRefBuilder

      public VersionOfObjectRefStructure.Builder getOtherOrganisationRefBuilder()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 454;
    • getOtherOrganisationRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOtherOrganisationRefOrBuilder()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 454;
      Specified by:
      getOtherOrganisationRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasTravelAgentRef

      public boolean hasTravelAgentRef()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 455;
      Specified by:
      hasTravelAgentRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the travelAgentRef field is set.
    • getTravelAgentRef

      public VersionOfObjectRefStructure getTravelAgentRef()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 455;
      Specified by:
      getTravelAgentRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The travelAgentRef.
    • setTravelAgentRef

       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 455;
    • setTravelAgentRef

       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 455;
    • mergeTravelAgentRef

       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 455;
    • clearTravelAgentRef

      public FareProduct_VersionStructure.Builder clearTravelAgentRef()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 455;
    • getTravelAgentRefBuilder

      public VersionOfObjectRefStructure.Builder getTravelAgentRefBuilder()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 455;
    • getTravelAgentRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTravelAgentRefOrBuilder()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 455;
      Specified by:
      getTravelAgentRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasServicedOrganisationRef

      public boolean hasServicedOrganisationRef()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 456;
      Specified by:
      hasServicedOrganisationRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the servicedOrganisationRef field is set.
    • getServicedOrganisationRef

      public VersionOfObjectRefStructure getServicedOrganisationRef()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 456;
      Specified by:
      getServicedOrganisationRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The servicedOrganisationRef.
    • setServicedOrganisationRef

      public FareProduct_VersionStructure.Builder setServicedOrganisationRef(VersionOfObjectRefStructure value)
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 456;
    • setServicedOrganisationRef

      public FareProduct_VersionStructure.Builder setServicedOrganisationRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 456;
    • mergeServicedOrganisationRef

      public FareProduct_VersionStructure.Builder mergeServicedOrganisationRef(VersionOfObjectRefStructure value)
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 456;
    • clearServicedOrganisationRef

      public FareProduct_VersionStructure.Builder clearServicedOrganisationRef()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 456;
    • getServicedOrganisationRefBuilder

      public VersionOfObjectRefStructure.Builder getServicedOrganisationRefBuilder()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 456;
    • getServicedOrganisationRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getServicedOrganisationRefOrBuilder()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 456;
      Specified by:
      getServicedOrganisationRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasManagementAgentRef

      public boolean hasManagementAgentRef()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 457;
      Specified by:
      hasManagementAgentRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the managementAgentRef field is set.
    • getManagementAgentRef

      public VersionOfObjectRefStructure getManagementAgentRef()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 457;
      Specified by:
      getManagementAgentRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The managementAgentRef.
    • setManagementAgentRef

       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 457;
    • setManagementAgentRef

      public FareProduct_VersionStructure.Builder setManagementAgentRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 457;
    • mergeManagementAgentRef

      public FareProduct_VersionStructure.Builder mergeManagementAgentRef(VersionOfObjectRefStructure value)
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 457;
    • clearManagementAgentRef

      public FareProduct_VersionStructure.Builder clearManagementAgentRef()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 457;
    • getManagementAgentRefBuilder

      public VersionOfObjectRefStructure.Builder getManagementAgentRefBuilder()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 457;
    • getManagementAgentRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getManagementAgentRefOrBuilder()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 457;
      Specified by:
      getManagementAgentRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasGeneralOrganisationRef

      public boolean hasGeneralOrganisationRef()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 458;
      Specified by:
      hasGeneralOrganisationRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the generalOrganisationRef field is set.
    • getGeneralOrganisationRef

      public VersionOfObjectRefStructure getGeneralOrganisationRef()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 458;
      Specified by:
      getGeneralOrganisationRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The generalOrganisationRef.
    • setGeneralOrganisationRef

      public FareProduct_VersionStructure.Builder setGeneralOrganisationRef(VersionOfObjectRefStructure value)
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 458;
    • setGeneralOrganisationRef

      public FareProduct_VersionStructure.Builder setGeneralOrganisationRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 458;
    • mergeGeneralOrganisationRef

      public FareProduct_VersionStructure.Builder mergeGeneralOrganisationRef(VersionOfObjectRefStructure value)
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 458;
    • clearGeneralOrganisationRef

      public FareProduct_VersionStructure.Builder clearGeneralOrganisationRef()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 458;
    • getGeneralOrganisationRefBuilder

      public VersionOfObjectRefStructure.Builder getGeneralOrganisationRefBuilder()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 458;
    • getGeneralOrganisationRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getGeneralOrganisationRefOrBuilder()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 458;
      Specified by:
      getGeneralOrganisationRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasOnlineServiceOperatorRef

      public boolean hasOnlineServiceOperatorRef()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 459;
      Specified by:
      hasOnlineServiceOperatorRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the onlineServiceOperatorRef field is set.
    • getOnlineServiceOperatorRef

      public VersionOfObjectRefStructure getOnlineServiceOperatorRef()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 459;
      Specified by:
      getOnlineServiceOperatorRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The onlineServiceOperatorRef.
    • setOnlineServiceOperatorRef

      public FareProduct_VersionStructure.Builder setOnlineServiceOperatorRef(VersionOfObjectRefStructure value)
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 459;
    • setOnlineServiceOperatorRef

      public FareProduct_VersionStructure.Builder setOnlineServiceOperatorRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 459;
    • mergeOnlineServiceOperatorRef

      public FareProduct_VersionStructure.Builder mergeOnlineServiceOperatorRef(VersionOfObjectRefStructure value)
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 459;
    • clearOnlineServiceOperatorRef

      public FareProduct_VersionStructure.Builder clearOnlineServiceOperatorRef()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 459;
    • getOnlineServiceOperatorRefBuilder

      public VersionOfObjectRefStructure.Builder getOnlineServiceOperatorRefBuilder()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 459;
    • getOnlineServiceOperatorRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOnlineServiceOperatorRefOrBuilder()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 459;
      Specified by:
      getOnlineServiceOperatorRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasRetailConsortiumRef

      public boolean hasRetailConsortiumRef()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 460;
      Specified by:
      hasRetailConsortiumRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the retailConsortiumRef field is set.
    • getRetailConsortiumRef

      public VersionOfObjectRefStructure getRetailConsortiumRef()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 460;
      Specified by:
      getRetailConsortiumRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The retailConsortiumRef.
    • setRetailConsortiumRef

       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 460;
    • setRetailConsortiumRef

      public FareProduct_VersionStructure.Builder setRetailConsortiumRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 460;
    • mergeRetailConsortiumRef

      public FareProduct_VersionStructure.Builder mergeRetailConsortiumRef(VersionOfObjectRefStructure value)
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 460;
    • clearRetailConsortiumRef

      public FareProduct_VersionStructure.Builder clearRetailConsortiumRef()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 460;
    • getRetailConsortiumRefBuilder

      public VersionOfObjectRefStructure.Builder getRetailConsortiumRefBuilder()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 460;
    • getRetailConsortiumRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRetailConsortiumRefOrBuilder()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 460;
      Specified by:
      getRetailConsortiumRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasOperatorRef

      public boolean hasOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 531;
      Specified by:
      hasOperatorRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the operatorRef field is set.
    • getOperatorRef

      public VersionOfObjectRefStructure getOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 531;
      Specified by:
      getOperatorRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The operatorRef.
    • setOperatorRef

       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 531;
    • setOperatorRef

       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 531;
    • mergeOperatorRef

       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 531;
    • clearOperatorRef

      public FareProduct_VersionStructure.Builder clearOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 531;
    • getOperatorRefBuilder

      public VersionOfObjectRefStructure.Builder getOperatorRefBuilder()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 531;
    • getOperatorRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOperatorRefOrBuilder()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 531;
      Specified by:
      getOperatorRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasAuthorityRef

      public boolean hasAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 532;
      Specified by:
      hasAuthorityRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the authorityRef field is set.
    • getAuthorityRef

      public VersionOfObjectRefStructure getAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 532;
      Specified by:
      getAuthorityRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The authorityRef.
    • setAuthorityRef

       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 532;
    • setAuthorityRef

       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 532;
    • mergeAuthorityRef

       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 532;
    • clearAuthorityRef

      public FareProduct_VersionStructure.Builder clearAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 532;
    • getAuthorityRefBuilder

      public VersionOfObjectRefStructure.Builder getAuthorityRefBuilder()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 532;
    • getAuthorityRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getAuthorityRefOrBuilder()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 532;
      Specified by:
      getAuthorityRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasFareProductRef

      public boolean hasFareProductRef()
       Reference to a FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 146:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_ref = 541;
      Specified by:
      hasFareProductRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the fareProductRef field is set.
    • getFareProductRef

      public VersionOfObjectRefStructure getFareProductRef()
       Reference to a FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 146:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_ref = 541;
      Specified by:
      getFareProductRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The fareProductRef.
    • setFareProductRef

       Reference to a FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 146:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_ref = 541;
    • setFareProductRef

       Reference to a FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 146:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_ref = 541;
    • mergeFareProductRef

       Reference to a FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 146:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_ref = 541;
    • clearFareProductRef

      public FareProduct_VersionStructure.Builder clearFareProductRef()
       Reference to a FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 146:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_ref = 541;
    • getFareProductRefBuilder

      public VersionOfObjectRefStructure.Builder getFareProductRefBuilder()
       Reference to a FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 146:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_ref = 541;
    • getFareProductRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFareProductRefOrBuilder()
       Reference to a FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 146:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_ref = 541;
      Specified by:
      getFareProductRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasSaleDiscountRightRef

      public boolean hasSaleDiscountRightRef()
       Reference to a SALES DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 172:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sale_discount_right_ref = 542;
      Specified by:
      hasSaleDiscountRightRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the saleDiscountRightRef field is set.
    • getSaleDiscountRightRef

      public VersionOfObjectRefStructure getSaleDiscountRightRef()
       Reference to a SALES DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 172:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sale_discount_right_ref = 542;
      Specified by:
      getSaleDiscountRightRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The saleDiscountRightRef.
    • setSaleDiscountRightRef

      public FareProduct_VersionStructure.Builder setSaleDiscountRightRef(VersionOfObjectRefStructure value)
       Reference to a SALES DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 172:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sale_discount_right_ref = 542;
    • setSaleDiscountRightRef

      public FareProduct_VersionStructure.Builder setSaleDiscountRightRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a SALES DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 172:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sale_discount_right_ref = 542;
    • mergeSaleDiscountRightRef

      public FareProduct_VersionStructure.Builder mergeSaleDiscountRightRef(VersionOfObjectRefStructure value)
       Reference to a SALES DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 172:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sale_discount_right_ref = 542;
    • clearSaleDiscountRightRef

      public FareProduct_VersionStructure.Builder clearSaleDiscountRightRef()
       Reference to a SALES DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 172:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sale_discount_right_ref = 542;
    • getSaleDiscountRightRefBuilder

      public VersionOfObjectRefStructure.Builder getSaleDiscountRightRefBuilder()
       Reference to a SALES DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 172:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sale_discount_right_ref = 542;
    • getSaleDiscountRightRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSaleDiscountRightRefOrBuilder()
       Reference to a SALES DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 172:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sale_discount_right_ref = 542;
      Specified by:
      getSaleDiscountRightRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasThirdPartyProductRef

      public boolean hasThirdPartyProductRef()
       Reference to a THIRD PARTY PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 247:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure third_party_product_ref = 543;
      Specified by:
      hasThirdPartyProductRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the thirdPartyProductRef field is set.
    • getThirdPartyProductRef

      public VersionOfObjectRefStructure getThirdPartyProductRef()
       Reference to a THIRD PARTY PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 247:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure third_party_product_ref = 543;
      Specified by:
      getThirdPartyProductRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The thirdPartyProductRef.
    • setThirdPartyProductRef

      public FareProduct_VersionStructure.Builder setThirdPartyProductRef(VersionOfObjectRefStructure value)
       Reference to a THIRD PARTY PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 247:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure third_party_product_ref = 543;
    • setThirdPartyProductRef

      public FareProduct_VersionStructure.Builder setThirdPartyProductRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a THIRD PARTY PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 247:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure third_party_product_ref = 543;
    • mergeThirdPartyProductRef

      public FareProduct_VersionStructure.Builder mergeThirdPartyProductRef(VersionOfObjectRefStructure value)
       Reference to a THIRD PARTY PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 247:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure third_party_product_ref = 543;
    • clearThirdPartyProductRef

      public FareProduct_VersionStructure.Builder clearThirdPartyProductRef()
       Reference to a THIRD PARTY PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 247:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure third_party_product_ref = 543;
    • getThirdPartyProductRefBuilder

      public VersionOfObjectRefStructure.Builder getThirdPartyProductRefBuilder()
       Reference to a THIRD PARTY PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 247:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure third_party_product_ref = 543;
    • getThirdPartyProductRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getThirdPartyProductRefOrBuilder()
       Reference to a THIRD PARTY PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 247:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure third_party_product_ref = 543;
      Specified by:
      getThirdPartyProductRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasUsageDiscountRightRef

      public boolean hasUsageDiscountRightRef()
       Reference to a USAGE DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 286:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_discount_right_ref = 544;
      Specified by:
      hasUsageDiscountRightRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the usageDiscountRightRef field is set.
    • getUsageDiscountRightRef

      public VersionOfObjectRefStructure getUsageDiscountRightRef()
       Reference to a USAGE DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 286:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_discount_right_ref = 544;
      Specified by:
      getUsageDiscountRightRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The usageDiscountRightRef.
    • setUsageDiscountRightRef

      public FareProduct_VersionStructure.Builder setUsageDiscountRightRef(VersionOfObjectRefStructure value)
       Reference to a USAGE DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 286:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_discount_right_ref = 544;
    • setUsageDiscountRightRef

      public FareProduct_VersionStructure.Builder setUsageDiscountRightRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a USAGE DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 286:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_discount_right_ref = 544;
    • mergeUsageDiscountRightRef

      public FareProduct_VersionStructure.Builder mergeUsageDiscountRightRef(VersionOfObjectRefStructure value)
       Reference to a USAGE DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 286:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_discount_right_ref = 544;
    • clearUsageDiscountRightRef

      public FareProduct_VersionStructure.Builder clearUsageDiscountRightRef()
       Reference to a USAGE DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 286:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_discount_right_ref = 544;
    • getUsageDiscountRightRefBuilder

      public VersionOfObjectRefStructure.Builder getUsageDiscountRightRefBuilder()
       Reference to a USAGE DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 286:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_discount_right_ref = 544;
    • getUsageDiscountRightRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getUsageDiscountRightRefOrBuilder()
       Reference to a USAGE DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 286:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_discount_right_ref = 544;
      Specified by:
      getUsageDiscountRightRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasCappedDiscountRightRef

      public boolean hasCappedDiscountRightRef()
       Reference to a CAPPED DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 322:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capped_discount_right_ref = 545;
      Specified by:
      hasCappedDiscountRightRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the cappedDiscountRightRef field is set.
    • getCappedDiscountRightRef

      public VersionOfObjectRefStructure getCappedDiscountRightRef()
       Reference to a CAPPED DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 322:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capped_discount_right_ref = 545;
      Specified by:
      getCappedDiscountRightRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The cappedDiscountRightRef.
    • setCappedDiscountRightRef

      public FareProduct_VersionStructure.Builder setCappedDiscountRightRef(VersionOfObjectRefStructure value)
       Reference to a CAPPED DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 322:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capped_discount_right_ref = 545;
    • setCappedDiscountRightRef

      public FareProduct_VersionStructure.Builder setCappedDiscountRightRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a CAPPED DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 322:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capped_discount_right_ref = 545;
    • mergeCappedDiscountRightRef

      public FareProduct_VersionStructure.Builder mergeCappedDiscountRightRef(VersionOfObjectRefStructure value)
       Reference to a CAPPED DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 322:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capped_discount_right_ref = 545;
    • clearCappedDiscountRightRef

      public FareProduct_VersionStructure.Builder clearCappedDiscountRightRef()
       Reference to a CAPPED DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 322:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capped_discount_right_ref = 545;
    • getCappedDiscountRightRefBuilder

      public VersionOfObjectRefStructure.Builder getCappedDiscountRightRefBuilder()
       Reference to a CAPPED DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 322:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capped_discount_right_ref = 545;
    • getCappedDiscountRightRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getCappedDiscountRightRefOrBuilder()
       Reference to a CAPPED DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 322:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capped_discount_right_ref = 545;
      Specified by:
      getCappedDiscountRightRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasAmountOfPriceUnitProductRef

      public boolean hasAmountOfPriceUnitProductRef()
       Reference to a AMOUNT OF PRICE UNIT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 397:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure amount_of_price_unit_product_ref = 546;
      Specified by:
      hasAmountOfPriceUnitProductRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the amountOfPriceUnitProductRef field is set.
    • getAmountOfPriceUnitProductRef

      public VersionOfObjectRefStructure getAmountOfPriceUnitProductRef()
       Reference to a AMOUNT OF PRICE UNIT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 397:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure amount_of_price_unit_product_ref = 546;
      Specified by:
      getAmountOfPriceUnitProductRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The amountOfPriceUnitProductRef.
    • setAmountOfPriceUnitProductRef

      public FareProduct_VersionStructure.Builder setAmountOfPriceUnitProductRef(VersionOfObjectRefStructure value)
       Reference to a AMOUNT OF PRICE UNIT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 397:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure amount_of_price_unit_product_ref = 546;
    • setAmountOfPriceUnitProductRef

      public FareProduct_VersionStructure.Builder setAmountOfPriceUnitProductRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a AMOUNT OF PRICE UNIT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 397:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure amount_of_price_unit_product_ref = 546;
    • mergeAmountOfPriceUnitProductRef

      public FareProduct_VersionStructure.Builder mergeAmountOfPriceUnitProductRef(VersionOfObjectRefStructure value)
       Reference to a AMOUNT OF PRICE UNIT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 397:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure amount_of_price_unit_product_ref = 546;
    • clearAmountOfPriceUnitProductRef

      public FareProduct_VersionStructure.Builder clearAmountOfPriceUnitProductRef()
       Reference to a AMOUNT OF PRICE UNIT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 397:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure amount_of_price_unit_product_ref = 546;
    • getAmountOfPriceUnitProductRefBuilder

      public VersionOfObjectRefStructure.Builder getAmountOfPriceUnitProductRefBuilder()
       Reference to a AMOUNT OF PRICE UNIT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 397:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure amount_of_price_unit_product_ref = 546;
    • getAmountOfPriceUnitProductRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getAmountOfPriceUnitProductRefOrBuilder()
       Reference to a AMOUNT OF PRICE UNIT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 397:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure amount_of_price_unit_product_ref = 546;
      Specified by:
      getAmountOfPriceUnitProductRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasPreassignedFareProductRef

      public boolean hasPreassignedFareProductRef()
       Reference to a PREASSIGNED FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 435:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure preassigned_fare_product_ref = 547;
      Specified by:
      hasPreassignedFareProductRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the preassignedFareProductRef field is set.
    • getPreassignedFareProductRef

      public VersionOfObjectRefStructure getPreassignedFareProductRef()
       Reference to a PREASSIGNED FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 435:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure preassigned_fare_product_ref = 547;
      Specified by:
      getPreassignedFareProductRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The preassignedFareProductRef.
    • setPreassignedFareProductRef

      public FareProduct_VersionStructure.Builder setPreassignedFareProductRef(VersionOfObjectRefStructure value)
       Reference to a PREASSIGNED FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 435:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure preassigned_fare_product_ref = 547;
    • setPreassignedFareProductRef

      public FareProduct_VersionStructure.Builder setPreassignedFareProductRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a PREASSIGNED FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 435:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure preassigned_fare_product_ref = 547;
    • mergePreassignedFareProductRef

      public FareProduct_VersionStructure.Builder mergePreassignedFareProductRef(VersionOfObjectRefStructure value)
       Reference to a PREASSIGNED FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 435:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure preassigned_fare_product_ref = 547;
    • clearPreassignedFareProductRef

      public FareProduct_VersionStructure.Builder clearPreassignedFareProductRef()
       Reference to a PREASSIGNED FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 435:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure preassigned_fare_product_ref = 547;
    • getPreassignedFareProductRefBuilder

      public VersionOfObjectRefStructure.Builder getPreassignedFareProductRefBuilder()
       Reference to a PREASSIGNED FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 435:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure preassigned_fare_product_ref = 547;
    • getPreassignedFareProductRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPreassignedFareProductRefOrBuilder()
       Reference to a PREASSIGNED FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 435:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure preassigned_fare_product_ref = 547;
      Specified by:
      getPreassignedFareProductRefOrBuilder in interface FareProduct_VersionStructureOrBuilder
    • hasSupplementProductRef

      public boolean hasSupplementProductRef()
       Reference to a SUPPLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 478:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure supplement_product_ref = 548;
      Specified by:
      hasSupplementProductRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      Whether the supplementProductRef field is set.
    • getSupplementProductRef

      public VersionOfObjectRefStructure getSupplementProductRef()
       Reference to a SUPPLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 478:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure supplement_product_ref = 548;
      Specified by:
      getSupplementProductRef in interface FareProduct_VersionStructureOrBuilder
      Returns:
      The supplementProductRef.
    • setSupplementProductRef

      public FareProduct_VersionStructure.Builder setSupplementProductRef(VersionOfObjectRefStructure value)
       Reference to a SUPPLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 478:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure supplement_product_ref = 548;
    • setSupplementProductRef

      public FareProduct_VersionStructure.Builder setSupplementProductRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a SUPPLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 478:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure supplement_product_ref = 548;
    • mergeSupplementProductRef

      public FareProduct_VersionStructure.Builder mergeSupplementProductRef(VersionOfObjectRefStructure value)
       Reference to a SUPPLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 478:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure supplement_product_ref = 548;
    • clearSupplementProductRef

      public FareProduct_VersionStructure.Builder clearSupplementProductRef()
       Reference to a SUPPLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 478:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure supplement_product_ref = 548;
    • getSupplementProductRefBuilder

      public VersionOfObjectRefStructure.Builder getSupplementProductRefBuilder()
       Reference to a SUPPLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 478:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure supplement_product_ref = 548;
    • getSupplementProductRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSupplementProductRefOrBuilder()
       Reference to a SUPPLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 478:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure supplement_product_ref = 548;
      Specified by:
      getSupplementProductRefOrBuilder in interface FareProduct_VersionStructureOrBuilder