Class UsageValidityPeriod_VersionStructure.Builder

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

public static final class UsageValidityPeriod_VersionStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<UsageValidityPeriod_VersionStructure.Builder> implements UsageValidityPeriod_VersionStructureOrBuilder
 Type for USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 400:63]
 
Protobuf type uk.org.netex.www.netex.UsageValidityPeriod_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<UsageValidityPeriod_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<UsageValidityPeriod_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<UsageValidityPeriod_VersionStructure.Builder>
    • getDefaultInstanceForType

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

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

      public UsageValidityPeriod_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<UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The created.
    • setCreated

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

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

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

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

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

      public UsageValidityPeriod_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 = 462;
      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 = 463;
      Specified by:
      getDerivedFromObjectRef in interface UsageValidityPeriod_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 = 463;
      Specified by:
      getDerivedFromObjectRefBytes in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public UsageValidityPeriod_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 = 463;
      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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_VersionStructureOrBuilder
    • setValidBetween

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

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

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

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

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

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

       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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The typeOfUsageParameterRef.
    • setTypeOfUsageParameterRef

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

       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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_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 UsageValidityPeriod_VersionStructureOrBuilder
    • getValidityPeriodTypeValue

      public int getValidityPeriodTypeValue()
       Nature of USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 417:93]
       
      .uk.org.netex.www.netex.UsageValidityTypeEnumeration validity_period_type = 501;
      Specified by:
      getValidityPeriodTypeValue in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for validityPeriodType.
    • setValidityPeriodTypeValue

      public UsageValidityPeriod_VersionStructure.Builder setValidityPeriodTypeValue(int value)
       Nature of USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 417:93]
       
      .uk.org.netex.www.netex.UsageValidityTypeEnumeration validity_period_type = 501;
      Parameters:
      value - The enum numeric value on the wire for validityPeriodType to set.
      Returns:
      This builder for chaining.
    • getValidityPeriodType

      public UsageValidityTypeEnumeration getValidityPeriodType()
       Nature of USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 417:93]
       
      .uk.org.netex.www.netex.UsageValidityTypeEnumeration validity_period_type = 501;
      Specified by:
      getValidityPeriodType in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The validityPeriodType.
    • setValidityPeriodType

       Nature of USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 417:93]
       
      .uk.org.netex.www.netex.UsageValidityTypeEnumeration validity_period_type = 501;
      Parameters:
      value - The validityPeriodType to set.
      Returns:
      This builder for chaining.
    • clearValidityPeriodType

      public UsageValidityPeriod_VersionStructure.Builder clearValidityPeriodType()
       Nature of USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 417:93]
       
      .uk.org.netex.www.netex.UsageValidityTypeEnumeration validity_period_type = 501;
      Returns:
      This builder for chaining.
    • getUsageTriggerValue

      public int getUsageTriggerValue()
       Event triggering usage period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 422:82]
       
      .uk.org.netex.www.netex.UsageTriggerEnumeration usage_trigger = 502;
      Specified by:
      getUsageTriggerValue in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for usageTrigger.
    • setUsageTriggerValue

      public UsageValidityPeriod_VersionStructure.Builder setUsageTriggerValue(int value)
       Event triggering usage period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 422:82]
       
      .uk.org.netex.www.netex.UsageTriggerEnumeration usage_trigger = 502;
      Parameters:
      value - The enum numeric value on the wire for usageTrigger to set.
      Returns:
      This builder for chaining.
    • getUsageTrigger

      public UsageTriggerEnumeration getUsageTrigger()
       Event triggering usage period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 422:82]
       
      .uk.org.netex.www.netex.UsageTriggerEnumeration usage_trigger = 502;
      Specified by:
      getUsageTrigger in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The usageTrigger.
    • setUsageTrigger

       Event triggering usage period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 422:82]
       
      .uk.org.netex.www.netex.UsageTriggerEnumeration usage_trigger = 502;
      Parameters:
      value - The usageTrigger to set.
      Returns:
      This builder for chaining.
    • clearUsageTrigger

       Event triggering usage period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 422:82]
       
      .uk.org.netex.www.netex.UsageTriggerEnumeration usage_trigger = 502;
      Returns:
      This builder for chaining.
    • getUsageEndValue

      public int getUsageEndValue()
       Event triggering end of usage period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 427:74]
       
      .uk.org.netex.www.netex.UsageEndEnumeration usage_end = 503;
      Specified by:
      getUsageEndValue in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for usageEnd.
    • setUsageEndValue

      public UsageValidityPeriod_VersionStructure.Builder setUsageEndValue(int value)
       Event triggering end of usage period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 427:74]
       
      .uk.org.netex.www.netex.UsageEndEnumeration usage_end = 503;
      Parameters:
      value - The enum numeric value on the wire for usageEnd to set.
      Returns:
      This builder for chaining.
    • getUsageEnd

      public UsageEndEnumeration getUsageEnd()
       Event triggering end of usage period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 427:74]
       
      .uk.org.netex.www.netex.UsageEndEnumeration usage_end = 503;
      Specified by:
      getUsageEnd in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The usageEnd.
    • setUsageEnd

       Event triggering end of usage period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 427:74]
       
      .uk.org.netex.www.netex.UsageEndEnumeration usage_end = 503;
      Parameters:
      value - The usageEnd to set.
      Returns:
      This builder for chaining.
    • clearUsageEnd

       Event triggering end of usage period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 427:74]
       
      .uk.org.netex.www.netex.UsageEndEnumeration usage_end = 503;
      Returns:
      This builder for chaining.
    • hasStandardDuration

      public boolean hasStandardDuration()
       Duration of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 433:62]
       
      .google.protobuf.Duration standard_duration = 504;
      Specified by:
      hasStandardDuration in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      Whether the standardDuration field is set.
    • getStandardDuration

      public com.google.protobuf.Duration getStandardDuration()
       Duration of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 433:62]
       
      .google.protobuf.Duration standard_duration = 504;
      Specified by:
      getStandardDuration in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The standardDuration.
    • setStandardDuration

      public UsageValidityPeriod_VersionStructure.Builder setStandardDuration(com.google.protobuf.Duration value)
       Duration of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 433:62]
       
      .google.protobuf.Duration standard_duration = 504;
    • setStandardDuration

      public UsageValidityPeriod_VersionStructure.Builder setStandardDuration(com.google.protobuf.Duration.Builder builderForValue)
       Duration of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 433:62]
       
      .google.protobuf.Duration standard_duration = 504;
    • mergeStandardDuration

      public UsageValidityPeriod_VersionStructure.Builder mergeStandardDuration(com.google.protobuf.Duration value)
       Duration of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 433:62]
       
      .google.protobuf.Duration standard_duration = 504;
    • clearStandardDuration

      public UsageValidityPeriod_VersionStructure.Builder clearStandardDuration()
       Duration of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 433:62]
       
      .google.protobuf.Duration standard_duration = 504;
    • getStandardDurationBuilder

      public com.google.protobuf.Duration.Builder getStandardDurationBuilder()
       Duration of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 433:62]
       
      .google.protobuf.Duration standard_duration = 504;
    • getStandardDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getStandardDurationOrBuilder()
       Duration of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 433:62]
       
      .google.protobuf.Duration standard_duration = 504;
      Specified by:
      getStandardDurationOrBuilder in interface UsageValidityPeriod_VersionStructureOrBuilder
    • hasSteppedDuration

      public boolean hasSteppedDuration()
       Duration of VALIDITY PERIOD expressed by steps traveled  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 438:73]
       
      .uk.org.netex.www.netex.SteppedDurationStructure stepped_duration = 425;
      Specified by:
      hasSteppedDuration in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      Whether the steppedDuration field is set.
    • getSteppedDuration

      public SteppedDurationStructure getSteppedDuration()
       Duration of VALIDITY PERIOD expressed by steps traveled  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 438:73]
       
      .uk.org.netex.www.netex.SteppedDurationStructure stepped_duration = 425;
      Specified by:
      getSteppedDuration in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The steppedDuration.
    • setSteppedDuration

       Duration of VALIDITY PERIOD expressed by steps traveled  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 438:73]
       
      .uk.org.netex.www.netex.SteppedDurationStructure stepped_duration = 425;
    • setSteppedDuration

       Duration of VALIDITY PERIOD expressed by steps traveled  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 438:73]
       
      .uk.org.netex.www.netex.SteppedDurationStructure stepped_duration = 425;
    • mergeSteppedDuration

       Duration of VALIDITY PERIOD expressed by steps traveled  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 438:73]
       
      .uk.org.netex.www.netex.SteppedDurationStructure stepped_duration = 425;
    • clearSteppedDuration

      public UsageValidityPeriod_VersionStructure.Builder clearSteppedDuration()
       Duration of VALIDITY PERIOD expressed by steps traveled  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 438:73]
       
      .uk.org.netex.www.netex.SteppedDurationStructure stepped_duration = 425;
    • getSteppedDurationBuilder

      public SteppedDurationStructure.Builder getSteppedDurationBuilder()
       Duration of VALIDITY PERIOD expressed by steps traveled  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 438:73]
       
      .uk.org.netex.www.netex.SteppedDurationStructure stepped_duration = 425;
    • getSteppedDurationOrBuilder

      public SteppedDurationStructureOrBuilder getSteppedDurationOrBuilder()
       Duration of VALIDITY PERIOD expressed by steps traveled  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 438:73]
       
      .uk.org.netex.www.netex.SteppedDurationStructure stepped_duration = 425;
      Specified by:
      getSteppedDurationOrBuilder in interface UsageValidityPeriod_VersionStructureOrBuilder
    • getActivationMeansList

      public List<ActivationMeansEnumeration> getActivationMeansList()
       Means of activating start of period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 444:95]
       
      repeated .uk.org.netex.www.netex.ActivationMeansEnumeration activation_means = 505 [packed = true];
      Specified by:
      getActivationMeansList in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      A list containing the activationMeans.
    • getActivationMeansCount

      public int getActivationMeansCount()
       Means of activating start of period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 444:95]
       
      repeated .uk.org.netex.www.netex.ActivationMeansEnumeration activation_means = 505 [packed = true];
      Specified by:
      getActivationMeansCount in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The count of activationMeans.
    • getActivationMeans

      public ActivationMeansEnumeration getActivationMeans(int index)
       Means of activating start of period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 444:95]
       
      repeated .uk.org.netex.www.netex.ActivationMeansEnumeration activation_means = 505 [packed = true];
      Specified by:
      getActivationMeans in interface UsageValidityPeriod_VersionStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The activationMeans at the given index.
    • setActivationMeans

      public UsageValidityPeriod_VersionStructure.Builder setActivationMeans(int index, ActivationMeansEnumeration value)
       Means of activating start of period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 444:95]
       
      repeated .uk.org.netex.www.netex.ActivationMeansEnumeration activation_means = 505 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The activationMeans to set.
      Returns:
      This builder for chaining.
    • addActivationMeans

       Means of activating start of period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 444:95]
       
      repeated .uk.org.netex.www.netex.ActivationMeansEnumeration activation_means = 505 [packed = true];
      Parameters:
      value - The activationMeans to add.
      Returns:
      This builder for chaining.
    • addAllActivationMeans

      public UsageValidityPeriod_VersionStructure.Builder addAllActivationMeans(Iterable<? extends ActivationMeansEnumeration> values)
       Means of activating start of period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 444:95]
       
      repeated .uk.org.netex.www.netex.ActivationMeansEnumeration activation_means = 505 [packed = true];
      Parameters:
      values - The activationMeans to add.
      Returns:
      This builder for chaining.
    • clearActivationMeans

      public UsageValidityPeriod_VersionStructure.Builder clearActivationMeans()
       Means of activating start of period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 444:95]
       
      repeated .uk.org.netex.www.netex.ActivationMeansEnumeration activation_means = 505 [packed = true];
      Returns:
      This builder for chaining.
    • getActivationMeansValueList

      public List<Integer> getActivationMeansValueList()
       Means of activating start of period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 444:95]
       
      repeated .uk.org.netex.www.netex.ActivationMeansEnumeration activation_means = 505 [packed = true];
      Specified by:
      getActivationMeansValueList in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for activationMeans.
    • getActivationMeansValue

      public int getActivationMeansValue(int index)
       Means of activating start of period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 444:95]
       
      repeated .uk.org.netex.www.netex.ActivationMeansEnumeration activation_means = 505 [packed = true];
      Specified by:
      getActivationMeansValue in interface UsageValidityPeriod_VersionStructureOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of activationMeans at the given index.
    • setActivationMeansValue

      public UsageValidityPeriod_VersionStructure.Builder setActivationMeansValue(int index, int value)
       Means of activating start of period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 444:95]
       
      repeated .uk.org.netex.www.netex.ActivationMeansEnumeration activation_means = 505 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for activationMeans to set.
      Returns:
      This builder for chaining.
    • addActivationMeansValue

      public UsageValidityPeriod_VersionStructure.Builder addActivationMeansValue(int value)
       Means of activating start of period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 444:95]
       
      repeated .uk.org.netex.www.netex.ActivationMeansEnumeration activation_means = 505 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for activationMeans to add.
      Returns:
      This builder for chaining.
    • addAllActivationMeansValue

      public UsageValidityPeriod_VersionStructure.Builder addAllActivationMeansValue(Iterable<Integer> values)
       Means of activating start of period.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 444:95]
       
      repeated .uk.org.netex.www.netex.ActivationMeansEnumeration activation_means = 505 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for activationMeans to add.
      Returns:
      This builder for chaining.
    • getActivationRequirementsList

      public List<ActivationRequirementsEnumeration> getActivationRequirementsList()
       Requirements to provide a given reference as part of the CustomerPurchasePackageElementAccess valditiy parameters. I.e. a reference to a specific ServiceJourney or reference to a specific TariffZone  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 449:109]
       
      repeated .uk.org.netex.www.netex.ActivationRequirementsEnumeration activation_requirements = 532 [packed = true];
      Specified by:
      getActivationRequirementsList in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      A list containing the activationRequirements.
    • getActivationRequirementsCount

      public int getActivationRequirementsCount()
       Requirements to provide a given reference as part of the CustomerPurchasePackageElementAccess valditiy parameters. I.e. a reference to a specific ServiceJourney or reference to a specific TariffZone  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 449:109]
       
      repeated .uk.org.netex.www.netex.ActivationRequirementsEnumeration activation_requirements = 532 [packed = true];
      Specified by:
      getActivationRequirementsCount in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The count of activationRequirements.
    • getActivationRequirements

      public ActivationRequirementsEnumeration getActivationRequirements(int index)
       Requirements to provide a given reference as part of the CustomerPurchasePackageElementAccess valditiy parameters. I.e. a reference to a specific ServiceJourney or reference to a specific TariffZone  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 449:109]
       
      repeated .uk.org.netex.www.netex.ActivationRequirementsEnumeration activation_requirements = 532 [packed = true];
      Specified by:
      getActivationRequirements in interface UsageValidityPeriod_VersionStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The activationRequirements at the given index.
    • setActivationRequirements

      public UsageValidityPeriod_VersionStructure.Builder setActivationRequirements(int index, ActivationRequirementsEnumeration value)
       Requirements to provide a given reference as part of the CustomerPurchasePackageElementAccess valditiy parameters. I.e. a reference to a specific ServiceJourney or reference to a specific TariffZone  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 449:109]
       
      repeated .uk.org.netex.www.netex.ActivationRequirementsEnumeration activation_requirements = 532 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The activationRequirements to set.
      Returns:
      This builder for chaining.
    • addActivationRequirements

       Requirements to provide a given reference as part of the CustomerPurchasePackageElementAccess valditiy parameters. I.e. a reference to a specific ServiceJourney or reference to a specific TariffZone  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 449:109]
       
      repeated .uk.org.netex.www.netex.ActivationRequirementsEnumeration activation_requirements = 532 [packed = true];
      Parameters:
      value - The activationRequirements to add.
      Returns:
      This builder for chaining.
    • addAllActivationRequirements

      public UsageValidityPeriod_VersionStructure.Builder addAllActivationRequirements(Iterable<? extends ActivationRequirementsEnumeration> values)
       Requirements to provide a given reference as part of the CustomerPurchasePackageElementAccess valditiy parameters. I.e. a reference to a specific ServiceJourney or reference to a specific TariffZone  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 449:109]
       
      repeated .uk.org.netex.www.netex.ActivationRequirementsEnumeration activation_requirements = 532 [packed = true];
      Parameters:
      values - The activationRequirements to add.
      Returns:
      This builder for chaining.
    • clearActivationRequirements

      public UsageValidityPeriod_VersionStructure.Builder clearActivationRequirements()
       Requirements to provide a given reference as part of the CustomerPurchasePackageElementAccess valditiy parameters. I.e. a reference to a specific ServiceJourney or reference to a specific TariffZone  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 449:109]
       
      repeated .uk.org.netex.www.netex.ActivationRequirementsEnumeration activation_requirements = 532 [packed = true];
      Returns:
      This builder for chaining.
    • getActivationRequirementsValueList

      public List<Integer> getActivationRequirementsValueList()
       Requirements to provide a given reference as part of the CustomerPurchasePackageElementAccess valditiy parameters. I.e. a reference to a specific ServiceJourney or reference to a specific TariffZone  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 449:109]
       
      repeated .uk.org.netex.www.netex.ActivationRequirementsEnumeration activation_requirements = 532 [packed = true];
      Specified by:
      getActivationRequirementsValueList in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for activationRequirements.
    • getActivationRequirementsValue

      public int getActivationRequirementsValue(int index)
       Requirements to provide a given reference as part of the CustomerPurchasePackageElementAccess valditiy parameters. I.e. a reference to a specific ServiceJourney or reference to a specific TariffZone  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 449:109]
       
      repeated .uk.org.netex.www.netex.ActivationRequirementsEnumeration activation_requirements = 532 [packed = true];
      Specified by:
      getActivationRequirementsValue in interface UsageValidityPeriod_VersionStructureOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of activationRequirements at the given index.
    • setActivationRequirementsValue

      public UsageValidityPeriod_VersionStructure.Builder setActivationRequirementsValue(int index, int value)
       Requirements to provide a given reference as part of the CustomerPurchasePackageElementAccess valditiy parameters. I.e. a reference to a specific ServiceJourney or reference to a specific TariffZone  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 449:109]
       
      repeated .uk.org.netex.www.netex.ActivationRequirementsEnumeration activation_requirements = 532 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for activationRequirements to set.
      Returns:
      This builder for chaining.
    • addActivationRequirementsValue

      public UsageValidityPeriod_VersionStructure.Builder addActivationRequirementsValue(int value)
       Requirements to provide a given reference as part of the CustomerPurchasePackageElementAccess valditiy parameters. I.e. a reference to a specific ServiceJourney or reference to a specific TariffZone  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 449:109]
       
      repeated .uk.org.netex.www.netex.ActivationRequirementsEnumeration activation_requirements = 532 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for activationRequirements to add.
      Returns:
      This builder for chaining.
    • addAllActivationRequirementsValue

      public UsageValidityPeriod_VersionStructure.Builder addAllActivationRequirementsValue(Iterable<Integer> values)
       Requirements to provide a given reference as part of the CustomerPurchasePackageElementAccess valditiy parameters. I.e. a reference to a specific ServiceJourney or reference to a specific TariffZone  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 449:109]
       
      repeated .uk.org.netex.www.netex.ActivationRequirementsEnumeration activation_requirements = 532 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for activationRequirements to add.
      Returns:
      This builder for chaining.
    • hasStartDate

      public boolean hasStartDate()
       Start date of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 476:64]
       
      .google.type.Date start_date = 506;
      Specified by:
      hasStartDate in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      Whether the startDate field is set.
    • getStartDate

      public com.google.type.Date getStartDate()
       Start date of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 476:64]
       
      .google.type.Date start_date = 506;
      Specified by:
      getStartDate in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The startDate.
    • setStartDate

      public UsageValidityPeriod_VersionStructure.Builder setStartDate(com.google.type.Date value)
       Start date of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 476:64]
       
      .google.type.Date start_date = 506;
    • setStartDate

      public UsageValidityPeriod_VersionStructure.Builder setStartDate(com.google.type.Date.Builder builderForValue)
       Start date of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 476:64]
       
      .google.type.Date start_date = 506;
    • mergeStartDate

      public UsageValidityPeriod_VersionStructure.Builder mergeStartDate(com.google.type.Date value)
       Start date of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 476:64]
       
      .google.type.Date start_date = 506;
    • clearStartDate

       Start date of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 476:64]
       
      .google.type.Date start_date = 506;
    • getStartDateBuilder

      public com.google.type.Date.Builder getStartDateBuilder()
       Start date of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 476:64]
       
      .google.type.Date start_date = 506;
    • getStartDateOrBuilder

      public com.google.type.DateOrBuilder getStartDateOrBuilder()
       Start date of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 476:64]
       
      .google.type.Date start_date = 506;
      Specified by:
      getStartDateOrBuilder in interface UsageValidityPeriod_VersionStructureOrBuilder
    • hasStartTime

      public boolean hasStartTime()
       Start time of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 481:64]
       
      .google.type.TimeOfDay start_time = 507;
      Specified by:
      hasStartTime in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      Whether the startTime field is set.
    • getStartTime

      public com.google.type.TimeOfDay getStartTime()
       Start time of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 481:64]
       
      .google.type.TimeOfDay start_time = 507;
      Specified by:
      getStartTime in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The startTime.
    • setStartTime

      public UsageValidityPeriod_VersionStructure.Builder setStartTime(com.google.type.TimeOfDay value)
       Start time of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 481:64]
       
      .google.type.TimeOfDay start_time = 507;
    • setStartTime

      public UsageValidityPeriod_VersionStructure.Builder setStartTime(com.google.type.TimeOfDay.Builder builderForValue)
       Start time of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 481:64]
       
      .google.type.TimeOfDay start_time = 507;
    • mergeStartTime

      public UsageValidityPeriod_VersionStructure.Builder mergeStartTime(com.google.type.TimeOfDay value)
       Start time of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 481:64]
       
      .google.type.TimeOfDay start_time = 507;
    • clearStartTime

       Start time of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 481:64]
       
      .google.type.TimeOfDay start_time = 507;
    • getStartTimeBuilder

      public com.google.type.TimeOfDay.Builder getStartTimeBuilder()
       Start time of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 481:64]
       
      .google.type.TimeOfDay start_time = 507;
    • getStartTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getStartTimeOrBuilder()
       Start time of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 481:64]
       
      .google.type.TimeOfDay start_time = 507;
      Specified by:
      getStartTimeOrBuilder in interface UsageValidityPeriod_VersionStructureOrBuilder
    • hasEndDate

      public boolean hasEndDate()
       End Date of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 486:62]
       
      .google.type.Date end_date = 508;
      Specified by:
      hasEndDate in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      Whether the endDate field is set.
    • getEndDate

      public com.google.type.Date getEndDate()
       End Date of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 486:62]
       
      .google.type.Date end_date = 508;
      Specified by:
      getEndDate in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The endDate.
    • setEndDate

      public UsageValidityPeriod_VersionStructure.Builder setEndDate(com.google.type.Date value)
       End Date of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 486:62]
       
      .google.type.Date end_date = 508;
    • setEndDate

      public UsageValidityPeriod_VersionStructure.Builder setEndDate(com.google.type.Date.Builder builderForValue)
       End Date of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 486:62]
       
      .google.type.Date end_date = 508;
    • mergeEndDate

      public UsageValidityPeriod_VersionStructure.Builder mergeEndDate(com.google.type.Date value)
       End Date of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 486:62]
       
      .google.type.Date end_date = 508;
    • clearEndDate

       End Date of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 486:62]
       
      .google.type.Date end_date = 508;
    • getEndDateBuilder

      public com.google.type.Date.Builder getEndDateBuilder()
       End Date of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 486:62]
       
      .google.type.Date end_date = 508;
    • getEndDateOrBuilder

      public com.google.type.DateOrBuilder getEndDateOrBuilder()
       End Date of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 486:62]
       
      .google.type.Date end_date = 508;
      Specified by:
      getEndDateOrBuilder in interface UsageValidityPeriod_VersionStructureOrBuilder
    • hasEndTime

      public boolean hasEndTime()
       End time of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 491:62]
       
      .google.type.TimeOfDay end_time = 509;
      Specified by:
      hasEndTime in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      Whether the endTime field is set.
    • getEndTime

      public com.google.type.TimeOfDay getEndTime()
       End time of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 491:62]
       
      .google.type.TimeOfDay end_time = 509;
      Specified by:
      getEndTime in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The endTime.
    • setEndTime

      public UsageValidityPeriod_VersionStructure.Builder setEndTime(com.google.type.TimeOfDay value)
       End time of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 491:62]
       
      .google.type.TimeOfDay end_time = 509;
    • setEndTime

      public UsageValidityPeriod_VersionStructure.Builder setEndTime(com.google.type.TimeOfDay.Builder builderForValue)
       End time of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 491:62]
       
      .google.type.TimeOfDay end_time = 509;
    • mergeEndTime

      public UsageValidityPeriod_VersionStructure.Builder mergeEndTime(com.google.type.TimeOfDay value)
       End time of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 491:62]
       
      .google.type.TimeOfDay end_time = 509;
    • clearEndTime

       End time of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 491:62]
       
      .google.type.TimeOfDay end_time = 509;
    • getEndTimeBuilder

      public com.google.type.TimeOfDay.Builder getEndTimeBuilder()
       End time of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 491:62]
       
      .google.type.TimeOfDay end_time = 509;
    • getEndTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getEndTimeOrBuilder()
       End time of  USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 491:62]
       
      .google.type.TimeOfDay end_time = 509;
      Specified by:
      getEndTimeOrBuilder in interface UsageValidityPeriod_VersionStructureOrBuilder
    • getUsageStartConstraintTypeValue

      public int getUsageStartConstraintTypeValue()
       Whether start type of trip or pass  is  variable or fixed. +v1.1  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 503:125]
       
      .uk.org.netex.www.netex.UsageStartConstraintTypeEnumeration usage_start_constraint_type = 521;
      Specified by:
      getUsageStartConstraintTypeValue in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for usageStartConstraintType.
    • setUsageStartConstraintTypeValue

      public UsageValidityPeriod_VersionStructure.Builder setUsageStartConstraintTypeValue(int value)
       Whether start type of trip or pass  is  variable or fixed. +v1.1  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 503:125]
       
      .uk.org.netex.www.netex.UsageStartConstraintTypeEnumeration usage_start_constraint_type = 521;
      Parameters:
      value - The enum numeric value on the wire for usageStartConstraintType to set.
      Returns:
      This builder for chaining.
    • getUsageStartConstraintType

      public UsageStartConstraintTypeEnumeration getUsageStartConstraintType()
       Whether start type of trip or pass  is  variable or fixed. +v1.1  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 503:125]
       
      .uk.org.netex.www.netex.UsageStartConstraintTypeEnumeration usage_start_constraint_type = 521;
      Specified by:
      getUsageStartConstraintType in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The usageStartConstraintType.
    • setUsageStartConstraintType

       Whether start type of trip or pass  is  variable or fixed. +v1.1  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 503:125]
       
      .uk.org.netex.www.netex.UsageStartConstraintTypeEnumeration usage_start_constraint_type = 521;
      Parameters:
      value - The usageStartConstraintType to set.
      Returns:
      This builder for chaining.
    • clearUsageStartConstraintType

      public UsageValidityPeriod_VersionStructure.Builder clearUsageStartConstraintType()
       Whether start type of trip or pass  is  variable or fixed. +v1.1  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 503:125]
       
      .uk.org.netex.www.netex.UsageStartConstraintTypeEnumeration usage_start_constraint_type = 521;
      Returns:
      This builder for chaining.
    • hasStartOnlyOn

      public boolean hasStartOnlyOn()
       If UsageStartConstraintType is "fixed", then allowed days to start on can be indicated by a DAY TYPE, for example Monday, 1st of Month, Start of Quarter, etc. (Applies mainly  to Passes.)  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 508:50]
       
      .uk.org.netex.www.netex.StartOnlyOnType start_only_on = 522;
      Specified by:
      hasStartOnlyOn in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      Whether the startOnlyOn field is set.
    • getStartOnlyOn

      public StartOnlyOnType getStartOnlyOn()
       If UsageStartConstraintType is "fixed", then allowed days to start on can be indicated by a DAY TYPE, for example Monday, 1st of Month, Start of Quarter, etc. (Applies mainly  to Passes.)  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 508:50]
       
      .uk.org.netex.www.netex.StartOnlyOnType start_only_on = 522;
      Specified by:
      getStartOnlyOn in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The startOnlyOn.
    • setStartOnlyOn

       If UsageStartConstraintType is "fixed", then allowed days to start on can be indicated by a DAY TYPE, for example Monday, 1st of Month, Start of Quarter, etc. (Applies mainly  to Passes.)  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 508:50]
       
      .uk.org.netex.www.netex.StartOnlyOnType start_only_on = 522;
    • setStartOnlyOn

       If UsageStartConstraintType is "fixed", then allowed days to start on can be indicated by a DAY TYPE, for example Monday, 1st of Month, Start of Quarter, etc. (Applies mainly  to Passes.)  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 508:50]
       
      .uk.org.netex.www.netex.StartOnlyOnType start_only_on = 522;
    • mergeStartOnlyOn

       If UsageStartConstraintType is "fixed", then allowed days to start on can be indicated by a DAY TYPE, for example Monday, 1st of Month, Start of Quarter, etc. (Applies mainly  to Passes.)  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 508:50]
       
      .uk.org.netex.www.netex.StartOnlyOnType start_only_on = 522;
    • clearStartOnlyOn

       If UsageStartConstraintType is "fixed", then allowed days to start on can be indicated by a DAY TYPE, for example Monday, 1st of Month, Start of Quarter, etc. (Applies mainly  to Passes.)  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 508:50]
       
      .uk.org.netex.www.netex.StartOnlyOnType start_only_on = 522;
    • getStartOnlyOnBuilder

      public StartOnlyOnType.Builder getStartOnlyOnBuilder()
       If UsageStartConstraintType is "fixed", then allowed days to start on can be indicated by a DAY TYPE, for example Monday, 1st of Month, Start of Quarter, etc. (Applies mainly  to Passes.)  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 508:50]
       
      .uk.org.netex.www.netex.StartOnlyOnType start_only_on = 522;
    • getStartOnlyOnOrBuilder

      public StartOnlyOnTypeOrBuilder getStartOnlyOnOrBuilder()
       If UsageStartConstraintType is "fixed", then allowed days to start on can be indicated by a DAY TYPE, for example Monday, 1st of Month, Start of Quarter, etc. (Applies mainly  to Passes.)  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 508:50]
       
      .uk.org.netex.www.netex.StartOnlyOnType start_only_on = 522;
      Specified by:
      getStartOnlyOnOrBuilder in interface UsageValidityPeriod_VersionStructureOrBuilder
    • hasFixedStartWindow

      public boolean hasFixedStartWindow()
       If UsageStartConstraintType is "fixedWindow" , then can specify a window relative to booked train for alternative services that may be used. +v1.1  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 518:88]
       
      .uk.org.netex.www.netex.FixedStartWindowStructure fixed_start_window = 523;
      Specified by:
      hasFixedStartWindow in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      Whether the fixedStartWindow field is set.
    • getFixedStartWindow

      public FixedStartWindowStructure getFixedStartWindow()
       If UsageStartConstraintType is "fixedWindow" , then can specify a window relative to booked train for alternative services that may be used. +v1.1  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 518:88]
       
      .uk.org.netex.www.netex.FixedStartWindowStructure fixed_start_window = 523;
      Specified by:
      getFixedStartWindow in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The fixedStartWindow.
    • setFixedStartWindow

       If UsageStartConstraintType is "fixedWindow" , then can specify a window relative to booked train for alternative services that may be used. +v1.1  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 518:88]
       
      .uk.org.netex.www.netex.FixedStartWindowStructure fixed_start_window = 523;
    • setFixedStartWindow

       If UsageStartConstraintType is "fixedWindow" , then can specify a window relative to booked train for alternative services that may be used. +v1.1  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 518:88]
       
      .uk.org.netex.www.netex.FixedStartWindowStructure fixed_start_window = 523;
    • mergeFixedStartWindow

       If UsageStartConstraintType is "fixedWindow" , then can specify a window relative to booked train for alternative services that may be used. +v1.1  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 518:88]
       
      .uk.org.netex.www.netex.FixedStartWindowStructure fixed_start_window = 523;
    • clearFixedStartWindow

      public UsageValidityPeriod_VersionStructure.Builder clearFixedStartWindow()
       If UsageStartConstraintType is "fixedWindow" , then can specify a window relative to booked train for alternative services that may be used. +v1.1  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 518:88]
       
      .uk.org.netex.www.netex.FixedStartWindowStructure fixed_start_window = 523;
    • getFixedStartWindowBuilder

      public FixedStartWindowStructure.Builder getFixedStartWindowBuilder()
       If UsageStartConstraintType is "fixedWindow" , then can specify a window relative to booked train for alternative services that may be used. +v1.1  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 518:88]
       
      .uk.org.netex.www.netex.FixedStartWindowStructure fixed_start_window = 523;
    • getFixedStartWindowOrBuilder

      public FixedStartWindowStructureOrBuilder getFixedStartWindowOrBuilder()
       If UsageStartConstraintType is "fixedWindow" , then can specify a window relative to booked train for alternative services that may be used. +v1.1  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 518:88]
       
      .uk.org.netex.www.netex.FixedStartWindowStructure fixed_start_window = 523;
      Specified by:
      getFixedStartWindowOrBuilder in interface UsageValidityPeriod_VersionStructureOrBuilder
    • getBlackoutUseValue

      public int getBlackoutUseValue()
       Interaction with blackout periods.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 464:82]
       
      .uk.org.netex.www.netex.BlackoutStartEnumeration blackout_use = 531;
      Specified by:
      getBlackoutUseValue in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for blackoutUse.
    • setBlackoutUseValue

      public UsageValidityPeriod_VersionStructure.Builder setBlackoutUseValue(int value)
       Interaction with blackout periods.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 464:82]
       
      .uk.org.netex.www.netex.BlackoutStartEnumeration blackout_use = 531;
      Parameters:
      value - The enum numeric value on the wire for blackoutUse to set.
      Returns:
      This builder for chaining.
    • getBlackoutUse

      public BlackoutStartEnumeration getBlackoutUse()
       Interaction with blackout periods.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 464:82]
       
      .uk.org.netex.www.netex.BlackoutStartEnumeration blackout_use = 531;
      Specified by:
      getBlackoutUse in interface UsageValidityPeriod_VersionStructureOrBuilder
      Returns:
      The blackoutUse.
    • setBlackoutUse

       Interaction with blackout periods.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 464:82]
       
      .uk.org.netex.www.netex.BlackoutStartEnumeration blackout_use = 531;
      Parameters:
      value - The blackoutUse to set.
      Returns:
      This builder for chaining.
    • clearBlackoutUse

       Interaction with blackout periods.  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 464:82]
       
      .uk.org.netex.www.netex.BlackoutStartEnumeration blackout_use = 531;
      Returns:
      This builder for chaining.