Class UserProfileType.Builder

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

public static final class UserProfileType.Builder extends com.google.protobuf.GeneratedMessage.Builder<UserProfileType.Builder> implements UserProfileTypeOrBuilder
 The social profile of a passenger, based on age group, education, profession, social status, sex etc., often used for allowing discounts: 18-40 years old, graduates, drivers, unemployed, women etc.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 75:87]
 
Protobuf type uk.org.netex.www.netex.UserProfileType
  • 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<UserProfileType.Builder>
    • clear

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

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

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

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

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

      public UserProfileType.Builder mergeFrom(UserProfileType other)
    • isInitialized

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

      public UserProfileType.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<UserProfileType.Builder>
      Throws:
      IOException
    • hasCreated

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

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

      public UserProfileType.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 UserProfileType.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 UserProfileType.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 UserProfileType.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 UserProfileTypeOrBuilder
    • 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 UserProfileTypeOrBuilder
      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 UserProfileTypeOrBuilder
      Returns:
      The bytes for version.
    • setVersion

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

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

      public UserProfileType.Builder setStatus(StatusEnumeration value)
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Parameters:
      value - The status to set.
      Returns:
      This builder for chaining.
    • clearStatus

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

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

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

      public UserProfileType.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 = 482;
      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 = 483;
      Specified by:
      getDerivedFromObjectRef in interface UserProfileTypeOrBuilder
      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 = 483;
      Specified by:
      getDerivedFromObjectRefBytes in interface UserProfileTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public UserProfileType.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 = 483;
      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 UserProfileTypeOrBuilder
      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 UserProfileTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

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

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

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

      public UserProfileType.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 UserProfileTypeOrBuilder
    • 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 UserProfileTypeOrBuilder
    • 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 UserProfileTypeOrBuilder
    • 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 UserProfileTypeOrBuilder
    • setValidBetween

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

      public UserProfileType.Builder setAlternativeTexts(AlternativeTexts_RelStructure value)
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
    • setAlternativeTexts

      public UserProfileType.Builder setAlternativeTexts(AlternativeTexts_RelStructure.Builder builderForValue)
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
    • mergeAlternativeTexts

      public UserProfileType.Builder mergeAlternativeTexts(AlternativeTexts_RelStructure value)
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
    • clearAlternativeTexts

      public UserProfileType.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 UserProfileTypeOrBuilder
    • 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 UserProfileTypeOrBuilder
      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 UserProfileTypeOrBuilder
      Returns:
      The keyList.
    • setKeyList

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

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

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

      public UserProfileType.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 UserProfileTypeOrBuilder
    • 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 UserProfileTypeOrBuilder
      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 UserProfileTypeOrBuilder
      Returns:
      The extensions.
    • setExtensions

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

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

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

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

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

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

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

      public UserProfileType.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 UserProfileTypeOrBuilder
    • hasName

      public boolean hasName()
       Name of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 124:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface UserProfileTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 124:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface UserProfileTypeOrBuilder
      Returns:
      The name.
    • setName

       Name of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 124:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • setName

      public UserProfileType.Builder setName(MultilingualString.Builder builderForValue)
       Name of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 124:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • mergeName

      public UserProfileType.Builder mergeName(MultilingualString value)
       Name of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 124:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • clearName

      public UserProfileType.Builder clearName()
       Name of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 124:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 124:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 124:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface UserProfileTypeOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 129:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      hasDescription in interface UserProfileTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 129:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescription in interface UserProfileTypeOrBuilder
      Returns:
      The description.
    • setDescription

      public UserProfileType.Builder setDescription(MultilingualString value)
       Description of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 129:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • setDescription

      public UserProfileType.Builder setDescription(MultilingualString.Builder builderForValue)
       Description of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 129:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • mergeDescription

      public UserProfileType.Builder mergeDescription(MultilingualString value)
       Description of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 129:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • clearDescription

      public UserProfileType.Builder clearDescription()
       Description of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 129:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Description of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 129:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 129:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescriptionOrBuilder in interface UserProfileTypeOrBuilder
    • getUrl

      public String getUrl()
       URL for information on element.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 134:60]
       
      string url = 163;
      Specified by:
      getUrl in interface UserProfileTypeOrBuilder
      Returns:
      The url.
    • getUrlBytes

      public com.google.protobuf.ByteString getUrlBytes()
       URL for information on element.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 134:60]
       
      string url = 163;
      Specified by:
      getUrlBytes in interface UserProfileTypeOrBuilder
      Returns:
      The bytes for url.
    • setUrl

      public UserProfileType.Builder setUrl(String value)
       URL for information on element.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 134:60]
       
      string url = 163;
      Parameters:
      value - The url to set.
      Returns:
      This builder for chaining.
    • clearUrl

      public UserProfileType.Builder clearUrl()
       URL for information on element.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 134:60]
       
      string url = 163;
      Returns:
      This builder for chaining.
    • setUrlBytes

      public UserProfileType.Builder setUrlBytes(com.google.protobuf.ByteString value)
       URL for information on element.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 134:60]
       
      string url = 163;
      Parameters:
      value - The bytes for url to set.
      Returns:
      This builder for chaining.
    • hasInfoLinks

      public boolean hasInfoLinks()
       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
      Specified by:
      hasInfoLinks in interface UserProfileTypeOrBuilder
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
      Specified by:
      getInfoLinks in interface UserProfileTypeOrBuilder
      Returns:
      The infoLinks.
    • setInfoLinks

       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
    • setInfoLinks

       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
    • mergeInfoLinks

       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
    • clearInfoLinks

      public UserProfileType.Builder clearInfoLinks()
       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
    • getInfoLinksBuilder

       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
    • getInfoLinksOrBuilder

       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
      Specified by:
      getInfoLinksOrBuilder in interface UserProfileTypeOrBuilder
    • hasAlternativeNames

      public boolean hasAlternativeNames()
       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
      Specified by:
      hasAlternativeNames in interface UserProfileTypeOrBuilder
      Returns:
      Whether the alternativeNames field is set.
    • getAlternativeNames

      public AlternativeNames_RelStructure getAlternativeNames()
       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
      Specified by:
      getAlternativeNames in interface UserProfileTypeOrBuilder
      Returns:
      The alternativeNames.
    • setAlternativeNames

      public UserProfileType.Builder setAlternativeNames(AlternativeNames_RelStructure value)
       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
    • setAlternativeNames

      public UserProfileType.Builder setAlternativeNames(AlternativeNames_RelStructure.Builder builderForValue)
       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
    • mergeAlternativeNames

      public UserProfileType.Builder mergeAlternativeNames(AlternativeNames_RelStructure value)
       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
    • clearAlternativeNames

      public UserProfileType.Builder clearAlternativeNames()
       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
    • getAlternativeNamesBuilder

      public AlternativeNames_RelStructure.Builder getAlternativeNamesBuilder()
       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
    • getAlternativeNamesOrBuilder

      public AlternativeNames_RelStructureOrBuilder getAlternativeNamesOrBuilder()
       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
      Specified by:
      getAlternativeNamesOrBuilder in interface UserProfileTypeOrBuilder
    • hasNoticeAssignments

      public boolean hasNoticeAssignments()
       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
      Specified by:
      hasNoticeAssignments in interface UserProfileTypeOrBuilder
      Returns:
      Whether the noticeAssignments field is set.
    • getNoticeAssignments

      public NoticeAssignments_RelStructure getNoticeAssignments()
       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
      Specified by:
      getNoticeAssignments in interface UserProfileTypeOrBuilder
      Returns:
      The noticeAssignments.
    • setNoticeAssignments

      public UserProfileType.Builder setNoticeAssignments(NoticeAssignments_RelStructure value)
       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
    • setNoticeAssignments

      public UserProfileType.Builder setNoticeAssignments(NoticeAssignments_RelStructure.Builder builderForValue)
       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
    • mergeNoticeAssignments

      public UserProfileType.Builder mergeNoticeAssignments(NoticeAssignments_RelStructure value)
       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
    • clearNoticeAssignments

      public UserProfileType.Builder clearNoticeAssignments()
       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
    • getNoticeAssignmentsBuilder

      public NoticeAssignments_RelStructure.Builder getNoticeAssignmentsBuilder()
       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
    • getNoticeAssignmentsOrBuilder

      public NoticeAssignments_RelStructureOrBuilder getNoticeAssignmentsOrBuilder()
       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
      Specified by:
      getNoticeAssignmentsOrBuilder in interface UserProfileTypeOrBuilder
    • hasTypeOfUsageParameterRef

      public boolean hasTypeOfUsageParameterRef()
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
      Specified by:
      hasTypeOfUsageParameterRef in interface UserProfileTypeOrBuilder
      Returns:
      Whether the typeOfUsageParameterRef field is set.
    • getTypeOfUsageParameterRef

      public VersionOfObjectRefStructure getTypeOfUsageParameterRef()
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
      Specified by:
      getTypeOfUsageParameterRef in interface UserProfileTypeOrBuilder
      Returns:
      The typeOfUsageParameterRef.
    • setTypeOfUsageParameterRef

      public UserProfileType.Builder setTypeOfUsageParameterRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
    • setTypeOfUsageParameterRef

      public UserProfileType.Builder setTypeOfUsageParameterRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
    • mergeTypeOfUsageParameterRef

      public UserProfileType.Builder mergeTypeOfUsageParameterRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
    • clearTypeOfUsageParameterRef

      public UserProfileType.Builder clearTypeOfUsageParameterRef()
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
    • getTypeOfUsageParameterRefBuilder

      public VersionOfObjectRefStructure.Builder getTypeOfUsageParameterRefBuilder()
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
    • getTypeOfUsageParameterRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfUsageParameterRefOrBuilder()
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
      Specified by:
      getTypeOfUsageParameterRefOrBuilder in interface UserProfileTypeOrBuilder
    • hasPrices

      public boolean hasPrices()
       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
      Specified by:
      hasPrices in interface UserProfileTypeOrBuilder
      Returns:
      Whether the prices field is set.
    • getPrices

       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
      Specified by:
      getPrices in interface UserProfileTypeOrBuilder
      Returns:
      The prices.
    • setPrices

       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
    • setPrices

       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
    • mergePrices

       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
    • clearPrices

      public UserProfileType.Builder clearPrices()
       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
    • getPricesBuilder

      public UsageParameterPrices_RelStructure.Builder getPricesBuilder()
       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
    • getPricesOrBuilder

      public UsageParameterPrices_RelStructureOrBuilder getPricesOrBuilder()
       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
      Specified by:
      getPricesOrBuilder in interface UserProfileTypeOrBuilder
    • hasBaseUserProfileRef

      public boolean hasBaseUserProfileRef()
       Base Profile on which this User profile is based. Assume all properties from base that are not explicitly stated on subprofile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 121:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure base_user_profile_ref = 501;
      Specified by:
      hasBaseUserProfileRef in interface UserProfileTypeOrBuilder
      Returns:
      Whether the baseUserProfileRef field is set.
    • getBaseUserProfileRef

      public VersionOfObjectRefStructure getBaseUserProfileRef()
       Base Profile on which this User profile is based. Assume all properties from base that are not explicitly stated on subprofile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 121:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure base_user_profile_ref = 501;
      Specified by:
      getBaseUserProfileRef in interface UserProfileTypeOrBuilder
      Returns:
      The baseUserProfileRef.
    • setBaseUserProfileRef

      public UserProfileType.Builder setBaseUserProfileRef(VersionOfObjectRefStructure value)
       Base Profile on which this User profile is based. Assume all properties from base that are not explicitly stated on subprofile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 121:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure base_user_profile_ref = 501;
    • setBaseUserProfileRef

      public UserProfileType.Builder setBaseUserProfileRef(VersionOfObjectRefStructure.Builder builderForValue)
       Base Profile on which this User profile is based. Assume all properties from base that are not explicitly stated on subprofile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 121:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure base_user_profile_ref = 501;
    • mergeBaseUserProfileRef

      public UserProfileType.Builder mergeBaseUserProfileRef(VersionOfObjectRefStructure value)
       Base Profile on which this User profile is based. Assume all properties from base that are not explicitly stated on subprofile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 121:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure base_user_profile_ref = 501;
    • clearBaseUserProfileRef

      public UserProfileType.Builder clearBaseUserProfileRef()
       Base Profile on which this User profile is based. Assume all properties from base that are not explicitly stated on subprofile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 121:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure base_user_profile_ref = 501;
    • getBaseUserProfileRefBuilder

      public VersionOfObjectRefStructure.Builder getBaseUserProfileRefBuilder()
       Base Profile on which this User profile is based. Assume all properties from base that are not explicitly stated on subprofile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 121:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure base_user_profile_ref = 501;
    • getBaseUserProfileRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBaseUserProfileRefOrBuilder()
       Base Profile on which this User profile is based. Assume all properties from base that are not explicitly stated on subprofile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 121:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure base_user_profile_ref = 501;
      Specified by:
      getBaseUserProfileRefOrBuilder in interface UserProfileTypeOrBuilder
    • hasTypeOfConcessionRef

      public boolean hasTypeOfConcessionRef()
       Reference to a TYPE OF CONCESSION.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 170:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_concession_ref = 502;
      Specified by:
      hasTypeOfConcessionRef in interface UserProfileTypeOrBuilder
      Returns:
      Whether the typeOfConcessionRef field is set.
    • getTypeOfConcessionRef

      public VersionOfObjectRefStructure getTypeOfConcessionRef()
       Reference to a TYPE OF CONCESSION.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 170:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_concession_ref = 502;
      Specified by:
      getTypeOfConcessionRef in interface UserProfileTypeOrBuilder
      Returns:
      The typeOfConcessionRef.
    • setTypeOfConcessionRef

      public UserProfileType.Builder setTypeOfConcessionRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF CONCESSION.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 170:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_concession_ref = 502;
    • setTypeOfConcessionRef

      public UserProfileType.Builder setTypeOfConcessionRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TYPE OF CONCESSION.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 170:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_concession_ref = 502;
    • mergeTypeOfConcessionRef

      public UserProfileType.Builder mergeTypeOfConcessionRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF CONCESSION.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 170:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_concession_ref = 502;
    • clearTypeOfConcessionRef

      public UserProfileType.Builder clearTypeOfConcessionRef()
       Reference to a TYPE OF CONCESSION.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 170:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_concession_ref = 502;
    • getTypeOfConcessionRefBuilder

      public VersionOfObjectRefStructure.Builder getTypeOfConcessionRefBuilder()
       Reference to a TYPE OF CONCESSION.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 170:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_concession_ref = 502;
    • getTypeOfConcessionRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfConcessionRefOrBuilder()
       Reference to a TYPE OF CONCESSION.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 170:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_concession_ref = 502;
      Specified by:
      getTypeOfConcessionRefOrBuilder in interface UserProfileTypeOrBuilder
    • getUserTypeValue

      public int getUserTypeValue()
       Classification of user profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 127:47]
       
      .uk.org.netex.www.netex.UserTypeEnumeration user_type = 503;
      Specified by:
      getUserTypeValue in interface UserProfileTypeOrBuilder
      Returns:
      The enum numeric value on the wire for userType.
    • setUserTypeValue

      public UserProfileType.Builder setUserTypeValue(int value)
       Classification of user profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 127:47]
       
      .uk.org.netex.www.netex.UserTypeEnumeration user_type = 503;
      Parameters:
      value - The enum numeric value on the wire for userType to set.
      Returns:
      This builder for chaining.
    • getUserType

      public UserTypeEnumeration getUserType()
       Classification of user profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 127:47]
       
      .uk.org.netex.www.netex.UserTypeEnumeration user_type = 503;
      Specified by:
      getUserType in interface UserProfileTypeOrBuilder
      Returns:
      The userType.
    • setUserType

      public UserProfileType.Builder setUserType(UserTypeEnumeration value)
       Classification of user profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 127:47]
       
      .uk.org.netex.www.netex.UserTypeEnumeration user_type = 503;
      Parameters:
      value - The userType to set.
      Returns:
      This builder for chaining.
    • clearUserType

      public UserProfileType.Builder clearUserType()
       Classification of user profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 127:47]
       
      .uk.org.netex.www.netex.UserTypeEnumeration user_type = 503;
      Returns:
      This builder for chaining.
    • getMinimumAge

      public int getMinimumAge()
       Minimum age to be eligible for profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 164:68]
       
      int32 minimum_age = 504;
      Specified by:
      getMinimumAge in interface UserProfileTypeOrBuilder
      Returns:
      The minimumAge.
    • setMinimumAge

      public UserProfileType.Builder setMinimumAge(int value)
       Minimum age to be eligible for profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 164:68]
       
      int32 minimum_age = 504;
      Parameters:
      value - The minimumAge to set.
      Returns:
      This builder for chaining.
    • clearMinimumAge

      public UserProfileType.Builder clearMinimumAge()
       Minimum age to be eligible for profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 164:68]
       
      int32 minimum_age = 504;
      Returns:
      This builder for chaining.
    • getMaximumAge

      public int getMaximumAge()
       Maximum age to be eligible for profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 169:68]
       
      int32 maximum_age = 505;
      Specified by:
      getMaximumAge in interface UserProfileTypeOrBuilder
      Returns:
      The maximumAge.
    • setMaximumAge

      public UserProfileType.Builder setMaximumAge(int value)
       Maximum age to be eligible for profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 169:68]
       
      int32 maximum_age = 505;
      Parameters:
      value - The maximumAge to set.
      Returns:
      This builder for chaining.
    • clearMaximumAge

      public UserProfileType.Builder clearMaximumAge()
       Maximum age to be eligible for profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 169:68]
       
      int32 maximum_age = 505;
      Returns:
      This builder for chaining.
    • hasMonthDayOnWhichAgeApplies

      public boolean hasMonthDayOnWhichAgeApplies()
       Date on which Age Applies, if fixed annually.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 174:85]
       
      .google.type.Date month_day_on_which_age_applies = 506;
      Specified by:
      hasMonthDayOnWhichAgeApplies in interface UserProfileTypeOrBuilder
      Returns:
      Whether the monthDayOnWhichAgeApplies field is set.
    • getMonthDayOnWhichAgeApplies

      public com.google.type.Date getMonthDayOnWhichAgeApplies()
       Date on which Age Applies, if fixed annually.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 174:85]
       
      .google.type.Date month_day_on_which_age_applies = 506;
      Specified by:
      getMonthDayOnWhichAgeApplies in interface UserProfileTypeOrBuilder
      Returns:
      The monthDayOnWhichAgeApplies.
    • setMonthDayOnWhichAgeApplies

      public UserProfileType.Builder setMonthDayOnWhichAgeApplies(com.google.type.Date value)
       Date on which Age Applies, if fixed annually.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 174:85]
       
      .google.type.Date month_day_on_which_age_applies = 506;
    • setMonthDayOnWhichAgeApplies

      public UserProfileType.Builder setMonthDayOnWhichAgeApplies(com.google.type.Date.Builder builderForValue)
       Date on which Age Applies, if fixed annually.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 174:85]
       
      .google.type.Date month_day_on_which_age_applies = 506;
    • mergeMonthDayOnWhichAgeApplies

      public UserProfileType.Builder mergeMonthDayOnWhichAgeApplies(com.google.type.Date value)
       Date on which Age Applies, if fixed annually.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 174:85]
       
      .google.type.Date month_day_on_which_age_applies = 506;
    • clearMonthDayOnWhichAgeApplies

      public UserProfileType.Builder clearMonthDayOnWhichAgeApplies()
       Date on which Age Applies, if fixed annually.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 174:85]
       
      .google.type.Date month_day_on_which_age_applies = 506;
    • getMonthDayOnWhichAgeAppliesBuilder

      public com.google.type.Date.Builder getMonthDayOnWhichAgeAppliesBuilder()
       Date on which Age Applies, if fixed annually.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 174:85]
       
      .google.type.Date month_day_on_which_age_applies = 506;
    • getMonthDayOnWhichAgeAppliesOrBuilder

      public com.google.type.DateOrBuilder getMonthDayOnWhichAgeAppliesOrBuilder()
       Date on which Age Applies, if fixed annually.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 174:85]
       
      .google.type.Date month_day_on_which_age_applies = 506;
      Specified by:
      getMonthDayOnWhichAgeAppliesOrBuilder in interface UserProfileTypeOrBuilder
    • getMinimumHeight

      public double getMinimumHeight()
       Minimum height to be eligible for profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 179:70]
       
      double minimum_height = 507;
      Specified by:
      getMinimumHeight in interface UserProfileTypeOrBuilder
      Returns:
      The minimumHeight.
    • setMinimumHeight

      public UserProfileType.Builder setMinimumHeight(double value)
       Minimum height to be eligible for profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 179:70]
       
      double minimum_height = 507;
      Parameters:
      value - The minimumHeight to set.
      Returns:
      This builder for chaining.
    • clearMinimumHeight

      public UserProfileType.Builder clearMinimumHeight()
       Minimum height to be eligible for profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 179:70]
       
      double minimum_height = 507;
      Returns:
      This builder for chaining.
    • getMaximumHeight

      public double getMaximumHeight()
       Maximum height to be eligible for profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 184:70]
       
      double maximum_height = 508;
      Specified by:
      getMaximumHeight in interface UserProfileTypeOrBuilder
      Returns:
      The maximumHeight.
    • setMaximumHeight

      public UserProfileType.Builder setMaximumHeight(double value)
       Maximum height to be eligible for profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 184:70]
       
      double maximum_height = 508;
      Parameters:
      value - The maximumHeight to set.
      Returns:
      This builder for chaining.
    • clearMaximumHeight

      public UserProfileType.Builder clearMaximumHeight()
       Maximum height to be eligible for profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 184:70]
       
      double maximum_height = 508;
      Returns:
      This builder for chaining.
    • getLocalResident

      public boolean getLocalResident()
       Whether user must be Local Resident.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 189:71]
       
      bool local_resident = 509;
      Specified by:
      getLocalResident in interface UserProfileTypeOrBuilder
      Returns:
      The localResident.
    • setLocalResident

      public UserProfileType.Builder setLocalResident(boolean value)
       Whether user must be Local Resident.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 189:71]
       
      bool local_resident = 509;
      Parameters:
      value - The localResident to set.
      Returns:
      This builder for chaining.
    • clearLocalResident

      public UserProfileType.Builder clearLocalResident()
       Whether user must be Local Resident.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 189:71]
       
      bool local_resident = 509;
      Returns:
      This builder for chaining.
    • hasResides

      public boolean hasResides()
       Minimum and maximum numbers of users in each category  allowed on GROUP TICKET.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 194:92]
       
      .uk.org.netex.www.netex.ResidentialQualifications_RelStructure resides = 510;
      Specified by:
      hasResides in interface UserProfileTypeOrBuilder
      Returns:
      Whether the resides field is set.
    • getResides

       Minimum and maximum numbers of users in each category  allowed on GROUP TICKET.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 194:92]
       
      .uk.org.netex.www.netex.ResidentialQualifications_RelStructure resides = 510;
      Specified by:
      getResides in interface UserProfileTypeOrBuilder
      Returns:
      The resides.
    • setResides

       Minimum and maximum numbers of users in each category  allowed on GROUP TICKET.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 194:92]
       
      .uk.org.netex.www.netex.ResidentialQualifications_RelStructure resides = 510;
    • setResides

       Minimum and maximum numbers of users in each category  allowed on GROUP TICKET.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 194:92]
       
      .uk.org.netex.www.netex.ResidentialQualifications_RelStructure resides = 510;
    • mergeResides

       Minimum and maximum numbers of users in each category  allowed on GROUP TICKET.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 194:92]
       
      .uk.org.netex.www.netex.ResidentialQualifications_RelStructure resides = 510;
    • clearResides

      public UserProfileType.Builder clearResides()
       Minimum and maximum numbers of users in each category  allowed on GROUP TICKET.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 194:92]
       
      .uk.org.netex.www.netex.ResidentialQualifications_RelStructure resides = 510;
    • getResidesBuilder

       Minimum and maximum numbers of users in each category  allowed on GROUP TICKET.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 194:92]
       
      .uk.org.netex.www.netex.ResidentialQualifications_RelStructure resides = 510;
    • getResidesOrBuilder

       Minimum and maximum numbers of users in each category  allowed on GROUP TICKET.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 194:92]
       
      .uk.org.netex.www.netex.ResidentialQualifications_RelStructure resides = 510;
      Specified by:
      getResidesOrBuilder in interface UserProfileTypeOrBuilder
    • getGenderLimitationValue

      public int getGenderLimitationValue()
       Classification GENDER LIMITATION.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1266:74]
       
      .uk.org.netex.www.netex.GenderLimitationEnumeration gender_limitation = 521;
      Specified by:
      getGenderLimitationValue in interface UserProfileTypeOrBuilder
      Returns:
      The enum numeric value on the wire for genderLimitation.
    • setGenderLimitationValue

      public UserProfileType.Builder setGenderLimitationValue(int value)
       Classification GENDER LIMITATION.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1266:74]
       
      .uk.org.netex.www.netex.GenderLimitationEnumeration gender_limitation = 521;
      Parameters:
      value - The enum numeric value on the wire for genderLimitation to set.
      Returns:
      This builder for chaining.
    • getGenderLimitation

      public GenderLimitationEnumeration getGenderLimitation()
       Classification GENDER LIMITATION.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1266:74]
       
      .uk.org.netex.www.netex.GenderLimitationEnumeration gender_limitation = 521;
      Specified by:
      getGenderLimitation in interface UserProfileTypeOrBuilder
      Returns:
      The genderLimitation.
    • setGenderLimitation

      public UserProfileType.Builder setGenderLimitation(GenderLimitationEnumeration value)
       Classification GENDER LIMITATION.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1266:74]
       
      .uk.org.netex.www.netex.GenderLimitationEnumeration gender_limitation = 521;
      Parameters:
      value - The genderLimitation to set.
      Returns:
      This builder for chaining.
    • clearGenderLimitation

      public UserProfileType.Builder clearGenderLimitation()
       Classification GENDER LIMITATION.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1266:74]
       
      .uk.org.netex.www.netex.GenderLimitationEnumeration gender_limitation = 521;
      Returns:
      This builder for chaining.
    • getProofRequiredList

      public List<ProofOfIdentityEnumeration> getProofRequiredList()
       Type of document accepted as proof of eligibility.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 137:93]
       
      repeated .uk.org.netex.www.netex.ProofOfIdentityEnumeration proof_required = 522 [packed = true];
      Specified by:
      getProofRequiredList in interface UserProfileTypeOrBuilder
      Returns:
      A list containing the proofRequired.
    • getProofRequiredCount

      public int getProofRequiredCount()
       Type of document accepted as proof of eligibility.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 137:93]
       
      repeated .uk.org.netex.www.netex.ProofOfIdentityEnumeration proof_required = 522 [packed = true];
      Specified by:
      getProofRequiredCount in interface UserProfileTypeOrBuilder
      Returns:
      The count of proofRequired.
    • getProofRequired

      public ProofOfIdentityEnumeration getProofRequired(int index)
       Type of document accepted as proof of eligibility.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 137:93]
       
      repeated .uk.org.netex.www.netex.ProofOfIdentityEnumeration proof_required = 522 [packed = true];
      Specified by:
      getProofRequired in interface UserProfileTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The proofRequired at the given index.
    • setProofRequired

      public UserProfileType.Builder setProofRequired(int index, ProofOfIdentityEnumeration value)
       Type of document accepted as proof of eligibility.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 137:93]
       
      repeated .uk.org.netex.www.netex.ProofOfIdentityEnumeration proof_required = 522 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The proofRequired to set.
      Returns:
      This builder for chaining.
    • addProofRequired

      public UserProfileType.Builder addProofRequired(ProofOfIdentityEnumeration value)
       Type of document accepted as proof of eligibility.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 137:93]
       
      repeated .uk.org.netex.www.netex.ProofOfIdentityEnumeration proof_required = 522 [packed = true];
      Parameters:
      value - The proofRequired to add.
      Returns:
      This builder for chaining.
    • addAllProofRequired

      public UserProfileType.Builder addAllProofRequired(Iterable<? extends ProofOfIdentityEnumeration> values)
       Type of document accepted as proof of eligibility.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 137:93]
       
      repeated .uk.org.netex.www.netex.ProofOfIdentityEnumeration proof_required = 522 [packed = true];
      Parameters:
      values - The proofRequired to add.
      Returns:
      This builder for chaining.
    • clearProofRequired

      public UserProfileType.Builder clearProofRequired()
       Type of document accepted as proof of eligibility.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 137:93]
       
      repeated .uk.org.netex.www.netex.ProofOfIdentityEnumeration proof_required = 522 [packed = true];
      Returns:
      This builder for chaining.
    • getProofRequiredValueList

      public List<Integer> getProofRequiredValueList()
       Type of document accepted as proof of eligibility.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 137:93]
       
      repeated .uk.org.netex.www.netex.ProofOfIdentityEnumeration proof_required = 522 [packed = true];
      Specified by:
      getProofRequiredValueList in interface UserProfileTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for proofRequired.
    • getProofRequiredValue

      public int getProofRequiredValue(int index)
       Type of document accepted as proof of eligibility.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 137:93]
       
      repeated .uk.org.netex.www.netex.ProofOfIdentityEnumeration proof_required = 522 [packed = true];
      Specified by:
      getProofRequiredValue in interface UserProfileTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of proofRequired at the given index.
    • setProofRequiredValue

      public UserProfileType.Builder setProofRequiredValue(int index, int value)
       Type of document accepted as proof of eligibility.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 137:93]
       
      repeated .uk.org.netex.www.netex.ProofOfIdentityEnumeration proof_required = 522 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for proofRequired to set.
      Returns:
      This builder for chaining.
    • addProofRequiredValue

      public UserProfileType.Builder addProofRequiredValue(int value)
       Type of document accepted as proof of eligibility.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 137:93]
       
      repeated .uk.org.netex.www.netex.ProofOfIdentityEnumeration proof_required = 522 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for proofRequired to add.
      Returns:
      This builder for chaining.
    • addAllProofRequiredValue

      public UserProfileType.Builder addAllProofRequiredValue(Iterable<Integer> values)
       Type of document accepted as proof of eligibility.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 137:93]
       
      repeated .uk.org.netex.www.netex.ProofOfIdentityEnumeration proof_required = 522 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for proofRequired to add.
      Returns:
      This builder for chaining.
    • hasTypesOfProofRequiredRef

      public boolean hasTypesOfProofRequiredRef()
       Types of Document accepted as proof of identify - open values. +v1.2.2  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 142:99]
       
      .uk.org.netex.www.netex.TypesOfProofRefs_RelStructure types_of_proof_required_ref = 443;
      Specified by:
      hasTypesOfProofRequiredRef in interface UserProfileTypeOrBuilder
      Returns:
      Whether the typesOfProofRequiredRef field is set.
    • getTypesOfProofRequiredRef

      public TypesOfProofRefs_RelStructure getTypesOfProofRequiredRef()
       Types of Document accepted as proof of identify - open values. +v1.2.2  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 142:99]
       
      .uk.org.netex.www.netex.TypesOfProofRefs_RelStructure types_of_proof_required_ref = 443;
      Specified by:
      getTypesOfProofRequiredRef in interface UserProfileTypeOrBuilder
      Returns:
      The typesOfProofRequiredRef.
    • setTypesOfProofRequiredRef

      public UserProfileType.Builder setTypesOfProofRequiredRef(TypesOfProofRefs_RelStructure value)
       Types of Document accepted as proof of identify - open values. +v1.2.2  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 142:99]
       
      .uk.org.netex.www.netex.TypesOfProofRefs_RelStructure types_of_proof_required_ref = 443;
    • setTypesOfProofRequiredRef

      public UserProfileType.Builder setTypesOfProofRequiredRef(TypesOfProofRefs_RelStructure.Builder builderForValue)
       Types of Document accepted as proof of identify - open values. +v1.2.2  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 142:99]
       
      .uk.org.netex.www.netex.TypesOfProofRefs_RelStructure types_of_proof_required_ref = 443;
    • mergeTypesOfProofRequiredRef

      public UserProfileType.Builder mergeTypesOfProofRequiredRef(TypesOfProofRefs_RelStructure value)
       Types of Document accepted as proof of identify - open values. +v1.2.2  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 142:99]
       
      .uk.org.netex.www.netex.TypesOfProofRefs_RelStructure types_of_proof_required_ref = 443;
    • clearTypesOfProofRequiredRef

      public UserProfileType.Builder clearTypesOfProofRequiredRef()
       Types of Document accepted as proof of identify - open values. +v1.2.2  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 142:99]
       
      .uk.org.netex.www.netex.TypesOfProofRefs_RelStructure types_of_proof_required_ref = 443;
    • getTypesOfProofRequiredRefBuilder

      public TypesOfProofRefs_RelStructure.Builder getTypesOfProofRequiredRefBuilder()
       Types of Document accepted as proof of identify - open values. +v1.2.2  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 142:99]
       
      .uk.org.netex.www.netex.TypesOfProofRefs_RelStructure types_of_proof_required_ref = 443;
    • getTypesOfProofRequiredRefOrBuilder

      public TypesOfProofRefs_RelStructureOrBuilder getTypesOfProofRequiredRefOrBuilder()
       Types of Document accepted as proof of identify - open values. +v1.2.2  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 142:99]
       
      .uk.org.netex.www.netex.TypesOfProofRefs_RelStructure types_of_proof_required_ref = 443;
      Specified by:
      getTypesOfProofRequiredRefOrBuilder in interface UserProfileTypeOrBuilder
    • getDiscountBasisValue

      public int getDiscountBasisValue()
       Nature of discount for this profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 147:84]
       
      .uk.org.netex.www.netex.DiscountBasisEnumeration discount_basis = 523;
      Specified by:
      getDiscountBasisValue in interface UserProfileTypeOrBuilder
      Returns:
      The enum numeric value on the wire for discountBasis.
    • setDiscountBasisValue

      public UserProfileType.Builder setDiscountBasisValue(int value)
       Nature of discount for this profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 147:84]
       
      .uk.org.netex.www.netex.DiscountBasisEnumeration discount_basis = 523;
      Parameters:
      value - The enum numeric value on the wire for discountBasis to set.
      Returns:
      This builder for chaining.
    • getDiscountBasis

      public DiscountBasisEnumeration getDiscountBasis()
       Nature of discount for this profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 147:84]
       
      .uk.org.netex.www.netex.DiscountBasisEnumeration discount_basis = 523;
      Specified by:
      getDiscountBasis in interface UserProfileTypeOrBuilder
      Returns:
      The discountBasis.
    • setDiscountBasis

      public UserProfileType.Builder setDiscountBasis(DiscountBasisEnumeration value)
       Nature of discount for this profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 147:84]
       
      .uk.org.netex.www.netex.DiscountBasisEnumeration discount_basis = 523;
      Parameters:
      value - The discountBasis to set.
      Returns:
      This builder for chaining.
    • clearDiscountBasis

      public UserProfileType.Builder clearDiscountBasis()
       Nature of discount for this profile.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 147:84]
       
      .uk.org.netex.www.netex.DiscountBasisEnumeration discount_basis = 523;
      Returns:
      This builder for chaining.
    • hasCompanionProfiles

      public boolean hasCompanionProfiles()
       Minimum and maximum numbers of users in each category  allowed on GROUP TICKET.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 152:94]
       
      .uk.org.netex.www.netex.CompanionProfiles_RelStructure companion_profiles = 524;
      Specified by:
      hasCompanionProfiles in interface UserProfileTypeOrBuilder
      Returns:
      Whether the companionProfiles field is set.
    • getCompanionProfiles

      public CompanionProfiles_RelStructure getCompanionProfiles()
       Minimum and maximum numbers of users in each category  allowed on GROUP TICKET.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 152:94]
       
      .uk.org.netex.www.netex.CompanionProfiles_RelStructure companion_profiles = 524;
      Specified by:
      getCompanionProfiles in interface UserProfileTypeOrBuilder
      Returns:
      The companionProfiles.
    • setCompanionProfiles

      public UserProfileType.Builder setCompanionProfiles(CompanionProfiles_RelStructure value)
       Minimum and maximum numbers of users in each category  allowed on GROUP TICKET.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 152:94]
       
      .uk.org.netex.www.netex.CompanionProfiles_RelStructure companion_profiles = 524;
    • setCompanionProfiles

      public UserProfileType.Builder setCompanionProfiles(CompanionProfiles_RelStructure.Builder builderForValue)
       Minimum and maximum numbers of users in each category  allowed on GROUP TICKET.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 152:94]
       
      .uk.org.netex.www.netex.CompanionProfiles_RelStructure companion_profiles = 524;
    • mergeCompanionProfiles

      public UserProfileType.Builder mergeCompanionProfiles(CompanionProfiles_RelStructure value)
       Minimum and maximum numbers of users in each category  allowed on GROUP TICKET.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 152:94]
       
      .uk.org.netex.www.netex.CompanionProfiles_RelStructure companion_profiles = 524;
    • clearCompanionProfiles

      public UserProfileType.Builder clearCompanionProfiles()
       Minimum and maximum numbers of users in each category  allowed on GROUP TICKET.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 152:94]
       
      .uk.org.netex.www.netex.CompanionProfiles_RelStructure companion_profiles = 524;
    • getCompanionProfilesBuilder

      public CompanionProfiles_RelStructure.Builder getCompanionProfilesBuilder()
       Minimum and maximum numbers of users in each category  allowed on GROUP TICKET.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 152:94]
       
      .uk.org.netex.www.netex.CompanionProfiles_RelStructure companion_profiles = 524;
    • getCompanionProfilesOrBuilder

      public CompanionProfiles_RelStructureOrBuilder getCompanionProfilesOrBuilder()
       Minimum and maximum numbers of users in each category  allowed on GROUP TICKET.  [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 152:94]
       
      .uk.org.netex.www.netex.CompanionProfiles_RelStructure companion_profiles = 524;
      Specified by:
      getCompanionProfilesOrBuilder in interface UserProfileTypeOrBuilder
    • getId

      public String getId()
       [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 99:57]
       
      string id = 551;
      Specified by:
      getId in interface UserProfileTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 99:57]
       
      string id = 551;
      Specified by:
      getIdBytes in interface UserProfileTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public UserProfileType.Builder setId(String value)
       [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 99:57]
       
      string id = 551;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public UserProfileType.Builder clearId()
       [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 99:57]
       
      string id = 551;
      Returns:
      This builder for chaining.
    • setIdBytes

      public UserProfileType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 99:57]
       
      string id = 551;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.