Interface CustomerAccountTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CustomerAccountType, CustomerAccountType.Builder

public interface CustomerAccountTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCreated

      boolean hasCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Returns:
      Whether the created field is set.
    • getCreated

      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;
      Returns:
      The created.
    • getCreatedOrBuilder

      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;
    • hasChanged

      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;
      Returns:
      Whether the changed field is set.
    • getChanged

      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;
      Returns:
      The changed.
    • getChangedOrBuilder

      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;
    • getVersion

      String getVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      The bytes for version.
    • getStatusValue

      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;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      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;
      Returns:
      The status.
    • getDerivedFromVersionRef

      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 = 223;
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      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 = 223;
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      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 = 224;
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      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 = 224;
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      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;
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      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;
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      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;
    • getValidBetweenList

      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;
    • getValidBetween

      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;
    • getValidBetweenCount

      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;
    • getValidBetweenOrBuilderList

      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;
    • getValidBetweenOrBuilder

      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;
    • hasAlternativeTexts

      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;
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      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;
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      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;
    • hasKeyList

      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;
      Returns:
      Whether the keyList field is set.
    • getKeyList

      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;
      Returns:
      The keyList.
    • getKeyListOrBuilder

      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;
    • hasExtensions

      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;
      Returns:
      Whether the extensions field is set.
    • getExtensions

      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;
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      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;
    • hasBrandingRef

      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;
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      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;
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      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;
    • hasName

      boolean hasName()
       Name of CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 660:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      Whether the name field is set.
    • getName

       Name of CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 660:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 660:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • hasDescription

      boolean hasDescription()
       Description of CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 665:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Description of CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 665:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 665:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • hasStartDate

      boolean hasStartDate()
       Start Date of CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 670:68]
       
      .google.protobuf.Timestamp start_date = 163;
      Returns:
      Whether the startDate field is set.
    • getStartDate

      com.google.protobuf.Timestamp getStartDate()
       Start Date of CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 670:68]
       
      .google.protobuf.Timestamp start_date = 163;
      Returns:
      The startDate.
    • getStartDateOrBuilder

      com.google.protobuf.TimestampOrBuilder getStartDateOrBuilder()
       Start Date of CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 670:68]
       
      .google.protobuf.Timestamp start_date = 163;
    • hasEndDate

      boolean hasEndDate()
       End Date of CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 675:66]
       
      .google.protobuf.Timestamp end_date = 164;
      Returns:
      Whether the endDate field is set.
    • getEndDate

      com.google.protobuf.Timestamp getEndDate()
       End Date of CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 675:66]
       
      .google.protobuf.Timestamp end_date = 164;
      Returns:
      The endDate.
    • getEndDateOrBuilder

      com.google.protobuf.TimestampOrBuilder getEndDateOrBuilder()
       End Date of CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 675:66]
       
      .google.protobuf.Timestamp end_date = 164;
    • hasCustomerRef

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

      VersionOfObjectRefStructure getCustomerRef()
       Reference to a CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 95:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_ref = 165;
      Returns:
      The customerRef.
    • getCustomerRefOrBuilder

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

      boolean hasTypeOfCustomerAccountRef()
       Reference to a TYPE OF CUSTOMER ACCOUNT .  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 440:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_customer_account_ref = 166;
      Returns:
      Whether the typeOfCustomerAccountRef field is set.
    • getTypeOfCustomerAccountRef

      VersionOfObjectRefStructure getTypeOfCustomerAccountRef()
       Reference to a TYPE OF CUSTOMER ACCOUNT .  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 440:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_customer_account_ref = 166;
      Returns:
      The typeOfCustomerAccountRef.
    • getTypeOfCustomerAccountRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfCustomerAccountRefOrBuilder()
       Reference to a TYPE OF CUSTOMER ACCOUNT .  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 440:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_customer_account_ref = 166;
    • hasCustomerAccountStatusRef

      boolean hasCustomerAccountStatusRef()
       Reference to a CUSTOMER ACCOUNT STATUS .  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 478:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_status_ref = 167;
      Returns:
      Whether the customerAccountStatusRef field is set.
    • getCustomerAccountStatusRef

      VersionOfObjectRefStructure getCustomerAccountStatusRef()
       Reference to a CUSTOMER ACCOUNT STATUS .  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 478:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_status_ref = 167;
      Returns:
      The customerAccountStatusRef.
    • getCustomerAccountStatusRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCustomerAccountStatusRefOrBuilder()
       Reference to a CUSTOMER ACCOUNT STATUS .  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 478:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_status_ref = 167;
    • getCustomerAccountStatusTypeValue

      int getCustomerAccountStatusTypeValue()
       Standard values for account status. +v1.1  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 692:100]
       
      .uk.org.netex.www.netex.AccountStatusTypeEnumeration customer_account_status_type = 168;
      Returns:
      The enum numeric value on the wire for customerAccountStatusType.
    • getCustomerAccountStatusType

      AccountStatusTypeEnumeration getCustomerAccountStatusType()
       Standard values for account status. +v1.1  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 692:100]
       
      .uk.org.netex.www.netex.AccountStatusTypeEnumeration customer_account_status_type = 168;
      Returns:
      The customerAccountStatusType.
    • hasFareContracts

      boolean hasFareContracts()
       FARE CONTRACTs for CUSTOMER ACCOUNT +v1.1.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 704:86]
       
      .uk.org.netex.www.netex.FareContracts_RelStructure fare_contracts = 181;
      Returns:
      Whether the fareContracts field is set.
    • getFareContracts

      FareContracts_RelStructure getFareContracts()
       FARE CONTRACTs for CUSTOMER ACCOUNT +v1.1.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 704:86]
       
      .uk.org.netex.www.netex.FareContracts_RelStructure fare_contracts = 181;
      Returns:
      The fareContracts.
    • getFareContractsOrBuilder

      FareContracts_RelStructureOrBuilder getFareContractsOrBuilder()
       FARE CONTRACTs for CUSTOMER ACCOUNT +v1.1.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 704:86]
       
      .uk.org.netex.www.netex.FareContracts_RelStructure fare_contracts = 181;
    • hasCustomerPurchasePackages

      boolean hasCustomerPurchasePackages()
       CUSTOMER PURCHASE PACKAGES  for CUSTOMER ACCOUT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 709:111]
       
      .uk.org.netex.www.netex.CustomerPurchasePackageRefs_RelStructure customer_purchase_packages = 182;
      Returns:
      Whether the customerPurchasePackages field is set.
    • getCustomerPurchasePackages

      CustomerPurchasePackageRefs_RelStructure getCustomerPurchasePackages()
       CUSTOMER PURCHASE PACKAGES  for CUSTOMER ACCOUT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 709:111]
       
      .uk.org.netex.www.netex.CustomerPurchasePackageRefs_RelStructure customer_purchase_packages = 182;
      Returns:
      The customerPurchasePackages.
    • getCustomerPurchasePackagesOrBuilder

      CustomerPurchasePackageRefs_RelStructureOrBuilder getCustomerPurchasePackagesOrBuilder()
       CUSTOMER PURCHASE PACKAGES  for CUSTOMER ACCOUT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 709:111]
       
      .uk.org.netex.www.netex.CustomerPurchasePackageRefs_RelStructure customer_purchase_packages = 182;
    • hasCustomerPaymentMeansRef

      boolean hasCustomerPaymentMeansRef()
       Reference to a CUSTOMER PAYMENT MEANS . +v1.2.2  [netex_part_3/part3_salesTransactions/netex_customerPaymentMeans_support.xsd at 79:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_payment_means_ref = 173;
      Returns:
      Whether the customerPaymentMeansRef field is set.
    • getCustomerPaymentMeansRef

      VersionOfObjectRefStructure getCustomerPaymentMeansRef()
       Reference to a CUSTOMER PAYMENT MEANS . +v1.2.2  [netex_part_3/part3_salesTransactions/netex_customerPaymentMeans_support.xsd at 79:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_payment_means_ref = 173;
      Returns:
      The customerPaymentMeansRef.
    • getCustomerPaymentMeansRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCustomerPaymentMeansRefOrBuilder()
       Reference to a CUSTOMER PAYMENT MEANS . +v1.2.2  [netex_part_3/part3_salesTransactions/netex_customerPaymentMeans_support.xsd at 79:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_payment_means_ref = 173;
    • hasPaymentMeans

      boolean hasPaymentMeans()
       PAYMENT MEANS for CUSTOMER ACCOUNT. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 715:92]
       
      .uk.org.netex.www.netex.CustomerPaymentMeans_RelStructure payment_means = 174;
      Returns:
      Whether the paymentMeans field is set.
    • getPaymentMeans

       PAYMENT MEANS for CUSTOMER ACCOUNT. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 715:92]
       
      .uk.org.netex.www.netex.CustomerPaymentMeans_RelStructure payment_means = 174;
      Returns:
      The paymentMeans.
    • getPaymentMeansOrBuilder

      CustomerPaymentMeans_RelStructureOrBuilder getPaymentMeansOrBuilder()
       PAYMENT MEANS for CUSTOMER ACCOUNT. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 715:92]
       
      .uk.org.netex.www.netex.CustomerPaymentMeans_RelStructure payment_means = 174;
    • hasMediumAccessDevices

      boolean hasMediumAccessDevices()
       MEDIUM APPLICATION INSTANCES for CUSTOMER ACCOUNT. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 720:101]
       
      .uk.org.netex.www.netex.MediumAccessDeviceRefs_RelStructure medium_access_devices = 175;
      Returns:
      Whether the mediumAccessDevices field is set.
    • getMediumAccessDevices

      MediumAccessDeviceRefs_RelStructure getMediumAccessDevices()
       MEDIUM APPLICATION INSTANCES for CUSTOMER ACCOUNT. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 720:101]
       
      .uk.org.netex.www.netex.MediumAccessDeviceRefs_RelStructure medium_access_devices = 175;
      Returns:
      The mediumAccessDevices.
    • getMediumAccessDevicesOrBuilder

      MediumAccessDeviceRefs_RelStructureOrBuilder getMediumAccessDevicesOrBuilder()
       MEDIUM APPLICATION INSTANCES for CUSTOMER ACCOUNT. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 720:101]
       
      .uk.org.netex.www.netex.MediumAccessDeviceRefs_RelStructure medium_access_devices = 175;
    • hasCustomerAccountEntries

      boolean hasCustomerAccountEntries()
       LOG ENTRIES for CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 725:104]
       
      .uk.org.netex.www.netex.CustomerAccountEntries_RelStructure customer_account_entries = 183;
      Returns:
      Whether the customerAccountEntries field is set.
    • getCustomerAccountEntries

      CustomerAccountEntries_RelStructure getCustomerAccountEntries()
       LOG ENTRIES for CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 725:104]
       
      .uk.org.netex.www.netex.CustomerAccountEntries_RelStructure customer_account_entries = 183;
      Returns:
      The customerAccountEntries.
    • getCustomerAccountEntriesOrBuilder

      CustomerAccountEntries_RelStructureOrBuilder getCustomerAccountEntriesOrBuilder()
       LOG ENTRIES for CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 725:104]
       
      .uk.org.netex.www.netex.CustomerAccountEntries_RelStructure customer_account_entries = 183;
    • getId

      String getId()
       Identifier of ENTITY.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 634:75]
       
      string id = 221;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 634:75]
       
      string id = 221;
      Returns:
      The bytes for id.