Class Customer_VersionStructure.Builder

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

public static final class Customer_VersionStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<Customer_VersionStructure.Builder> implements Customer_VersionStructureOrBuilder
 Type for CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 203:52]
 
Protobuf type uk.org.netex.www.netex.Customer_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<Customer_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<Customer_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<Customer_VersionStructure.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public Customer_VersionStructure.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 Customer_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 = 203;
      Specified by:
      getDerivedFromVersionRefBytes in interface Customer_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

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

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

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

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

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

      public Customer_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 = 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 Customer_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 Customer_VersionStructureOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

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

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

       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
    • clearValidityConditions

      public Customer_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 Customer_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 Customer_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 Customer_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 Customer_VersionStructureOrBuilder
    • setValidBetween

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

      public Customer_VersionStructure.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 Customer_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 Customer_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 Customer_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 Customer_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 Customer_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 Customer_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 Customer_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 Customer_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 Customer_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 Customer_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

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

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

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

       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 Customer_VersionStructure.Builder clearKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • getKeyListBuilder

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

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

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

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

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

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

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

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

      public String getSurname()
       Curname of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 240:74]
       
      string surname = 161;
      Specified by:
      getSurname in interface Customer_VersionStructureOrBuilder
      Returns:
      The surname.
    • getSurnameBytes

      public com.google.protobuf.ByteString getSurnameBytes()
       Curname of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 240:74]
       
      string surname = 161;
      Specified by:
      getSurnameBytes in interface Customer_VersionStructureOrBuilder
      Returns:
      The bytes for surname.
    • setSurname

      public Customer_VersionStructure.Builder setSurname(String value)
       Curname of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 240:74]
       
      string surname = 161;
      Parameters:
      value - The surname to set.
      Returns:
      This builder for chaining.
    • clearSurname

      public Customer_VersionStructure.Builder clearSurname()
       Curname of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 240:74]
       
      string surname = 161;
      Returns:
      This builder for chaining.
    • setSurnameBytes

      public Customer_VersionStructure.Builder setSurnameBytes(com.google.protobuf.ByteString value)
       Curname of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 240:74]
       
      string surname = 161;
      Parameters:
      value - The bytes for surname to set.
      Returns:
      This builder for chaining.
    • getFirstName

      public String getFirstName()
       First name of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 245:76]
       
      string first_name = 162;
      Specified by:
      getFirstName in interface Customer_VersionStructureOrBuilder
      Returns:
      The firstName.
    • getFirstNameBytes

      public com.google.protobuf.ByteString getFirstNameBytes()
       First name of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 245:76]
       
      string first_name = 162;
      Specified by:
      getFirstNameBytes in interface Customer_VersionStructureOrBuilder
      Returns:
      The bytes for firstName.
    • setFirstName

      public Customer_VersionStructure.Builder setFirstName(String value)
       First name of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 245:76]
       
      string first_name = 162;
      Parameters:
      value - The firstName to set.
      Returns:
      This builder for chaining.
    • clearFirstName

      public Customer_VersionStructure.Builder clearFirstName()
       First name of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 245:76]
       
      string first_name = 162;
      Returns:
      This builder for chaining.
    • setFirstNameBytes

      public Customer_VersionStructure.Builder setFirstNameBytes(com.google.protobuf.ByteString value)
       First name of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 245:76]
       
      string first_name = 162;
      Parameters:
      value - The bytes for firstName to set.
      Returns:
      This builder for chaining.
    • getTitle

      public String getTitle()
       Title  of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 250:72]
       
      string title = 163;
      Specified by:
      getTitle in interface Customer_VersionStructureOrBuilder
      Returns:
      The title.
    • getTitleBytes

      public com.google.protobuf.ByteString getTitleBytes()
       Title  of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 250:72]
       
      string title = 163;
      Specified by:
      getTitleBytes in interface Customer_VersionStructureOrBuilder
      Returns:
      The bytes for title.
    • setTitle

      public Customer_VersionStructure.Builder setTitle(String value)
       Title  of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 250:72]
       
      string title = 163;
      Parameters:
      value - The title to set.
      Returns:
      This builder for chaining.
    • clearTitle

      public Customer_VersionStructure.Builder clearTitle()
       Title  of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 250:72]
       
      string title = 163;
      Returns:
      This builder for chaining.
    • setTitleBytes

      public Customer_VersionStructure.Builder setTitleBytes(com.google.protobuf.ByteString value)
       Title  of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 250:72]
       
      string title = 163;
      Parameters:
      value - The bytes for title to set.
      Returns:
      This builder for chaining.
    • hasDateOfBirth

      public boolean hasDateOfBirth()
       Date of birth of  CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 255:66]
       
      .google.type.Date date_of_birth = 164;
      Specified by:
      hasDateOfBirth in interface Customer_VersionStructureOrBuilder
      Returns:
      Whether the dateOfBirth field is set.
    • getDateOfBirth

      public com.google.type.Date getDateOfBirth()
       Date of birth of  CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 255:66]
       
      .google.type.Date date_of_birth = 164;
      Specified by:
      getDateOfBirth in interface Customer_VersionStructureOrBuilder
      Returns:
      The dateOfBirth.
    • setDateOfBirth

      public Customer_VersionStructure.Builder setDateOfBirth(com.google.type.Date value)
       Date of birth of  CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 255:66]
       
      .google.type.Date date_of_birth = 164;
    • setDateOfBirth

      public Customer_VersionStructure.Builder setDateOfBirth(com.google.type.Date.Builder builderForValue)
       Date of birth of  CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 255:66]
       
      .google.type.Date date_of_birth = 164;
    • mergeDateOfBirth

      public Customer_VersionStructure.Builder mergeDateOfBirth(com.google.type.Date value)
       Date of birth of  CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 255:66]
       
      .google.type.Date date_of_birth = 164;
    • clearDateOfBirth

      public Customer_VersionStructure.Builder clearDateOfBirth()
       Date of birth of  CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 255:66]
       
      .google.type.Date date_of_birth = 164;
    • getDateOfBirthBuilder

      public com.google.type.Date.Builder getDateOfBirthBuilder()
       Date of birth of  CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 255:66]
       
      .google.type.Date date_of_birth = 164;
    • getDateOfBirthOrBuilder

      public com.google.type.DateOrBuilder getDateOfBirthOrBuilder()
       Date of birth of  CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 255:66]
       
      .google.type.Date date_of_birth = 164;
      Specified by:
      getDateOfBirthOrBuilder in interface Customer_VersionStructureOrBuilder
    • getGenderValue

      public int getGenderValue()
       Gender of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 260:70]
       
      .uk.org.netex.www.netex.GenderEnumeration gender = 165;
      Specified by:
      getGenderValue in interface Customer_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for gender.
    • setGenderValue

      public Customer_VersionStructure.Builder setGenderValue(int value)
       Gender of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 260:70]
       
      .uk.org.netex.www.netex.GenderEnumeration gender = 165;
      Parameters:
      value - The enum numeric value on the wire for gender to set.
      Returns:
      This builder for chaining.
    • getGender

      public GenderEnumeration getGender()
       Gender of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 260:70]
       
      .uk.org.netex.www.netex.GenderEnumeration gender = 165;
      Specified by:
      getGender in interface Customer_VersionStructureOrBuilder
      Returns:
      The gender.
    • setGender

       Gender of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 260:70]
       
      .uk.org.netex.www.netex.GenderEnumeration gender = 165;
      Parameters:
      value - The gender to set.
      Returns:
      This builder for chaining.
    • clearGender

      public Customer_VersionStructure.Builder clearGender()
       Gender of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 260:70]
       
      .uk.org.netex.www.netex.GenderEnumeration gender = 165;
      Returns:
      This builder for chaining.
    • getHeight

      public double getHeight()
       Height of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 265:63]
       
      double height = 166;
      Specified by:
      getHeight in interface Customer_VersionStructureOrBuilder
      Returns:
      The height.
    • setHeight

      public Customer_VersionStructure.Builder setHeight(double value)
       Height of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 265:63]
       
      double height = 166;
      Parameters:
      value - The height to set.
      Returns:
      This builder for chaining.
    • clearHeight

      public Customer_VersionStructure.Builder clearHeight()
       Height of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 265:63]
       
      double height = 166;
      Returns:
      This builder for chaining.
    • getPhoto

      public String getPhoto()
       Photo of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 270:62]
       
      string photo = 167;
      Specified by:
      getPhoto in interface Customer_VersionStructureOrBuilder
      Returns:
      The photo.
    • getPhotoBytes

      public com.google.protobuf.ByteString getPhotoBytes()
       Photo of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 270:62]
       
      string photo = 167;
      Specified by:
      getPhotoBytes in interface Customer_VersionStructureOrBuilder
      Returns:
      The bytes for photo.
    • setPhoto

      public Customer_VersionStructure.Builder setPhoto(String value)
       Photo of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 270:62]
       
      string photo = 167;
      Parameters:
      value - The photo to set.
      Returns:
      This builder for chaining.
    • clearPhoto

      public Customer_VersionStructure.Builder clearPhoto()
       Photo of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 270:62]
       
      string photo = 167;
      Returns:
      This builder for chaining.
    • setPhotoBytes

      public Customer_VersionStructure.Builder setPhotoBytes(com.google.protobuf.ByteString value)
       Photo of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 270:62]
       
      string photo = 167;
      Parameters:
      value - The bytes for photo to set.
      Returns:
      This builder for chaining.
    • getSmoker

      public boolean getSmoker()
       Whether the customer likes to smoke. +1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 275:64]
       
      bool smoker = 158;
      Specified by:
      getSmoker in interface Customer_VersionStructureOrBuilder
      Returns:
      The smoker.
    • setSmoker

      public Customer_VersionStructure.Builder setSmoker(boolean value)
       Whether the customer likes to smoke. +1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 275:64]
       
      bool smoker = 158;
      Parameters:
      value - The smoker to set.
      Returns:
      This builder for chaining.
    • clearSmoker

      public Customer_VersionStructure.Builder clearSmoker()
       Whether the customer likes to smoke. +1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 275:64]
       
      bool smoker = 158;
      Returns:
      This builder for chaining.
    • getEmail

      public String getEmail()
       Email address of CUSTOMER. +v1.1  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 287:68]
       
      string email = 171;
      Specified by:
      getEmail in interface Customer_VersionStructureOrBuilder
      Returns:
      The email.
    • getEmailBytes

      public com.google.protobuf.ByteString getEmailBytes()
       Email address of CUSTOMER. +v1.1  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 287:68]
       
      string email = 171;
      Specified by:
      getEmailBytes in interface Customer_VersionStructureOrBuilder
      Returns:
      The bytes for email.
    • setEmail

      public Customer_VersionStructure.Builder setEmail(String value)
       Email address of CUSTOMER. +v1.1  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 287:68]
       
      string email = 171;
      Parameters:
      value - The email to set.
      Returns:
      This builder for chaining.
    • clearEmail

      public Customer_VersionStructure.Builder clearEmail()
       Email address of CUSTOMER. +v1.1  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 287:68]
       
      string email = 171;
      Returns:
      This builder for chaining.
    • setEmailBytes

      public Customer_VersionStructure.Builder setEmailBytes(com.google.protobuf.ByteString value)
       Email address of CUSTOMER. +v1.1  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 287:68]
       
      string email = 171;
      Parameters:
      value - The bytes for email to set.
      Returns:
      This builder for chaining.
    • hasEmailVerified

      public boolean hasEmailVerified()
       Email address of CUSTOMER last verified +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 292:72]
       
      .google.protobuf.Timestamp email_verified = 194;
      Specified by:
      hasEmailVerified in interface Customer_VersionStructureOrBuilder
      Returns:
      Whether the emailVerified field is set.
    • getEmailVerified

      public com.google.protobuf.Timestamp getEmailVerified()
       Email address of CUSTOMER last verified +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 292:72]
       
      .google.protobuf.Timestamp email_verified = 194;
      Specified by:
      getEmailVerified in interface Customer_VersionStructureOrBuilder
      Returns:
      The emailVerified.
    • setEmailVerified

      public Customer_VersionStructure.Builder setEmailVerified(com.google.protobuf.Timestamp value)
       Email address of CUSTOMER last verified +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 292:72]
       
      .google.protobuf.Timestamp email_verified = 194;
    • setEmailVerified

      public Customer_VersionStructure.Builder setEmailVerified(com.google.protobuf.Timestamp.Builder builderForValue)
       Email address of CUSTOMER last verified +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 292:72]
       
      .google.protobuf.Timestamp email_verified = 194;
    • mergeEmailVerified

      public Customer_VersionStructure.Builder mergeEmailVerified(com.google.protobuf.Timestamp value)
       Email address of CUSTOMER last verified +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 292:72]
       
      .google.protobuf.Timestamp email_verified = 194;
    • clearEmailVerified

      public Customer_VersionStructure.Builder clearEmailVerified()
       Email address of CUSTOMER last verified +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 292:72]
       
      .google.protobuf.Timestamp email_verified = 194;
    • getEmailVerifiedBuilder

      public com.google.protobuf.Timestamp.Builder getEmailVerifiedBuilder()
       Email address of CUSTOMER last verified +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 292:72]
       
      .google.protobuf.Timestamp email_verified = 194;
    • getEmailVerifiedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getEmailVerifiedOrBuilder()
       Email address of CUSTOMER last verified +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 292:72]
       
      .google.protobuf.Timestamp email_verified = 194;
      Specified by:
      getEmailVerifiedOrBuilder in interface Customer_VersionStructureOrBuilder
    • hasPhone

      public boolean hasPhone()
       Phone number. (Usually personal  mobile phone).  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 297:77]
       
      .uk.org.netex.www.netex.TelephoneContactStructure phone = 172;
      Specified by:
      hasPhone in interface Customer_VersionStructureOrBuilder
      Returns:
      Whether the phone field is set.
    • getPhone

      public TelephoneContactStructure getPhone()
       Phone number. (Usually personal  mobile phone).  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 297:77]
       
      .uk.org.netex.www.netex.TelephoneContactStructure phone = 172;
      Specified by:
      getPhone in interface Customer_VersionStructureOrBuilder
      Returns:
      The phone.
    • setPhone

       Phone number. (Usually personal  mobile phone).  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 297:77]
       
      .uk.org.netex.www.netex.TelephoneContactStructure phone = 172;
    • setPhone

       Phone number. (Usually personal  mobile phone).  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 297:77]
       
      .uk.org.netex.www.netex.TelephoneContactStructure phone = 172;
    • mergePhone

       Phone number. (Usually personal  mobile phone).  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 297:77]
       
      .uk.org.netex.www.netex.TelephoneContactStructure phone = 172;
    • clearPhone

      public Customer_VersionStructure.Builder clearPhone()
       Phone number. (Usually personal  mobile phone).  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 297:77]
       
      .uk.org.netex.www.netex.TelephoneContactStructure phone = 172;
    • getPhoneBuilder

      public TelephoneContactStructure.Builder getPhoneBuilder()
       Phone number. (Usually personal  mobile phone).  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 297:77]
       
      .uk.org.netex.www.netex.TelephoneContactStructure phone = 172;
    • getPhoneOrBuilder

      public TelephoneContactStructureOrBuilder getPhoneOrBuilder()
       Phone number. (Usually personal  mobile phone).  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 297:77]
       
      .uk.org.netex.www.netex.TelephoneContactStructure phone = 172;
      Specified by:
      getPhoneOrBuilder in interface Customer_VersionStructureOrBuilder
    • hasPhoneVerified

      public boolean hasPhoneVerified()
       Phone of CUSTOMER last verified +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 302:72]
       
      .google.protobuf.Timestamp phone_verified = 174;
      Specified by:
      hasPhoneVerified in interface Customer_VersionStructureOrBuilder
      Returns:
      Whether the phoneVerified field is set.
    • getPhoneVerified

      public com.google.protobuf.Timestamp getPhoneVerified()
       Phone of CUSTOMER last verified +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 302:72]
       
      .google.protobuf.Timestamp phone_verified = 174;
      Specified by:
      getPhoneVerified in interface Customer_VersionStructureOrBuilder
      Returns:
      The phoneVerified.
    • setPhoneVerified

      public Customer_VersionStructure.Builder setPhoneVerified(com.google.protobuf.Timestamp value)
       Phone of CUSTOMER last verified +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 302:72]
       
      .google.protobuf.Timestamp phone_verified = 174;
    • setPhoneVerified

      public Customer_VersionStructure.Builder setPhoneVerified(com.google.protobuf.Timestamp.Builder builderForValue)
       Phone of CUSTOMER last verified +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 302:72]
       
      .google.protobuf.Timestamp phone_verified = 174;
    • mergePhoneVerified

      public Customer_VersionStructure.Builder mergePhoneVerified(com.google.protobuf.Timestamp value)
       Phone of CUSTOMER last verified +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 302:72]
       
      .google.protobuf.Timestamp phone_verified = 174;
    • clearPhoneVerified

      public Customer_VersionStructure.Builder clearPhoneVerified()
       Phone of CUSTOMER last verified +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 302:72]
       
      .google.protobuf.Timestamp phone_verified = 174;
    • getPhoneVerifiedBuilder

      public com.google.protobuf.Timestamp.Builder getPhoneVerifiedBuilder()
       Phone of CUSTOMER last verified +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 302:72]
       
      .google.protobuf.Timestamp phone_verified = 174;
    • getPhoneVerifiedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getPhoneVerifiedOrBuilder()
       Phone of CUSTOMER last verified +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 302:72]
       
      .google.protobuf.Timestamp phone_verified = 174;
      Specified by:
      getPhoneVerifiedOrBuilder in interface Customer_VersionStructureOrBuilder
    • hasPostalAddress

      public boolean hasPostalAddress()
       A POSTAL ADDRESS to which mail can be sent.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
       
      .uk.org.netex.www.netex.PostalAddressType postal_address = 173;
      Specified by:
      hasPostalAddress in interface Customer_VersionStructureOrBuilder
      Returns:
      Whether the postalAddress field is set.
    • getPostalAddress

      public PostalAddressType getPostalAddress()
       A POSTAL ADDRESS to which mail can be sent.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
       
      .uk.org.netex.www.netex.PostalAddressType postal_address = 173;
      Specified by:
      getPostalAddress in interface Customer_VersionStructureOrBuilder
      Returns:
      The postalAddress.
    • setPostalAddress

      public Customer_VersionStructure.Builder setPostalAddress(PostalAddressType value)
       A POSTAL ADDRESS to which mail can be sent.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
       
      .uk.org.netex.www.netex.PostalAddressType postal_address = 173;
    • setPostalAddress

      public Customer_VersionStructure.Builder setPostalAddress(PostalAddressType.Builder builderForValue)
       A POSTAL ADDRESS to which mail can be sent.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
       
      .uk.org.netex.www.netex.PostalAddressType postal_address = 173;
    • mergePostalAddress

      public Customer_VersionStructure.Builder mergePostalAddress(PostalAddressType value)
       A POSTAL ADDRESS to which mail can be sent.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
       
      .uk.org.netex.www.netex.PostalAddressType postal_address = 173;
    • clearPostalAddress

      public Customer_VersionStructure.Builder clearPostalAddress()
       A POSTAL ADDRESS to which mail can be sent.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
       
      .uk.org.netex.www.netex.PostalAddressType postal_address = 173;
    • getPostalAddressBuilder

      public PostalAddressType.Builder getPostalAddressBuilder()
       A POSTAL ADDRESS to which mail can be sent.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
       
      .uk.org.netex.www.netex.PostalAddressType postal_address = 173;
    • getPostalAddressOrBuilder

      public PostalAddressTypeOrBuilder getPostalAddressOrBuilder()
       A POSTAL ADDRESS to which mail can be sent.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
       
      .uk.org.netex.www.netex.PostalAddressType postal_address = 173;
      Specified by:
      getPostalAddressOrBuilder in interface Customer_VersionStructureOrBuilder
    • hasIdentityDocumentRef

      public boolean hasIdentityDocumentRef()
       Identifier of Identity document of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 315:86]
       
      .uk.org.netex.www.netex.PrivateCodeStructure identity_document_ref = 181;
      Specified by:
      hasIdentityDocumentRef in interface Customer_VersionStructureOrBuilder
      Returns:
      Whether the identityDocumentRef field is set.
    • getIdentityDocumentRef

      public PrivateCodeStructure getIdentityDocumentRef()
       Identifier of Identity document of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 315:86]
       
      .uk.org.netex.www.netex.PrivateCodeStructure identity_document_ref = 181;
      Specified by:
      getIdentityDocumentRef in interface Customer_VersionStructureOrBuilder
      Returns:
      The identityDocumentRef.
    • setIdentityDocumentRef

      public Customer_VersionStructure.Builder setIdentityDocumentRef(PrivateCodeStructure value)
       Identifier of Identity document of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 315:86]
       
      .uk.org.netex.www.netex.PrivateCodeStructure identity_document_ref = 181;
    • setIdentityDocumentRef

      public Customer_VersionStructure.Builder setIdentityDocumentRef(PrivateCodeStructure.Builder builderForValue)
       Identifier of Identity document of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 315:86]
       
      .uk.org.netex.www.netex.PrivateCodeStructure identity_document_ref = 181;
    • mergeIdentityDocumentRef

      public Customer_VersionStructure.Builder mergeIdentityDocumentRef(PrivateCodeStructure value)
       Identifier of Identity document of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 315:86]
       
      .uk.org.netex.www.netex.PrivateCodeStructure identity_document_ref = 181;
    • clearIdentityDocumentRef

      public Customer_VersionStructure.Builder clearIdentityDocumentRef()
       Identifier of Identity document of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 315:86]
       
      .uk.org.netex.www.netex.PrivateCodeStructure identity_document_ref = 181;
    • getIdentityDocumentRefBuilder

      public PrivateCodeStructure.Builder getIdentityDocumentRefBuilder()
       Identifier of Identity document of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 315:86]
       
      .uk.org.netex.www.netex.PrivateCodeStructure identity_document_ref = 181;
    • getIdentityDocumentRefOrBuilder

      public PrivateCodeStructureOrBuilder getIdentityDocumentRefOrBuilder()
       Identifier of Identity document of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 315:86]
       
      .uk.org.netex.www.netex.PrivateCodeStructure identity_document_ref = 181;
      Specified by:
      getIdentityDocumentRefOrBuilder in interface Customer_VersionStructureOrBuilder
    • hasCustomerEligibilities

      public boolean hasCustomerEligibilities()
       Eligibilities  for CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 320:102]
       
      .uk.org.netex.www.netex.CustomerEligibilities_RelStructure customer_eligibilities = 182;
      Specified by:
      hasCustomerEligibilities in interface Customer_VersionStructureOrBuilder
      Returns:
      Whether the customerEligibilities field is set.
    • getCustomerEligibilities

      public CustomerEligibilities_RelStructure getCustomerEligibilities()
       Eligibilities  for CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 320:102]
       
      .uk.org.netex.www.netex.CustomerEligibilities_RelStructure customer_eligibilities = 182;
      Specified by:
      getCustomerEligibilities in interface Customer_VersionStructureOrBuilder
      Returns:
      The customerEligibilities.
    • setCustomerEligibilities

       Eligibilities  for CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 320:102]
       
      .uk.org.netex.www.netex.CustomerEligibilities_RelStructure customer_eligibilities = 182;
    • setCustomerEligibilities

      public Customer_VersionStructure.Builder setCustomerEligibilities(CustomerEligibilities_RelStructure.Builder builderForValue)
       Eligibilities  for CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 320:102]
       
      .uk.org.netex.www.netex.CustomerEligibilities_RelStructure customer_eligibilities = 182;
    • mergeCustomerEligibilities

      public Customer_VersionStructure.Builder mergeCustomerEligibilities(CustomerEligibilities_RelStructure value)
       Eligibilities  for CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 320:102]
       
      .uk.org.netex.www.netex.CustomerEligibilities_RelStructure customer_eligibilities = 182;
    • clearCustomerEligibilities

      public Customer_VersionStructure.Builder clearCustomerEligibilities()
       Eligibilities  for CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 320:102]
       
      .uk.org.netex.www.netex.CustomerEligibilities_RelStructure customer_eligibilities = 182;
    • getCustomerEligibilitiesBuilder

      public CustomerEligibilities_RelStructure.Builder getCustomerEligibilitiesBuilder()
       Eligibilities  for CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 320:102]
       
      .uk.org.netex.www.netex.CustomerEligibilities_RelStructure customer_eligibilities = 182;
    • getCustomerEligibilitiesOrBuilder

      public CustomerEligibilities_RelStructureOrBuilder getCustomerEligibilitiesOrBuilder()
       Eligibilities  for CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 320:102]
       
      .uk.org.netex.www.netex.CustomerEligibilities_RelStructure customer_eligibilities = 182;
      Specified by:
      getCustomerEligibilitiesOrBuilder in interface Customer_VersionStructureOrBuilder
    • hasCustomerAccounts

      public boolean hasCustomerAccounts()
       CUSTOMER ACCOUNTs belonging to customer.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 223:92]
       
      .uk.org.netex.www.netex.CustomerAccounts_RelStructure customer_accounts = 191;
      Specified by:
      hasCustomerAccounts in interface Customer_VersionStructureOrBuilder
      Returns:
      Whether the customerAccounts field is set.
    • getCustomerAccounts

      public CustomerAccounts_RelStructure getCustomerAccounts()
       CUSTOMER ACCOUNTs belonging to customer.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 223:92]
       
      .uk.org.netex.www.netex.CustomerAccounts_RelStructure customer_accounts = 191;
      Specified by:
      getCustomerAccounts in interface Customer_VersionStructureOrBuilder
      Returns:
      The customerAccounts.
    • setCustomerAccounts

       CUSTOMER ACCOUNTs belonging to customer.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 223:92]
       
      .uk.org.netex.www.netex.CustomerAccounts_RelStructure customer_accounts = 191;
    • setCustomerAccounts

      public Customer_VersionStructure.Builder setCustomerAccounts(CustomerAccounts_RelStructure.Builder builderForValue)
       CUSTOMER ACCOUNTs belonging to customer.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 223:92]
       
      .uk.org.netex.www.netex.CustomerAccounts_RelStructure customer_accounts = 191;
    • mergeCustomerAccounts

       CUSTOMER ACCOUNTs belonging to customer.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 223:92]
       
      .uk.org.netex.www.netex.CustomerAccounts_RelStructure customer_accounts = 191;
    • clearCustomerAccounts

      public Customer_VersionStructure.Builder clearCustomerAccounts()
       CUSTOMER ACCOUNTs belonging to customer.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 223:92]
       
      .uk.org.netex.www.netex.CustomerAccounts_RelStructure customer_accounts = 191;
    • getCustomerAccountsBuilder

      public CustomerAccounts_RelStructure.Builder getCustomerAccountsBuilder()
       CUSTOMER ACCOUNTs belonging to customer.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 223:92]
       
      .uk.org.netex.www.netex.CustomerAccounts_RelStructure customer_accounts = 191;
    • getCustomerAccountsOrBuilder

      public CustomerAccounts_RelStructureOrBuilder getCustomerAccountsOrBuilder()
       CUSTOMER ACCOUNTs belonging to customer.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 223:92]
       
      .uk.org.netex.www.netex.CustomerAccounts_RelStructure customer_accounts = 191;
      Specified by:
      getCustomerAccountsOrBuilder in interface Customer_VersionStructureOrBuilder
    • hasFareContracts

      public boolean hasFareContracts()
       FARE CONTRACTs belonging to customer.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 228:86]
       
      .uk.org.netex.www.netex.FareContracts_RelStructure fare_contracts = 192;
      Specified by:
      hasFareContracts in interface Customer_VersionStructureOrBuilder
      Returns:
      Whether the fareContracts field is set.
    • getFareContracts

      public FareContracts_RelStructure getFareContracts()
       FARE CONTRACTs belonging to customer.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 228:86]
       
      .uk.org.netex.www.netex.FareContracts_RelStructure fare_contracts = 192;
      Specified by:
      getFareContracts in interface Customer_VersionStructureOrBuilder
      Returns:
      The fareContracts.
    • setFareContracts

       FARE CONTRACTs belonging to customer.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 228:86]
       
      .uk.org.netex.www.netex.FareContracts_RelStructure fare_contracts = 192;
    • setFareContracts

      public Customer_VersionStructure.Builder setFareContracts(FareContracts_RelStructure.Builder builderForValue)
       FARE CONTRACTs belonging to customer.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 228:86]
       
      .uk.org.netex.www.netex.FareContracts_RelStructure fare_contracts = 192;
    • mergeFareContracts

       FARE CONTRACTs belonging to customer.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 228:86]
       
      .uk.org.netex.www.netex.FareContracts_RelStructure fare_contracts = 192;
    • clearFareContracts

      public Customer_VersionStructure.Builder clearFareContracts()
       FARE CONTRACTs belonging to customer.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 228:86]
       
      .uk.org.netex.www.netex.FareContracts_RelStructure fare_contracts = 192;
    • getFareContractsBuilder

      public FareContracts_RelStructure.Builder getFareContractsBuilder()
       FARE CONTRACTs belonging to customer.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 228:86]
       
      .uk.org.netex.www.netex.FareContracts_RelStructure fare_contracts = 192;
    • getFareContractsOrBuilder

      public FareContracts_RelStructureOrBuilder getFareContractsOrBuilder()
       FARE CONTRACTs belonging to customer.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 228:86]
       
      .uk.org.netex.www.netex.FareContracts_RelStructure fare_contracts = 192;
      Specified by:
      getFareContractsOrBuilder in interface Customer_VersionStructureOrBuilder