Interface Customer_VersionStructureOrBuilder

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

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

    • getId

      String getId()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Returns:
      The bytes for id.
    • 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 = 203;
      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 = 203;
      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 = 204;
      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 = 204;
      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;
    • getSurname

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

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

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

      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;
      Returns:
      The bytes for firstName.
    • getTitle

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

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

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

      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;
      Returns:
      The dateOfBirth.
    • getDateOfBirthOrBuilder

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

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

      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;
      Returns:
      The gender.
    • getHeight

      double getHeight()
       Height of CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 265:63]
       
      double height = 166;
      Returns:
      The height.
    • getPhoto

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

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

      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;
      Returns:
      The smoker.
    • getEmail

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

      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;
      Returns:
      The bytes for email.
    • hasEmailVerified

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

      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;
      Returns:
      The emailVerified.
    • getEmailVerifiedOrBuilder

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

      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;
      Returns:
      Whether the phone field is set.
    • 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;
      Returns:
      The phone.
    • 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;
    • hasPhoneVerified

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

      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;
      Returns:
      The phoneVerified.
    • getPhoneVerifiedOrBuilder

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

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

      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;
      Returns:
      The postalAddress.
    • getPostalAddressOrBuilder

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

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

      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;
      Returns:
      The identityDocumentRef.
    • getIdentityDocumentRefOrBuilder

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

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

      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;
      Returns:
      The customerEligibilities.
    • getCustomerEligibilitiesOrBuilder

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

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

      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;
      Returns:
      The customerAccounts.
    • getCustomerAccountsOrBuilder

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

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

      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;
      Returns:
      The fareContracts.
    • getFareContractsOrBuilder

      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;