Class FareContractType.Builder

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

public static final class FareContractType.Builder extends com.google.protobuf.GeneratedMessage.Builder<FareContractType.Builder> implements FareContractTypeOrBuilder
 A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services). A FARE CONTRACT may be designed for a fixed SALES OFFER PACKAGE (e.g. ticket) or to allow successive purchases of SALES OFFER PACKAGEs.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 341:90]
 
Protobuf type uk.org.netex.www.netex.FareContractType
  • 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<FareContractType.Builder>
    • clear

      public FareContractType.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<FareContractType.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<FareContractType.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public FareContractType.Builder mergeFrom(FareContractType other)
    • isInitialized

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

      public FareContractType.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<FareContractType.Builder>
      Throws:
      IOException
    • 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 FareContractTypeOrBuilder
      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 FareContractTypeOrBuilder
      Returns:
      The created.
    • setCreated

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

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

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

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

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

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

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

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

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

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

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

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

      public FareContractType.Builder setStatus(StatusEnumeration 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 status to set.
      Returns:
      This builder for chaining.
    • clearStatus

      public FareContractType.Builder 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 = 203;
      Specified by:
      getDerivedFromVersionRef in interface FareContractTypeOrBuilder
      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 = 203;
      Specified by:
      getDerivedFromVersionRefBytes in interface FareContractTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

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

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

      public FareContractType.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 = 203;
      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 = 204;
      Specified by:
      getDerivedFromObjectRef in interface FareContractTypeOrBuilder
      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 = 204;
      Specified by:
      getDerivedFromObjectRefBytes in interface FareContractTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public FareContractType.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 = 204;
      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 FareContractTypeOrBuilder
      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 FareContractTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

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

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

      public FareContractType.Builder mergeValidityConditions(ValidityConditions_RelStructure value)
       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 FareContractType.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 FareContractTypeOrBuilder
    • 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 FareContractTypeOrBuilder
    • 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 FareContractTypeOrBuilder
    • 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 FareContractTypeOrBuilder
    • setValidBetween

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

      public FareContractType.Builder addValidBetween(ValidBetweenType value)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • addValidBetween

      public FareContractType.Builder addValidBetween(int index, ValidBetweenType value)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • addValidBetween

      public FareContractType.Builder addValidBetween(ValidBetweenType.Builder builderForValue)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • addValidBetween

      public FareContractType.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 FareContractType.Builder addAllValidBetween(Iterable<? extends ValidBetweenType> values)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • clearValidBetween

      public FareContractType.Builder clearValidBetween()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • removeValidBetween

      public FareContractType.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 FareContractTypeOrBuilder
    • 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 FareContractTypeOrBuilder
    • 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 FareContractTypeOrBuilder
      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 FareContractTypeOrBuilder
      Returns:
      The alternativeTexts.
    • setAlternativeTexts

      public FareContractType.Builder setAlternativeTexts(AlternativeTexts_RelStructure value)
       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

      public FareContractType.Builder setAlternativeTexts(AlternativeTexts_RelStructure.Builder builderForValue)
       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

      public FareContractType.Builder mergeAlternativeTexts(AlternativeTexts_RelStructure value)
       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 FareContractType.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 FareContractTypeOrBuilder
    • 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 FareContractTypeOrBuilder
      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 FareContractTypeOrBuilder
      Returns:
      The keyList.
    • setKeyList

      public FareContractType.Builder setKeyList(KeyListStructure value)
       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

      public FareContractType.Builder setKeyList(KeyListStructure.Builder builderForValue)
       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

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

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

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

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

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

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

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

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

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

      public ExtensionsStructureOrBuilder getExtensionsOrBuilder()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Specified by:
      getExtensionsOrBuilder in interface FareContractTypeOrBuilder
    • 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 FareContractTypeOrBuilder
      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 FareContractTypeOrBuilder
      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

      public FareContractType.Builder setBrandingRef(VersionOfObjectRefStructure.Builder builderForValue)
       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

      public FareContractType.Builder mergeBrandingRef(VersionOfObjectRefStructure value)
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • clearBrandingRef

      public FareContractType.Builder clearBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • getBrandingRefBuilder

      public VersionOfObjectRefStructure.Builder getBrandingRefBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • getBrandingRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      getBrandingRefOrBuilder in interface FareContractTypeOrBuilder
    • hasName

      public boolean hasName()
       Name of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 388:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface FareContractTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 388:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface FareContractTypeOrBuilder
      Returns:
      The name.
    • setName

       Name of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 388:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • setName

      public FareContractType.Builder setName(MultilingualString.Builder builderForValue)
       Name of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 388:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • mergeName

      public FareContractType.Builder mergeName(MultilingualString value)
       Name of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 388:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • clearName

      public FareContractType.Builder clearName()
       Name of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 388:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 388:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 388:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface FareContractTypeOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 393:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      hasDescription in interface FareContractTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 393:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescription in interface FareContractTypeOrBuilder
      Returns:
      The description.
    • setDescription

      public FareContractType.Builder setDescription(MultilingualString value)
       Description of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 393:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • setDescription

      public FareContractType.Builder setDescription(MultilingualString.Builder builderForValue)
       Description of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 393:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • mergeDescription

      public FareContractType.Builder mergeDescription(MultilingualString value)
       Description of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 393:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • clearDescription

      public FareContractType.Builder clearDescription()
       Description of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 393:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Description of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 393:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 393:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescriptionOrBuilder in interface FareContractTypeOrBuilder
    • hasStartDate

      public boolean hasStartDate()
       Start Date of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 398:68]
       
      .google.protobuf.Timestamp start_date = 163;
      Specified by:
      hasStartDate in interface FareContractTypeOrBuilder
      Returns:
      Whether the startDate field is set.
    • getStartDate

      public com.google.protobuf.Timestamp getStartDate()
       Start Date of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 398:68]
       
      .google.protobuf.Timestamp start_date = 163;
      Specified by:
      getStartDate in interface FareContractTypeOrBuilder
      Returns:
      The startDate.
    • setStartDate

      public FareContractType.Builder setStartDate(com.google.protobuf.Timestamp value)
       Start Date of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 398:68]
       
      .google.protobuf.Timestamp start_date = 163;
    • setStartDate

      public FareContractType.Builder setStartDate(com.google.protobuf.Timestamp.Builder builderForValue)
       Start Date of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 398:68]
       
      .google.protobuf.Timestamp start_date = 163;
    • mergeStartDate

      public FareContractType.Builder mergeStartDate(com.google.protobuf.Timestamp value)
       Start Date of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 398:68]
       
      .google.protobuf.Timestamp start_date = 163;
    • clearStartDate

      public FareContractType.Builder clearStartDate()
       Start Date of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 398:68]
       
      .google.protobuf.Timestamp start_date = 163;
    • getStartDateBuilder

      public com.google.protobuf.Timestamp.Builder getStartDateBuilder()
       Start Date of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 398:68]
       
      .google.protobuf.Timestamp start_date = 163;
    • getStartDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStartDateOrBuilder()
       Start Date of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 398:68]
       
      .google.protobuf.Timestamp start_date = 163;
      Specified by:
      getStartDateOrBuilder in interface FareContractTypeOrBuilder
    • hasEndDate

      public boolean hasEndDate()
       End Date of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 403:66]
       
      .google.protobuf.Timestamp end_date = 164;
      Specified by:
      hasEndDate in interface FareContractTypeOrBuilder
      Returns:
      Whether the endDate field is set.
    • getEndDate

      public com.google.protobuf.Timestamp getEndDate()
       End Date of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 403:66]
       
      .google.protobuf.Timestamp end_date = 164;
      Specified by:
      getEndDate in interface FareContractTypeOrBuilder
      Returns:
      The endDate.
    • setEndDate

      public FareContractType.Builder setEndDate(com.google.protobuf.Timestamp value)
       End Date of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 403:66]
       
      .google.protobuf.Timestamp end_date = 164;
    • setEndDate

      public FareContractType.Builder setEndDate(com.google.protobuf.Timestamp.Builder builderForValue)
       End Date of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 403:66]
       
      .google.protobuf.Timestamp end_date = 164;
    • mergeEndDate

      public FareContractType.Builder mergeEndDate(com.google.protobuf.Timestamp value)
       End Date of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 403:66]
       
      .google.protobuf.Timestamp end_date = 164;
    • clearEndDate

      public FareContractType.Builder clearEndDate()
       End Date of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 403:66]
       
      .google.protobuf.Timestamp end_date = 164;
    • getEndDateBuilder

      public com.google.protobuf.Timestamp.Builder getEndDateBuilder()
       End Date of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 403:66]
       
      .google.protobuf.Timestamp end_date = 164;
    • getEndDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getEndDateOrBuilder()
       End Date of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 403:66]
       
      .google.protobuf.Timestamp end_date = 164;
      Specified by:
      getEndDateOrBuilder in interface FareContractTypeOrBuilder
    • getStatusV

      public String getStatusV()
       Status of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 408:73]
       
      string status_v = 165;
      Specified by:
      getStatusV in interface FareContractTypeOrBuilder
      Returns:
      The statusV.
    • getStatusVBytes

      public com.google.protobuf.ByteString getStatusVBytes()
       Status of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 408:73]
       
      string status_v = 165;
      Specified by:
      getStatusVBytes in interface FareContractTypeOrBuilder
      Returns:
      The bytes for statusV.
    • setStatusV

      public FareContractType.Builder setStatusV(String value)
       Status of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 408:73]
       
      string status_v = 165;
      Parameters:
      value - The statusV to set.
      Returns:
      This builder for chaining.
    • clearStatusV

      public FareContractType.Builder clearStatusV()
       Status of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 408:73]
       
      string status_v = 165;
      Returns:
      This builder for chaining.
    • setStatusVBytes

      public FareContractType.Builder setStatusVBytes(com.google.protobuf.ByteString value)
       Status of FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 408:73]
       
      string status_v = 165;
      Parameters:
      value - The bytes for statusV to set.
      Returns:
      This builder for chaining.
    • hasCustomerRef

      public boolean hasCustomerRef()
       Reference to a CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 95:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_ref = 166;
      Specified by:
      hasCustomerRef in interface FareContractTypeOrBuilder
      Returns:
      Whether the customerRef field is set.
    • getCustomerRef

      public VersionOfObjectRefStructure getCustomerRef()
       Reference to a CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 95:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_ref = 166;
      Specified by:
      getCustomerRef in interface FareContractTypeOrBuilder
      Returns:
      The customerRef.
    • setCustomerRef

       Reference to a CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 95:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_ref = 166;
    • setCustomerRef

      public FareContractType.Builder setCustomerRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 95:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_ref = 166;
    • mergeCustomerRef

      public FareContractType.Builder mergeCustomerRef(VersionOfObjectRefStructure value)
       Reference to a CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 95:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_ref = 166;
    • clearCustomerRef

      public FareContractType.Builder clearCustomerRef()
       Reference to a CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 95:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_ref = 166;
    • getCustomerRefBuilder

      public VersionOfObjectRefStructure.Builder getCustomerRefBuilder()
       Reference to a CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 95:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_ref = 166;
    • getCustomerRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getCustomerRefOrBuilder()
       Reference to a CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 95:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_ref = 166;
      Specified by:
      getCustomerRefOrBuilder in interface FareContractTypeOrBuilder
    • hasCustomerAccountRef

      public boolean hasCustomerAccountRef()
       Reference to a CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 364:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_ref = 167;
      Specified by:
      hasCustomerAccountRef in interface FareContractTypeOrBuilder
      Returns:
      Whether the customerAccountRef field is set.
    • getCustomerAccountRef

      public VersionOfObjectRefStructure getCustomerAccountRef()
       Reference to a CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 364:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_ref = 167;
      Specified by:
      getCustomerAccountRef in interface FareContractTypeOrBuilder
      Returns:
      The customerAccountRef.
    • setCustomerAccountRef

      public FareContractType.Builder setCustomerAccountRef(VersionOfObjectRefStructure value)
       Reference to a CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 364:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_ref = 167;
    • setCustomerAccountRef

      public FareContractType.Builder setCustomerAccountRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 364:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_ref = 167;
    • mergeCustomerAccountRef

      public FareContractType.Builder mergeCustomerAccountRef(VersionOfObjectRefStructure value)
       Reference to a CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 364:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_ref = 167;
    • clearCustomerAccountRef

      public FareContractType.Builder clearCustomerAccountRef()
       Reference to a CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 364:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_ref = 167;
    • getCustomerAccountRefBuilder

      public VersionOfObjectRefStructure.Builder getCustomerAccountRefBuilder()
       Reference to a CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 364:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_ref = 167;
    • getCustomerAccountRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getCustomerAccountRefOrBuilder()
       Reference to a CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 364:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_ref = 167;
      Specified by:
      getCustomerAccountRefOrBuilder in interface FareContractTypeOrBuilder
    • hasTypeOfFareContractRef

      public boolean hasTypeOfFareContractRef()
       Reference to a TYPE OF FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 224:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_ref = 168;
      Specified by:
      hasTypeOfFareContractRef in interface FareContractTypeOrBuilder
      Returns:
      Whether the typeOfFareContractRef field is set.
    • getTypeOfFareContractRef

      public VersionOfObjectRefStructure getTypeOfFareContractRef()
       Reference to a TYPE OF FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 224:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_ref = 168;
      Specified by:
      getTypeOfFareContractRef in interface FareContractTypeOrBuilder
      Returns:
      The typeOfFareContractRef.
    • setTypeOfFareContractRef

      public FareContractType.Builder setTypeOfFareContractRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 224:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_ref = 168;
    • setTypeOfFareContractRef

      public FareContractType.Builder setTypeOfFareContractRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TYPE OF FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 224:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_ref = 168;
    • mergeTypeOfFareContractRef

      public FareContractType.Builder mergeTypeOfFareContractRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 224:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_ref = 168;
    • clearTypeOfFareContractRef

      public FareContractType.Builder clearTypeOfFareContractRef()
       Reference to a TYPE OF FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 224:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_ref = 168;
    • getTypeOfFareContractRefBuilder

      public VersionOfObjectRefStructure.Builder getTypeOfFareContractRefBuilder()
       Reference to a TYPE OF FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 224:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_ref = 168;
    • getTypeOfFareContractRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfFareContractRefOrBuilder()
       Reference to a TYPE OF FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 224:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_ref = 168;
      Specified by:
      getTypeOfFareContractRefOrBuilder in interface FareContractTypeOrBuilder
    • hasFareContractEntries

      public boolean hasFareContractEntries()
       Events in CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 416:98]
       
      .uk.org.netex.www.netex.FareContractEntries_RelStructure fare_contract_entries = 169;
      Specified by:
      hasFareContractEntries in interface FareContractTypeOrBuilder
      Returns:
      Whether the fareContractEntries field is set.
    • getFareContractEntries

      public FareContractEntries_RelStructure getFareContractEntries()
       Events in CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 416:98]
       
      .uk.org.netex.www.netex.FareContractEntries_RelStructure fare_contract_entries = 169;
      Specified by:
      getFareContractEntries in interface FareContractTypeOrBuilder
      Returns:
      The fareContractEntries.
    • setFareContractEntries

      public FareContractType.Builder setFareContractEntries(FareContractEntries_RelStructure value)
       Events in CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 416:98]
       
      .uk.org.netex.www.netex.FareContractEntries_RelStructure fare_contract_entries = 169;
    • setFareContractEntries

      public FareContractType.Builder setFareContractEntries(FareContractEntries_RelStructure.Builder builderForValue)
       Events in CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 416:98]
       
      .uk.org.netex.www.netex.FareContractEntries_RelStructure fare_contract_entries = 169;
    • mergeFareContractEntries

      public FareContractType.Builder mergeFareContractEntries(FareContractEntries_RelStructure value)
       Events in CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 416:98]
       
      .uk.org.netex.www.netex.FareContractEntries_RelStructure fare_contract_entries = 169;
    • clearFareContractEntries

      public FareContractType.Builder clearFareContractEntries()
       Events in CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 416:98]
       
      .uk.org.netex.www.netex.FareContractEntries_RelStructure fare_contract_entries = 169;
    • getFareContractEntriesBuilder

      public FareContractEntries_RelStructure.Builder getFareContractEntriesBuilder()
       Events in CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 416:98]
       
      .uk.org.netex.www.netex.FareContractEntries_RelStructure fare_contract_entries = 169;
    • getFareContractEntriesOrBuilder

      public FareContractEntries_RelStructureOrBuilder getFareContractEntriesOrBuilder()
       Events in CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 416:98]
       
      .uk.org.netex.www.netex.FareContractEntries_RelStructure fare_contract_entries = 169;
      Specified by:
      getFareContractEntriesOrBuilder in interface FareContractTypeOrBuilder
    • getId

      public String getId()
       Identifier of ENTITY.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 362:72]
       
      string id = 201;
      Specified by:
      getId in interface FareContractTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 362:72]
       
      string id = 201;
      Specified by:
      getIdBytes in interface FareContractTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public FareContractType.Builder setId(String value)
       Identifier of ENTITY.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 362:72]
       
      string id = 201;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public FareContractType.Builder clearId()
       Identifier of ENTITY.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 362:72]
       
      string id = 201;
      Returns:
      This builder for chaining.
    • setIdBytes

      public FareContractType.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of ENTITY.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 362:72]
       
      string id = 201;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.