Class SalesTransaction_VersionStructure.Builder

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

public static final class SalesTransaction_VersionStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<SalesTransaction_VersionStructure.Builder> implements SalesTransaction_VersionStructureOrBuilder
 Type for SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 154:60]
 
Protobuf type uk.org.netex.www.netex.SalesTransaction_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<SalesTransaction_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<SalesTransaction_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<SalesTransaction_VersionStructure.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

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

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

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

      public SalesTransaction_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 = 487;
      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 = 488;
      Specified by:
      getDerivedFromObjectRef in interface SalesTransaction_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 = 488;
      Specified by:
      getDerivedFromObjectRefBytes in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public SalesTransaction_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 = 488;
      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 SalesTransaction_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 SalesTransaction_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 SalesTransaction_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 SalesTransaction_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 SalesTransaction_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 SalesTransaction_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 SalesTransaction_VersionStructureOrBuilder
    • setValidBetween

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

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

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

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

      public SalesTransaction_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 SalesTransaction_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 SalesTransaction_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 SalesTransaction_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 SalesTransaction_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 SalesTransaction_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 SalesTransaction_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 SalesTransaction_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 SalesTransaction_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 SalesTransaction_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 SalesTransaction_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 SalesTransaction_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 SalesTransaction_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 SalesTransaction_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 SalesTransaction_VersionStructureOrBuilder
      Returns:
      The brandingRef.
    • setBrandingRef

       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • setBrandingRef

       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • mergeBrandingRef

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

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

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

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

      public boolean hasName()
       Name of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 145:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 145:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The name.
    • setName

       Name of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 145:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • setName

       Name of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 145:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • mergeName

       Name of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 145:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • clearName

       Name of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 145:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 145:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 145:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface SalesTransaction_VersionStructureOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      hasDescription in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescription in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The description.
    • setDescription

       Description of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • setDescription

       Description of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • mergeDescription

       Description of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • clearDescription

      public SalesTransaction_VersionStructure.Builder clearDescription()
       Description of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Description of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescriptionOrBuilder in interface SalesTransaction_VersionStructureOrBuilder
    • hasDate

      public boolean hasDate()
       Timestamp of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 155:63]
       
      .google.protobuf.Timestamp date = 163;
      Specified by:
      hasDate in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      Whether the date field is set.
    • getDate

      public com.google.protobuf.Timestamp getDate()
       Timestamp of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 155:63]
       
      .google.protobuf.Timestamp date = 163;
      Specified by:
      getDate in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The date.
    • setDate

      public SalesTransaction_VersionStructure.Builder setDate(com.google.protobuf.Timestamp value)
       Timestamp of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 155:63]
       
      .google.protobuf.Timestamp date = 163;
    • setDate

      public SalesTransaction_VersionStructure.Builder setDate(com.google.protobuf.Timestamp.Builder builderForValue)
       Timestamp of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 155:63]
       
      .google.protobuf.Timestamp date = 163;
    • mergeDate

      public SalesTransaction_VersionStructure.Builder mergeDate(com.google.protobuf.Timestamp value)
       Timestamp of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 155:63]
       
      .google.protobuf.Timestamp date = 163;
    • clearDate

       Timestamp of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 155:63]
       
      .google.protobuf.Timestamp date = 163;
    • getDateBuilder

      public com.google.protobuf.Timestamp.Builder getDateBuilder()
       Timestamp of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 155:63]
       
      .google.protobuf.Timestamp date = 163;
    • getDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getDateOrBuilder()
       Timestamp of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 155:63]
       
      .google.protobuf.Timestamp date = 163;
      Specified by:
      getDateOrBuilder in interface SalesTransaction_VersionStructureOrBuilder
    • getIsValid

      public boolean getIsValid()
       Whether FARE CONTRACT ENTRY is valid.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 491:65]
       
      bool is_valid = 281;
      Specified by:
      getIsValid in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The isValid.
    • setIsValid

      public SalesTransaction_VersionStructure.Builder setIsValid(boolean value)
       Whether FARE CONTRACT ENTRY is valid.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 491:65]
       
      bool is_valid = 281;
      Parameters:
      value - The isValid to set.
      Returns:
      This builder for chaining.
    • clearIsValid

       Whether FARE CONTRACT ENTRY is valid.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 491:65]
       
      bool is_valid = 281;
      Returns:
      This builder for chaining.
    • hasTypeOfFareContractEntryRef

      public boolean hasTypeOfFareContractEntryRef()
       Reference to a TYPE OF FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 326:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_entry_ref = 282;
      Specified by:
      hasTypeOfFareContractEntryRef in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      Whether the typeOfFareContractEntryRef field is set.
    • getTypeOfFareContractEntryRef

      public VersionOfObjectRefStructure getTypeOfFareContractEntryRef()
       Reference to a TYPE OF FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 326:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_entry_ref = 282;
      Specified by:
      getTypeOfFareContractEntryRef in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The typeOfFareContractEntryRef.
    • setTypeOfFareContractEntryRef

      public SalesTransaction_VersionStructure.Builder setTypeOfFareContractEntryRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 326:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_entry_ref = 282;
    • setTypeOfFareContractEntryRef

      public SalesTransaction_VersionStructure.Builder setTypeOfFareContractEntryRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TYPE OF FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 326:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_entry_ref = 282;
    • mergeTypeOfFareContractEntryRef

      public SalesTransaction_VersionStructure.Builder mergeTypeOfFareContractEntryRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 326:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_entry_ref = 282;
    • clearTypeOfFareContractEntryRef

      public SalesTransaction_VersionStructure.Builder clearTypeOfFareContractEntryRef()
       Reference to a TYPE OF FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 326:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_entry_ref = 282;
    • getTypeOfFareContractEntryRefBuilder

      public VersionOfObjectRefStructure.Builder getTypeOfFareContractEntryRefBuilder()
       Reference to a TYPE OF FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 326:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_entry_ref = 282;
    • getTypeOfFareContractEntryRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfFareContractEntryRefOrBuilder()
       Reference to a TYPE OF FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 326:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_entry_ref = 282;
      Specified by:
      getTypeOfFareContractEntryRefOrBuilder in interface SalesTransaction_VersionStructureOrBuilder
    • hasFareContractRef

      public boolean hasFareContractRef()
       Reference to a FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 186:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_ref = 283;
      Specified by:
      hasFareContractRef in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      Whether the fareContractRef field is set.
    • getFareContractRef

      public VersionOfObjectRefStructure getFareContractRef()
       Reference to a FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 186:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_ref = 283;
      Specified by:
      getFareContractRef in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The fareContractRef.
    • setFareContractRef

       Reference to a FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 186:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_ref = 283;
    • setFareContractRef

       Reference to a FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 186:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_ref = 283;
    • mergeFareContractRef

       Reference to a FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 186:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_ref = 283;
    • clearFareContractRef

      public SalesTransaction_VersionStructure.Builder clearFareContractRef()
       Reference to a FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 186:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_ref = 283;
    • getFareContractRefBuilder

      public VersionOfObjectRefStructure.Builder getFareContractRefBuilder()
       Reference to a FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 186:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_ref = 283;
    • getFareContractRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFareContractRefOrBuilder()
       Reference to a FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 186:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_ref = 283;
      Specified by:
      getFareContractRefOrBuilder in interface SalesTransaction_VersionStructureOrBuilder
    • getAmount

      public double getAmount()
       PRICE amount. in specified currency.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 288:71]
       
      double amount = 431;
      Specified by:
      getAmount in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The amount.
    • setAmount

      public SalesTransaction_VersionStructure.Builder setAmount(double value)
       PRICE amount. in specified currency.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 288:71]
       
      double amount = 431;
      Parameters:
      value - The amount to set.
      Returns:
      This builder for chaining.
    • clearAmount

       PRICE amount. in specified currency.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 288:71]
       
      double amount = 431;
      Returns:
      This builder for chaining.
    • getCurrency

      public String getCurrency()
       Currency of Price ISO 4217.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 293:67]
       
      string currency = 432;
      Specified by:
      getCurrency in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The currency.
    • getCurrencyBytes

      public com.google.protobuf.ByteString getCurrencyBytes()
       Currency of Price ISO 4217.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 293:67]
       
      string currency = 432;
      Specified by:
      getCurrencyBytes in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The bytes for currency.
    • setCurrency

       Currency of Price ISO 4217.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 293:67]
       
      string currency = 432;
      Parameters:
      value - The currency to set.
      Returns:
      This builder for chaining.
    • clearCurrency

       Currency of Price ISO 4217.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 293:67]
       
      string currency = 432;
      Returns:
      This builder for chaining.
    • setCurrencyBytes

      public SalesTransaction_VersionStructure.Builder setCurrencyBytes(com.google.protobuf.ByteString value)
       Currency of Price ISO 4217.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 293:67]
       
      string currency = 432;
      Parameters:
      value - The bytes for currency to set.
      Returns:
      This builder for chaining.
    • hasPriceUnitRef

      public boolean hasPriceUnitRef()
       Reference to a PRICE UNIT.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 105:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure price_unit_ref = 433;
      Specified by:
      hasPriceUnitRef in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      Whether the priceUnitRef field is set.
    • getPriceUnitRef

      public VersionOfObjectRefStructure getPriceUnitRef()
       Reference to a PRICE UNIT.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 105:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure price_unit_ref = 433;
      Specified by:
      getPriceUnitRef in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The priceUnitRef.
    • setPriceUnitRef

       Reference to a PRICE UNIT.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 105:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure price_unit_ref = 433;
    • setPriceUnitRef

       Reference to a PRICE UNIT.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 105:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure price_unit_ref = 433;
    • mergePriceUnitRef

       Reference to a PRICE UNIT.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 105:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure price_unit_ref = 433;
    • clearPriceUnitRef

      public SalesTransaction_VersionStructure.Builder clearPriceUnitRef()
       Reference to a PRICE UNIT.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 105:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure price_unit_ref = 433;
    • getPriceUnitRefBuilder

      public VersionOfObjectRefStructure.Builder getPriceUnitRefBuilder()
       Reference to a PRICE UNIT.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 105:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure price_unit_ref = 433;
    • getPriceUnitRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPriceUnitRefOrBuilder()
       Reference to a PRICE UNIT.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 105:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure price_unit_ref = 433;
      Specified by:
      getPriceUnitRefOrBuilder in interface SalesTransaction_VersionStructureOrBuilder
    • getUnits

      public double getUnits()
       Other units for PRICE (If not in a currency).  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 299:63]
       
      double units = 434;
      Specified by:
      getUnits in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The units.
    • setUnits

      public SalesTransaction_VersionStructure.Builder setUnits(double value)
       Other units for PRICE (If not in a currency).  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 299:63]
       
      double units = 434;
      Parameters:
      value - The units to set.
      Returns:
      This builder for chaining.
    • clearUnits

       Other units for PRICE (If not in a currency).  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 299:63]
       
      double units = 434;
      Returns:
      This builder for chaining.
    • hasRuleStepResults

      public boolean hasRuleStepResults()
       Interim amounts for any pricing rules  applied to derive price , for example VAT amount  charged.  +v1.1  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 276:95]
       
      .uk.org.netex.www.netex.PriceRuleStepResults_RelStructure rule_step_results = 441;
      Specified by:
      hasRuleStepResults in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      Whether the ruleStepResults field is set.
    • getRuleStepResults

      public PriceRuleStepResults_RelStructure getRuleStepResults()
       Interim amounts for any pricing rules  applied to derive price , for example VAT amount  charged.  +v1.1  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 276:95]
       
      .uk.org.netex.www.netex.PriceRuleStepResults_RelStructure rule_step_results = 441;
      Specified by:
      getRuleStepResults in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The ruleStepResults.
    • setRuleStepResults

       Interim amounts for any pricing rules  applied to derive price , for example VAT amount  charged.  +v1.1  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 276:95]
       
      .uk.org.netex.www.netex.PriceRuleStepResults_RelStructure rule_step_results = 441;
    • setRuleStepResults

       Interim amounts for any pricing rules  applied to derive price , for example VAT amount  charged.  +v1.1  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 276:95]
       
      .uk.org.netex.www.netex.PriceRuleStepResults_RelStructure rule_step_results = 441;
    • mergeRuleStepResults

       Interim amounts for any pricing rules  applied to derive price , for example VAT amount  charged.  +v1.1  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 276:95]
       
      .uk.org.netex.www.netex.PriceRuleStepResults_RelStructure rule_step_results = 441;
    • clearRuleStepResults

      public SalesTransaction_VersionStructure.Builder clearRuleStepResults()
       Interim amounts for any pricing rules  applied to derive price , for example VAT amount  charged.  +v1.1  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 276:95]
       
      .uk.org.netex.www.netex.PriceRuleStepResults_RelStructure rule_step_results = 441;
    • getRuleStepResultsBuilder

      public PriceRuleStepResults_RelStructure.Builder getRuleStepResultsBuilder()
       Interim amounts for any pricing rules  applied to derive price , for example VAT amount  charged.  +v1.1  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 276:95]
       
      .uk.org.netex.www.netex.PriceRuleStepResults_RelStructure rule_step_results = 441;
    • getRuleStepResultsOrBuilder

      public PriceRuleStepResults_RelStructureOrBuilder getRuleStepResultsOrBuilder()
       Interim amounts for any pricing rules  applied to derive price , for example VAT amount  charged.  +v1.1  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 276:95]
       
      .uk.org.netex.www.netex.PriceRuleStepResults_RelStructure rule_step_results = 441;
      Specified by:
      getRuleStepResultsOrBuilder in interface SalesTransaction_VersionStructureOrBuilder
    • getPaymentMethodValue

      public int getPaymentMethodValue()
       Method of payment used,  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 95:84]
       
      .uk.org.netex.www.netex.PaymentMethodEnumeration payment_method = 451;
      Specified by:
      getPaymentMethodValue in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for paymentMethod.
    • setPaymentMethodValue

      public SalesTransaction_VersionStructure.Builder setPaymentMethodValue(int value)
       Method of payment used,  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 95:84]
       
      .uk.org.netex.www.netex.PaymentMethodEnumeration payment_method = 451;
      Parameters:
      value - The enum numeric value on the wire for paymentMethod to set.
      Returns:
      This builder for chaining.
    • getPaymentMethod

      public PaymentMethodEnumeration getPaymentMethod()
       Method of payment used,  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 95:84]
       
      .uk.org.netex.www.netex.PaymentMethodEnumeration payment_method = 451;
      Specified by:
      getPaymentMethod in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The paymentMethod.
    • setPaymentMethod

       Method of payment used,  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 95:84]
       
      .uk.org.netex.www.netex.PaymentMethodEnumeration payment_method = 451;
      Parameters:
      value - The paymentMethod to set.
      Returns:
      This builder for chaining.
    • clearPaymentMethod

      public SalesTransaction_VersionStructure.Builder clearPaymentMethod()
       Method of payment used,  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 95:84]
       
      .uk.org.netex.www.netex.PaymentMethodEnumeration payment_method = 451;
      Returns:
      This builder for chaining.
    • hasTypeOfPaymentMethodRef

      public boolean hasTypeOfPaymentMethodRef()
       Reference to a TYPE OF PAYMENT METHOD.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 651:80]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefType type_of_payment_method_ref = 452;
      Specified by:
      hasTypeOfPaymentMethodRef in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      Whether the typeOfPaymentMethodRef field is set.
    • getTypeOfPaymentMethodRef

      public TypeOfPaymentMethodRefType getTypeOfPaymentMethodRef()
       Reference to a TYPE OF PAYMENT METHOD.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 651:80]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefType type_of_payment_method_ref = 452;
      Specified by:
      getTypeOfPaymentMethodRef in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The typeOfPaymentMethodRef.
    • setTypeOfPaymentMethodRef

       Reference to a TYPE OF PAYMENT METHOD.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 651:80]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefType type_of_payment_method_ref = 452;
    • setTypeOfPaymentMethodRef

      public SalesTransaction_VersionStructure.Builder setTypeOfPaymentMethodRef(TypeOfPaymentMethodRefType.Builder builderForValue)
       Reference to a TYPE OF PAYMENT METHOD.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 651:80]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefType type_of_payment_method_ref = 452;
    • mergeTypeOfPaymentMethodRef

      public SalesTransaction_VersionStructure.Builder mergeTypeOfPaymentMethodRef(TypeOfPaymentMethodRefType value)
       Reference to a TYPE OF PAYMENT METHOD.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 651:80]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefType type_of_payment_method_ref = 452;
    • clearTypeOfPaymentMethodRef

      public SalesTransaction_VersionStructure.Builder clearTypeOfPaymentMethodRef()
       Reference to a TYPE OF PAYMENT METHOD.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 651:80]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefType type_of_payment_method_ref = 452;
    • getTypeOfPaymentMethodRefBuilder

      public TypeOfPaymentMethodRefType.Builder getTypeOfPaymentMethodRefBuilder()
       Reference to a TYPE OF PAYMENT METHOD.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 651:80]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefType type_of_payment_method_ref = 452;
    • getTypeOfPaymentMethodRefOrBuilder

      public TypeOfPaymentMethodRefTypeOrBuilder getTypeOfPaymentMethodRefOrBuilder()
       Reference to a TYPE OF PAYMENT METHOD.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 651:80]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefType type_of_payment_method_ref = 452;
      Specified by:
      getTypeOfPaymentMethodRefOrBuilder in interface SalesTransaction_VersionStructureOrBuilder
    • hasCardNumber

      public boolean hasCardNumber()
       Card number used,  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 182:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure card_number = 461;
      Specified by:
      hasCardNumber in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      Whether the cardNumber field is set.
    • getCardNumber

      public PrivateCodeStructure getCardNumber()
       Card number used,  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 182:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure card_number = 461;
      Specified by:
      getCardNumber in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The cardNumber.
    • setCardNumber

       Card number used,  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 182:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure card_number = 461;
    • setCardNumber

       Card number used,  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 182:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure card_number = 461;
    • mergeCardNumber

       Card number used,  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 182:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure card_number = 461;
    • clearCardNumber

       Card number used,  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 182:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure card_number = 461;
    • getCardNumberBuilder

      public PrivateCodeStructure.Builder getCardNumberBuilder()
       Card number used,  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 182:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure card_number = 461;
    • getCardNumberOrBuilder

      public PrivateCodeStructureOrBuilder getCardNumberOrBuilder()
       Card number used,  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 182:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure card_number = 461;
      Specified by:
      getCardNumberOrBuilder in interface SalesTransaction_VersionStructureOrBuilder
    • hasTravelSpecifications

      public boolean hasTravelSpecifications()
       Travel Specifcations bought  by Salles Transaction  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 194:100]
       
      .uk.org.netex.www.netex.TravelSpecifications_RelStructure travel_specifications = 471;
      Specified by:
      hasTravelSpecifications in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      Whether the travelSpecifications field is set.
    • getTravelSpecifications

      public TravelSpecifications_RelStructure getTravelSpecifications()
       Travel Specifcations bought  by Salles Transaction  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 194:100]
       
      .uk.org.netex.www.netex.TravelSpecifications_RelStructure travel_specifications = 471;
      Specified by:
      getTravelSpecifications in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The travelSpecifications.
    • setTravelSpecifications

       Travel Specifcations bought  by Salles Transaction  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 194:100]
       
      .uk.org.netex.www.netex.TravelSpecifications_RelStructure travel_specifications = 471;
    • setTravelSpecifications

       Travel Specifcations bought  by Salles Transaction  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 194:100]
       
      .uk.org.netex.www.netex.TravelSpecifications_RelStructure travel_specifications = 471;
    • mergeTravelSpecifications

       Travel Specifcations bought  by Salles Transaction  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 194:100]
       
      .uk.org.netex.www.netex.TravelSpecifications_RelStructure travel_specifications = 471;
    • clearTravelSpecifications

      public SalesTransaction_VersionStructure.Builder clearTravelSpecifications()
       Travel Specifcations bought  by Salles Transaction  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 194:100]
       
      .uk.org.netex.www.netex.TravelSpecifications_RelStructure travel_specifications = 471;
    • getTravelSpecificationsBuilder

      public TravelSpecifications_RelStructure.Builder getTravelSpecificationsBuilder()
       Travel Specifcations bought  by Salles Transaction  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 194:100]
       
      .uk.org.netex.www.netex.TravelSpecifications_RelStructure travel_specifications = 471;
    • getTravelSpecificationsOrBuilder

      public TravelSpecifications_RelStructureOrBuilder getTravelSpecificationsOrBuilder()
       Travel Specifcations bought  by Salles Transaction  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 194:100]
       
      .uk.org.netex.www.netex.TravelSpecifications_RelStructure travel_specifications = 471;
      Specified by:
      getTravelSpecificationsOrBuilder in interface SalesTransaction_VersionStructureOrBuilder
    • hasCustomerPurchasePackages

      public boolean hasCustomerPurchasePackages()
       Customer Pucrhase PAckages ought by Salles Transaction  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 199:108]
       
      .uk.org.netex.www.netex.CustomerPurchasePackages_RelStructure customer_purchase_packages = 472;
      Specified by:
      hasCustomerPurchasePackages in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      Whether the customerPurchasePackages field is set.
    • getCustomerPurchasePackages

      public CustomerPurchasePackages_RelStructure getCustomerPurchasePackages()
       Customer Pucrhase PAckages ought by Salles Transaction  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 199:108]
       
      .uk.org.netex.www.netex.CustomerPurchasePackages_RelStructure customer_purchase_packages = 472;
      Specified by:
      getCustomerPurchasePackages in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The customerPurchasePackages.
    • setCustomerPurchasePackages

       Customer Pucrhase PAckages ought by Salles Transaction  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 199:108]
       
      .uk.org.netex.www.netex.CustomerPurchasePackages_RelStructure customer_purchase_packages = 472;
    • setCustomerPurchasePackages

       Customer Pucrhase PAckages ought by Salles Transaction  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 199:108]
       
      .uk.org.netex.www.netex.CustomerPurchasePackages_RelStructure customer_purchase_packages = 472;
    • mergeCustomerPurchasePackages

       Customer Pucrhase PAckages ought by Salles Transaction  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 199:108]
       
      .uk.org.netex.www.netex.CustomerPurchasePackages_RelStructure customer_purchase_packages = 472;
    • clearCustomerPurchasePackages

      public SalesTransaction_VersionStructure.Builder clearCustomerPurchasePackages()
       Customer Pucrhase PAckages ought by Salles Transaction  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 199:108]
       
      .uk.org.netex.www.netex.CustomerPurchasePackages_RelStructure customer_purchase_packages = 472;
    • getCustomerPurchasePackagesBuilder

      public CustomerPurchasePackages_RelStructure.Builder getCustomerPurchasePackagesBuilder()
       Customer Pucrhase PAckages ought by Salles Transaction  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 199:108]
       
      .uk.org.netex.www.netex.CustomerPurchasePackages_RelStructure customer_purchase_packages = 472;
    • getCustomerPurchasePackagesOrBuilder

      public CustomerPurchasePackages_RelStructureOrBuilder getCustomerPurchasePackagesOrBuilder()
       Customer Pucrhase PAckages ought by Salles Transaction  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 199:108]
       
      .uk.org.netex.www.netex.CustomerPurchasePackages_RelStructure customer_purchase_packages = 472;
      Specified by:
      getCustomerPurchasePackagesOrBuilder in interface SalesTransaction_VersionStructureOrBuilder
    • hasTravelDocuments

      public boolean hasTravelDocuments()
       TRAVEL DOCUMENTS materialising SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 211:90]
       
      .uk.org.netex.www.netex.TravelDocuments_RelStructure travel_documents = 481;
      Specified by:
      hasTravelDocuments in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      Whether the travelDocuments field is set.
    • getTravelDocuments

      public TravelDocuments_RelStructure getTravelDocuments()
       TRAVEL DOCUMENTS materialising SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 211:90]
       
      .uk.org.netex.www.netex.TravelDocuments_RelStructure travel_documents = 481;
      Specified by:
      getTravelDocuments in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The travelDocuments.
    • setTravelDocuments

       TRAVEL DOCUMENTS materialising SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 211:90]
       
      .uk.org.netex.www.netex.TravelDocuments_RelStructure travel_documents = 481;
    • setTravelDocuments

       TRAVEL DOCUMENTS materialising SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 211:90]
       
      .uk.org.netex.www.netex.TravelDocuments_RelStructure travel_documents = 481;
    • mergeTravelDocuments

       TRAVEL DOCUMENTS materialising SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 211:90]
       
      .uk.org.netex.www.netex.TravelDocuments_RelStructure travel_documents = 481;
    • clearTravelDocuments

      public SalesTransaction_VersionStructure.Builder clearTravelDocuments()
       TRAVEL DOCUMENTS materialising SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 211:90]
       
      .uk.org.netex.www.netex.TravelDocuments_RelStructure travel_documents = 481;
    • getTravelDocumentsBuilder

      public TravelDocuments_RelStructure.Builder getTravelDocumentsBuilder()
       TRAVEL DOCUMENTS materialising SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 211:90]
       
      .uk.org.netex.www.netex.TravelDocuments_RelStructure travel_documents = 481;
    • getTravelDocumentsOrBuilder

      public TravelDocuments_RelStructureOrBuilder getTravelDocumentsOrBuilder()
       TRAVEL DOCUMENTS materialising SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 211:90]
       
      .uk.org.netex.www.netex.TravelDocuments_RelStructure travel_documents = 481;
      Specified by:
      getTravelDocumentsOrBuilder in interface SalesTransaction_VersionStructureOrBuilder
    • hasCollectionPointRef

      public boolean hasCollectionPointRef()
       Point at which to be collected.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 216:87]
       
      .uk.org.netex.www.netex.Point_VersionStructure collection_point_ref = 482;
      Specified by:
      hasCollectionPointRef in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      Whether the collectionPointRef field is set.
    • getCollectionPointRef

      public Point_VersionStructure getCollectionPointRef()
       Point at which to be collected.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 216:87]
       
      .uk.org.netex.www.netex.Point_VersionStructure collection_point_ref = 482;
      Specified by:
      getCollectionPointRef in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The collectionPointRef.
    • setCollectionPointRef

       Point at which to be collected.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 216:87]
       
      .uk.org.netex.www.netex.Point_VersionStructure collection_point_ref = 482;
    • setCollectionPointRef

      public SalesTransaction_VersionStructure.Builder setCollectionPointRef(Point_VersionStructure.Builder builderForValue)
       Point at which to be collected.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 216:87]
       
      .uk.org.netex.www.netex.Point_VersionStructure collection_point_ref = 482;
    • mergeCollectionPointRef

      public SalesTransaction_VersionStructure.Builder mergeCollectionPointRef(Point_VersionStructure value)
       Point at which to be collected.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 216:87]
       
      .uk.org.netex.www.netex.Point_VersionStructure collection_point_ref = 482;
    • clearCollectionPointRef

      public SalesTransaction_VersionStructure.Builder clearCollectionPointRef()
       Point at which to be collected.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 216:87]
       
      .uk.org.netex.www.netex.Point_VersionStructure collection_point_ref = 482;
    • getCollectionPointRefBuilder

      public Point_VersionStructure.Builder getCollectionPointRefBuilder()
       Point at which to be collected.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 216:87]
       
      .uk.org.netex.www.netex.Point_VersionStructure collection_point_ref = 482;
    • getCollectionPointRefOrBuilder

      public Point_VersionStructureOrBuilder getCollectionPointRefOrBuilder()
       Point at which to be collected.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 216:87]
       
      .uk.org.netex.www.netex.Point_VersionStructure collection_point_ref = 482;
      Specified by:
      getCollectionPointRefOrBuilder in interface SalesTransaction_VersionStructureOrBuilder
    • hasCollectionNote

      public boolean hasCollectionNote()
       Note on how to collect.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 221:79]
       
      .uk.org.netex.www.netex.MultilingualString collection_note = 483;
      Specified by:
      hasCollectionNote in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      Whether the collectionNote field is set.
    • getCollectionNote

      public MultilingualString getCollectionNote()
       Note on how to collect.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 221:79]
       
      .uk.org.netex.www.netex.MultilingualString collection_note = 483;
      Specified by:
      getCollectionNote in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The collectionNote.
    • setCollectionNote

       Note on how to collect.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 221:79]
       
      .uk.org.netex.www.netex.MultilingualString collection_note = 483;
    • setCollectionNote

      public SalesTransaction_VersionStructure.Builder setCollectionNote(MultilingualString.Builder builderForValue)
       Note on how to collect.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 221:79]
       
      .uk.org.netex.www.netex.MultilingualString collection_note = 483;
    • mergeCollectionNote

       Note on how to collect.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 221:79]
       
      .uk.org.netex.www.netex.MultilingualString collection_note = 483;
    • clearCollectionNote

      public SalesTransaction_VersionStructure.Builder clearCollectionNote()
       Note on how to collect.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 221:79]
       
      .uk.org.netex.www.netex.MultilingualString collection_note = 483;
    • getCollectionNoteBuilder

      public MultilingualString.Builder getCollectionNoteBuilder()
       Note on how to collect.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 221:79]
       
      .uk.org.netex.www.netex.MultilingualString collection_note = 483;
    • getCollectionNoteOrBuilder

      public MultilingualStringOrBuilder getCollectionNoteOrBuilder()
       Note on how to collect.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 221:79]
       
      .uk.org.netex.www.netex.MultilingualString collection_note = 483;
      Specified by:
      getCollectionNoteOrBuilder in interface SalesTransaction_VersionStructureOrBuilder
    • hasOrganisationalUnitRef

      public boolean hasOrganisationalUnitRef()
       Reference to a ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 140:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisational_unit_ref = 484;
      Specified by:
      hasOrganisationalUnitRef in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      Whether the organisationalUnitRef field is set.
    • getOrganisationalUnitRef

      public VersionOfObjectRefStructure getOrganisationalUnitRef()
       Reference to a ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 140:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisational_unit_ref = 484;
      Specified by:
      getOrganisationalUnitRef in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The organisationalUnitRef.
    • setOrganisationalUnitRef

       Reference to a ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 140:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisational_unit_ref = 484;
    • setOrganisationalUnitRef

      public SalesTransaction_VersionStructure.Builder setOrganisationalUnitRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 140:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisational_unit_ref = 484;
    • mergeOrganisationalUnitRef

       Reference to a ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 140:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisational_unit_ref = 484;
    • clearOrganisationalUnitRef

      public SalesTransaction_VersionStructure.Builder clearOrganisationalUnitRef()
       Reference to a ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 140:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisational_unit_ref = 484;
    • getOrganisationalUnitRefBuilder

      public VersionOfObjectRefStructure.Builder getOrganisationalUnitRefBuilder()
       Reference to a ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 140:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisational_unit_ref = 484;
    • getOrganisationalUnitRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOrganisationalUnitRefOrBuilder()
       Reference to a ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 140:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisational_unit_ref = 484;
      Specified by:
      getOrganisationalUnitRefOrBuilder in interface SalesTransaction_VersionStructureOrBuilder
    • hasRetailDeviceRef

      public boolean hasRetailDeviceRef()
       Reference to a RETAIL DEVICE.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 118:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_ref = 485;
      Specified by:
      hasRetailDeviceRef in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      Whether the retailDeviceRef field is set.
    • getRetailDeviceRef

      public VersionOfObjectRefStructure getRetailDeviceRef()
       Reference to a RETAIL DEVICE.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 118:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_ref = 485;
      Specified by:
      getRetailDeviceRef in interface SalesTransaction_VersionStructureOrBuilder
      Returns:
      The retailDeviceRef.
    • setRetailDeviceRef

       Reference to a RETAIL DEVICE.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 118:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_ref = 485;
    • setRetailDeviceRef

       Reference to a RETAIL DEVICE.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 118:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_ref = 485;
    • mergeRetailDeviceRef

       Reference to a RETAIL DEVICE.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 118:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_ref = 485;
    • clearRetailDeviceRef

      public SalesTransaction_VersionStructure.Builder clearRetailDeviceRef()
       Reference to a RETAIL DEVICE.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 118:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_ref = 485;
    • getRetailDeviceRefBuilder

      public VersionOfObjectRefStructure.Builder getRetailDeviceRefBuilder()
       Reference to a RETAIL DEVICE.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 118:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_ref = 485;
    • getRetailDeviceRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRetailDeviceRefOrBuilder()
       Reference to a RETAIL DEVICE.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 118:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_ref = 485;
      Specified by:
      getRetailDeviceRefOrBuilder in interface SalesTransaction_VersionStructureOrBuilder