Class PurchaseWindow_VersionStructure.Builder

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

public static final class PurchaseWindow_VersionStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<PurchaseWindow_VersionStructure.Builder> implements PurchaseWindow_VersionStructureOrBuilder
 Type for PURCHASE WINDOW.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 104:58]
 
Protobuf type uk.org.netex.www.netex.PurchaseWindow_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<PurchaseWindow_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<PurchaseWindow_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<PurchaseWindow_VersionStructure.Builder>
    • getDefaultInstanceForType

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

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

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

      public String getId()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getId in interface PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_VersionStructureOrBuilder
      Returns:
      The created.
    • setCreated

      public PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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

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

      public PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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

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

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

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

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

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

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

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

      public PurchaseWindow_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 = 439;
      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 = 440;
      Specified by:
      getDerivedFromObjectRef in interface PurchaseWindow_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 = 440;
      Specified by:
      getDerivedFromObjectRefBytes in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public PurchaseWindow_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 = 440;
      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 PurchaseWindow_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 PurchaseWindow_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

       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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_VersionStructureOrBuilder
    • setValidBetween

      public PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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

       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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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

       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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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

       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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_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 PurchaseWindow_VersionStructureOrBuilder
    • hasTypeOfUsageParameterRef

      public boolean hasTypeOfUsageParameterRef()
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
      Specified by:
      hasTypeOfUsageParameterRef in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      Whether the typeOfUsageParameterRef field is set.
    • getTypeOfUsageParameterRef

      public VersionOfObjectRefStructure getTypeOfUsageParameterRef()
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
      Specified by:
      getTypeOfUsageParameterRef in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      The typeOfUsageParameterRef.
    • setTypeOfUsageParameterRef

      public PurchaseWindow_VersionStructure.Builder setTypeOfUsageParameterRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
    • setTypeOfUsageParameterRef

      public PurchaseWindow_VersionStructure.Builder setTypeOfUsageParameterRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
    • mergeTypeOfUsageParameterRef

      public PurchaseWindow_VersionStructure.Builder mergeTypeOfUsageParameterRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
    • clearTypeOfUsageParameterRef

      public PurchaseWindow_VersionStructure.Builder clearTypeOfUsageParameterRef()
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
    • getTypeOfUsageParameterRefBuilder

      public VersionOfObjectRefStructure.Builder getTypeOfUsageParameterRefBuilder()
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
    • getTypeOfUsageParameterRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfUsageParameterRefOrBuilder()
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
      Specified by:
      getTypeOfUsageParameterRefOrBuilder in interface PurchaseWindow_VersionStructureOrBuilder
    • hasPrices

      public boolean hasPrices()
       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
      Specified by:
      hasPrices in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      Whether the prices field is set.
    • getPrices

       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
      Specified by:
      getPrices in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      The prices.
    • setPrices

       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
    • setPrices

       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
    • mergePrices

       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
    • clearPrices

       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
    • getPricesBuilder

      public UsageParameterPrices_RelStructure.Builder getPricesBuilder()
       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
    • getPricesOrBuilder

      public UsageParameterPrices_RelStructureOrBuilder getPricesOrBuilder()
       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
      Specified by:
      getPricesOrBuilder in interface PurchaseWindow_VersionStructureOrBuilder
    • getPurchaseActionValue

      public int getPurchaseActionValue()
       Action governed by Purchase Window. default is purchase. See allowed values.+v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 121:86]
       
      .uk.org.netex.www.netex.PurchaseActionEnumeration purchase_action = 501;
      Specified by:
      getPurchaseActionValue in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for purchaseAction.
    • setPurchaseActionValue

      public PurchaseWindow_VersionStructure.Builder setPurchaseActionValue(int value)
       Action governed by Purchase Window. default is purchase. See allowed values.+v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 121:86]
       
      .uk.org.netex.www.netex.PurchaseActionEnumeration purchase_action = 501;
      Parameters:
      value - The enum numeric value on the wire for purchaseAction to set.
      Returns:
      This builder for chaining.
    • getPurchaseAction

      public PurchaseActionEnumeration getPurchaseAction()
       Action governed by Purchase Window. default is purchase. See allowed values.+v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 121:86]
       
      .uk.org.netex.www.netex.PurchaseActionEnumeration purchase_action = 501;
      Specified by:
      getPurchaseAction in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      The purchaseAction.
    • setPurchaseAction

       Action governed by Purchase Window. default is purchase. See allowed values.+v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 121:86]
       
      .uk.org.netex.www.netex.PurchaseActionEnumeration purchase_action = 501;
      Parameters:
      value - The purchaseAction to set.
      Returns:
      This builder for chaining.
    • clearPurchaseAction

      public PurchaseWindow_VersionStructure.Builder clearPurchaseAction()
       Action governed by Purchase Window. default is purchase. See allowed values.+v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 121:86]
       
      .uk.org.netex.www.netex.PurchaseActionEnumeration purchase_action = 501;
      Returns:
      This builder for chaining.
    • getPurchaseWhenValue

      public int getPurchaseWhenValue()
       When ticket can be purchased. See allowed values.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 127:114]
       
      .uk.org.netex.www.netex.PurchaseWhenEnumeration purchase_when = 502;
      Specified by:
      getPurchaseWhenValue in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for purchaseWhen.
    • setPurchaseWhenValue

      public PurchaseWindow_VersionStructure.Builder setPurchaseWhenValue(int value)
       When ticket can be purchased. See allowed values.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 127:114]
       
      .uk.org.netex.www.netex.PurchaseWhenEnumeration purchase_when = 502;
      Parameters:
      value - The enum numeric value on the wire for purchaseWhen to set.
      Returns:
      This builder for chaining.
    • getPurchaseWhen

      public PurchaseWhenEnumeration getPurchaseWhen()
       When ticket can be purchased. See allowed values.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 127:114]
       
      .uk.org.netex.www.netex.PurchaseWhenEnumeration purchase_when = 502;
      Specified by:
      getPurchaseWhen in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      The purchaseWhen.
    • setPurchaseWhen

       When ticket can be purchased. See allowed values.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 127:114]
       
      .uk.org.netex.www.netex.PurchaseWhenEnumeration purchase_when = 502;
      Parameters:
      value - The purchaseWhen to set.
      Returns:
      This builder for chaining.
    • clearPurchaseWhen

      public PurchaseWindow_VersionStructure.Builder clearPurchaseWhen()
       When ticket can be purchased. See allowed values.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 127:114]
       
      .uk.org.netex.www.netex.PurchaseWhenEnumeration purchase_when = 502;
      Returns:
      This builder for chaining.
    • hasLatestTime

      public boolean hasLatestTime()
       Latest time on specified last day when ticket  can be purchased.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 132:65]
       
      .google.type.TimeOfDay latest_time = 503;
      Specified by:
      hasLatestTime in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      Whether the latestTime field is set.
    • getLatestTime

      public com.google.type.TimeOfDay getLatestTime()
       Latest time on specified last day when ticket  can be purchased.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 132:65]
       
      .google.type.TimeOfDay latest_time = 503;
      Specified by:
      getLatestTime in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      The latestTime.
    • setLatestTime

      public PurchaseWindow_VersionStructure.Builder setLatestTime(com.google.type.TimeOfDay value)
       Latest time on specified last day when ticket  can be purchased.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 132:65]
       
      .google.type.TimeOfDay latest_time = 503;
    • setLatestTime

      public PurchaseWindow_VersionStructure.Builder setLatestTime(com.google.type.TimeOfDay.Builder builderForValue)
       Latest time on specified last day when ticket  can be purchased.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 132:65]
       
      .google.type.TimeOfDay latest_time = 503;
    • mergeLatestTime

      public PurchaseWindow_VersionStructure.Builder mergeLatestTime(com.google.type.TimeOfDay value)
       Latest time on specified last day when ticket  can be purchased.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 132:65]
       
      .google.type.TimeOfDay latest_time = 503;
    • clearLatestTime

      public PurchaseWindow_VersionStructure.Builder clearLatestTime()
       Latest time on specified last day when ticket  can be purchased.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 132:65]
       
      .google.type.TimeOfDay latest_time = 503;
    • getLatestTimeBuilder

      public com.google.type.TimeOfDay.Builder getLatestTimeBuilder()
       Latest time on specified last day when ticket  can be purchased.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 132:65]
       
      .google.type.TimeOfDay latest_time = 503;
    • getLatestTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getLatestTimeOrBuilder()
       Latest time on specified last day when ticket  can be purchased.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 132:65]
       
      .google.type.TimeOfDay latest_time = 503;
      Specified by:
      getLatestTimeOrBuilder in interface PurchaseWindow_VersionStructureOrBuilder
    • hasMinimumPeriodBeforeDeparture

      public boolean hasMinimumPeriodBeforeDeparture()
       Minimum period before departure that purchase must be made.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 137:87]
       
      .google.protobuf.Duration minimum_period_before_departure = 504;
      Specified by:
      hasMinimumPeriodBeforeDeparture in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      Whether the minimumPeriodBeforeDeparture field is set.
    • getMinimumPeriodBeforeDeparture

      public com.google.protobuf.Duration getMinimumPeriodBeforeDeparture()
       Minimum period before departure that purchase must be made.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 137:87]
       
      .google.protobuf.Duration minimum_period_before_departure = 504;
      Specified by:
      getMinimumPeriodBeforeDeparture in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      The minimumPeriodBeforeDeparture.
    • setMinimumPeriodBeforeDeparture

      public PurchaseWindow_VersionStructure.Builder setMinimumPeriodBeforeDeparture(com.google.protobuf.Duration value)
       Minimum period before departure that purchase must be made.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 137:87]
       
      .google.protobuf.Duration minimum_period_before_departure = 504;
    • setMinimumPeriodBeforeDeparture

      public PurchaseWindow_VersionStructure.Builder setMinimumPeriodBeforeDeparture(com.google.protobuf.Duration.Builder builderForValue)
       Minimum period before departure that purchase must be made.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 137:87]
       
      .google.protobuf.Duration minimum_period_before_departure = 504;
    • mergeMinimumPeriodBeforeDeparture

      public PurchaseWindow_VersionStructure.Builder mergeMinimumPeriodBeforeDeparture(com.google.protobuf.Duration value)
       Minimum period before departure that purchase must be made.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 137:87]
       
      .google.protobuf.Duration minimum_period_before_departure = 504;
    • clearMinimumPeriodBeforeDeparture

      public PurchaseWindow_VersionStructure.Builder clearMinimumPeriodBeforeDeparture()
       Minimum period before departure that purchase must be made.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 137:87]
       
      .google.protobuf.Duration minimum_period_before_departure = 504;
    • getMinimumPeriodBeforeDepartureBuilder

      public com.google.protobuf.Duration.Builder getMinimumPeriodBeforeDepartureBuilder()
       Minimum period before departure that purchase must be made.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 137:87]
       
      .google.protobuf.Duration minimum_period_before_departure = 504;
    • getMinimumPeriodBeforeDepartureOrBuilder

      public com.google.protobuf.DurationOrBuilder getMinimumPeriodBeforeDepartureOrBuilder()
       Minimum period before departure that purchase must be made.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 137:87]
       
      .google.protobuf.Duration minimum_period_before_departure = 504;
      Specified by:
      getMinimumPeriodBeforeDepartureOrBuilder in interface PurchaseWindow_VersionStructureOrBuilder
    • hasMinimumPeriodIntervalRef

      public boolean hasMinimumPeriodIntervalRef()
       Minimum period before departure that purchase must be made - as arbitrary interval.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 142:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure minimum_period_interval_ref = 505;
      Specified by:
      hasMinimumPeriodIntervalRef in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      Whether the minimumPeriodIntervalRef field is set.
    • getMinimumPeriodIntervalRef

      public VersionOfObjectRefStructure getMinimumPeriodIntervalRef()
       Minimum period before departure that purchase must be made - as arbitrary interval.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 142:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure minimum_period_interval_ref = 505;
      Specified by:
      getMinimumPeriodIntervalRef in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      The minimumPeriodIntervalRef.
    • setMinimumPeriodIntervalRef

      public PurchaseWindow_VersionStructure.Builder setMinimumPeriodIntervalRef(VersionOfObjectRefStructure value)
       Minimum period before departure that purchase must be made - as arbitrary interval.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 142:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure minimum_period_interval_ref = 505;
    • setMinimumPeriodIntervalRef

      public PurchaseWindow_VersionStructure.Builder setMinimumPeriodIntervalRef(VersionOfObjectRefStructure.Builder builderForValue)
       Minimum period before departure that purchase must be made - as arbitrary interval.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 142:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure minimum_period_interval_ref = 505;
    • mergeMinimumPeriodIntervalRef

      public PurchaseWindow_VersionStructure.Builder mergeMinimumPeriodIntervalRef(VersionOfObjectRefStructure value)
       Minimum period before departure that purchase must be made - as arbitrary interval.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 142:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure minimum_period_interval_ref = 505;
    • clearMinimumPeriodIntervalRef

      public PurchaseWindow_VersionStructure.Builder clearMinimumPeriodIntervalRef()
       Minimum period before departure that purchase must be made - as arbitrary interval.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 142:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure minimum_period_interval_ref = 505;
    • getMinimumPeriodIntervalRefBuilder

      public VersionOfObjectRefStructure.Builder getMinimumPeriodIntervalRefBuilder()
       Minimum period before departure that purchase must be made - as arbitrary interval.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 142:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure minimum_period_interval_ref = 505;
    • getMinimumPeriodIntervalRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getMinimumPeriodIntervalRefOrBuilder()
       Minimum period before departure that purchase must be made - as arbitrary interval.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 142:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure minimum_period_interval_ref = 505;
      Specified by:
      getMinimumPeriodIntervalRefOrBuilder in interface PurchaseWindow_VersionStructureOrBuilder
    • hasMaximumPeriodBeforeDeparture

      public boolean hasMaximumPeriodBeforeDeparture()
       Maximum period before departure that purchase can be made.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 147:87]
       
      .google.protobuf.Duration maximum_period_before_departure = 506;
      Specified by:
      hasMaximumPeriodBeforeDeparture in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      Whether the maximumPeriodBeforeDeparture field is set.
    • getMaximumPeriodBeforeDeparture

      public com.google.protobuf.Duration getMaximumPeriodBeforeDeparture()
       Maximum period before departure that purchase can be made.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 147:87]
       
      .google.protobuf.Duration maximum_period_before_departure = 506;
      Specified by:
      getMaximumPeriodBeforeDeparture in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      The maximumPeriodBeforeDeparture.
    • setMaximumPeriodBeforeDeparture

      public PurchaseWindow_VersionStructure.Builder setMaximumPeriodBeforeDeparture(com.google.protobuf.Duration value)
       Maximum period before departure that purchase can be made.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 147:87]
       
      .google.protobuf.Duration maximum_period_before_departure = 506;
    • setMaximumPeriodBeforeDeparture

      public PurchaseWindow_VersionStructure.Builder setMaximumPeriodBeforeDeparture(com.google.protobuf.Duration.Builder builderForValue)
       Maximum period before departure that purchase can be made.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 147:87]
       
      .google.protobuf.Duration maximum_period_before_departure = 506;
    • mergeMaximumPeriodBeforeDeparture

      public PurchaseWindow_VersionStructure.Builder mergeMaximumPeriodBeforeDeparture(com.google.protobuf.Duration value)
       Maximum period before departure that purchase can be made.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 147:87]
       
      .google.protobuf.Duration maximum_period_before_departure = 506;
    • clearMaximumPeriodBeforeDeparture

      public PurchaseWindow_VersionStructure.Builder clearMaximumPeriodBeforeDeparture()
       Maximum period before departure that purchase can be made.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 147:87]
       
      .google.protobuf.Duration maximum_period_before_departure = 506;
    • getMaximumPeriodBeforeDepartureBuilder

      public com.google.protobuf.Duration.Builder getMaximumPeriodBeforeDepartureBuilder()
       Maximum period before departure that purchase can be made.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 147:87]
       
      .google.protobuf.Duration maximum_period_before_departure = 506;
    • getMaximumPeriodBeforeDepartureOrBuilder

      public com.google.protobuf.DurationOrBuilder getMaximumPeriodBeforeDepartureOrBuilder()
       Maximum period before departure that purchase can be made.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 147:87]
       
      .google.protobuf.Duration maximum_period_before_departure = 506;
      Specified by:
      getMaximumPeriodBeforeDepartureOrBuilder in interface PurchaseWindow_VersionStructureOrBuilder
    • hasMaximumPeriodIntervalRef

      public boolean hasMaximumPeriodIntervalRef()
       Maximum period before departure that purchase must be made - as arbitrary interval.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 152:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure maximum_period_interval_ref = 507;
      Specified by:
      hasMaximumPeriodIntervalRef in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      Whether the maximumPeriodIntervalRef field is set.
    • getMaximumPeriodIntervalRef

      public VersionOfObjectRefStructure getMaximumPeriodIntervalRef()
       Maximum period before departure that purchase must be made - as arbitrary interval.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 152:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure maximum_period_interval_ref = 507;
      Specified by:
      getMaximumPeriodIntervalRef in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      The maximumPeriodIntervalRef.
    • setMaximumPeriodIntervalRef

      public PurchaseWindow_VersionStructure.Builder setMaximumPeriodIntervalRef(VersionOfObjectRefStructure value)
       Maximum period before departure that purchase must be made - as arbitrary interval.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 152:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure maximum_period_interval_ref = 507;
    • setMaximumPeriodIntervalRef

      public PurchaseWindow_VersionStructure.Builder setMaximumPeriodIntervalRef(VersionOfObjectRefStructure.Builder builderForValue)
       Maximum period before departure that purchase must be made - as arbitrary interval.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 152:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure maximum_period_interval_ref = 507;
    • mergeMaximumPeriodIntervalRef

      public PurchaseWindow_VersionStructure.Builder mergeMaximumPeriodIntervalRef(VersionOfObjectRefStructure value)
       Maximum period before departure that purchase must be made - as arbitrary interval.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 152:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure maximum_period_interval_ref = 507;
    • clearMaximumPeriodIntervalRef

      public PurchaseWindow_VersionStructure.Builder clearMaximumPeriodIntervalRef()
       Maximum period before departure that purchase must be made - as arbitrary interval.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 152:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure maximum_period_interval_ref = 507;
    • getMaximumPeriodIntervalRefBuilder

      public VersionOfObjectRefStructure.Builder getMaximumPeriodIntervalRefBuilder()
       Maximum period before departure that purchase must be made - as arbitrary interval.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 152:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure maximum_period_interval_ref = 507;
    • getMaximumPeriodIntervalRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getMaximumPeriodIntervalRefOrBuilder()
       Maximum period before departure that purchase must be made - as arbitrary interval.  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 152:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure maximum_period_interval_ref = 507;
      Specified by:
      getMaximumPeriodIntervalRefOrBuilder in interface PurchaseWindow_VersionStructureOrBuilder
    • getPurchaseMomentList

      public List<PurchaseMomentEnumeration> getPurchaseMomentList()
       Permitted  moments of purchase. See allowed values +v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 157:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 508 [packed = true];
      Specified by:
      getPurchaseMomentList in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      A list containing the purchaseMoment.
    • getPurchaseMomentCount

      public int getPurchaseMomentCount()
       Permitted  moments of purchase. See allowed values +v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 157:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 508 [packed = true];
      Specified by:
      getPurchaseMomentCount in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      The count of purchaseMoment.
    • getPurchaseMoment

      public PurchaseMomentEnumeration getPurchaseMoment(int index)
       Permitted  moments of purchase. See allowed values +v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 157:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 508 [packed = true];
      Specified by:
      getPurchaseMoment in interface PurchaseWindow_VersionStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The purchaseMoment at the given index.
    • setPurchaseMoment

      public PurchaseWindow_VersionStructure.Builder setPurchaseMoment(int index, PurchaseMomentEnumeration value)
       Permitted  moments of purchase. See allowed values +v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 157:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 508 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The purchaseMoment to set.
      Returns:
      This builder for chaining.
    • addPurchaseMoment

       Permitted  moments of purchase. See allowed values +v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 157:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 508 [packed = true];
      Parameters:
      value - The purchaseMoment to add.
      Returns:
      This builder for chaining.
    • addAllPurchaseMoment

      public PurchaseWindow_VersionStructure.Builder addAllPurchaseMoment(Iterable<? extends PurchaseMomentEnumeration> values)
       Permitted  moments of purchase. See allowed values +v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 157:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 508 [packed = true];
      Parameters:
      values - The purchaseMoment to add.
      Returns:
      This builder for chaining.
    • clearPurchaseMoment

      public PurchaseWindow_VersionStructure.Builder clearPurchaseMoment()
       Permitted  moments of purchase. See allowed values +v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 157:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 508 [packed = true];
      Returns:
      This builder for chaining.
    • getPurchaseMomentValueList

      public List<Integer> getPurchaseMomentValueList()
       Permitted  moments of purchase. See allowed values +v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 157:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 508 [packed = true];
      Specified by:
      getPurchaseMomentValueList in interface PurchaseWindow_VersionStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for purchaseMoment.
    • getPurchaseMomentValue

      public int getPurchaseMomentValue(int index)
       Permitted  moments of purchase. See allowed values +v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 157:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 508 [packed = true];
      Specified by:
      getPurchaseMomentValue in interface PurchaseWindow_VersionStructureOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of purchaseMoment at the given index.
    • setPurchaseMomentValue

      public PurchaseWindow_VersionStructure.Builder setPurchaseMomentValue(int index, int value)
       Permitted  moments of purchase. See allowed values +v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 157:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 508 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for purchaseMoment to set.
      Returns:
      This builder for chaining.
    • addPurchaseMomentValue

      public PurchaseWindow_VersionStructure.Builder addPurchaseMomentValue(int value)
       Permitted  moments of purchase. See allowed values +v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 157:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 508 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for purchaseMoment to add.
      Returns:
      This builder for chaining.
    • addAllPurchaseMomentValue

      public PurchaseWindow_VersionStructure.Builder addAllPurchaseMomentValue(Iterable<Integer> values)
       Permitted  moments of purchase. See allowed values +v1.1  [netex_part_3/part3_fares/netex_usageParameterBooking_version.xsd at 157:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 508 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for purchaseMoment to add.
      Returns:
      This builder for chaining.