Class VehicleSharingType.Builder

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

public static final class VehicleSharingType.Builder extends com.google.protobuf.GeneratedMessage.Builder<VehicleSharingType.Builder> implements VehicleSharingTypeOrBuilder
 Short term VEHICLE RENTAL where the vehicle can be taken from and parked at different places in the urban area, possibly without the constraint to bring back the vehicle to a specific location. +v1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 363:85]
 
Protobuf type uk.org.netex.www.netex.VehicleSharingType
  • 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<VehicleSharingType.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<VehicleSharingType.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<VehicleSharingType.Builder>
    • getDefaultInstanceForType

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

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

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

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

    • isInitialized

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

      public VehicleSharingType.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<VehicleSharingType.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 = 2;
      Specified by:
      hasCreated in interface VehicleSharingTypeOrBuilder
      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 = 2;
      Specified by:
      getCreated in interface VehicleSharingTypeOrBuilder
      Returns:
      The created.
    • setCreated

      public VehicleSharingType.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 = 2;
    • setCreated

      public VehicleSharingType.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 = 2;
    • mergeCreated

      public VehicleSharingType.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 = 2;
    • clearCreated

      public VehicleSharingType.Builder clearCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 2;
    • 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 = 2;
    • 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 = 2;
      Specified by:
      getCreatedOrBuilder in interface VehicleSharingTypeOrBuilder
    • 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 = 3;
      Specified by:
      hasChanged in interface VehicleSharingTypeOrBuilder
      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 = 3;
      Specified by:
      getChanged in interface VehicleSharingTypeOrBuilder
      Returns:
      The changed.
    • setChanged

      public VehicleSharingType.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 = 3;
    • setChanged

      public VehicleSharingType.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 = 3;
    • mergeChanged

      public VehicleSharingType.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 = 3;
    • clearChanged

      public VehicleSharingType.Builder clearChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 3;
    • 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 = 3;
    • 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 = 3;
      Specified by:
      getChangedOrBuilder in interface VehicleSharingTypeOrBuilder
    • getVersion

      public String getVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 4;
      Specified by:
      getVersion in interface VehicleSharingTypeOrBuilder
      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 = 4;
      Specified by:
      getVersionBytes in interface VehicleSharingTypeOrBuilder
      Returns:
      The bytes for version.
    • setVersion

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

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

      public VehicleSharingType.Builder setVersionBytes(com.google.protobuf.ByteString value)
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 4;
      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 = 5;
      Specified by:
      getStatusValue in interface VehicleSharingTypeOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • setStatusValue

      public VehicleSharingType.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 = 5;
      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 = 5;
      Specified by:
      getStatus in interface VehicleSharingTypeOrBuilder
      Returns:
      The status.
    • setStatus

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

      public VehicleSharingType.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 = 5;
      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 = 662;
      Specified by:
      getDerivedFromVersionRef in interface VehicleSharingTypeOrBuilder
      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 = 662;
      Specified by:
      getDerivedFromVersionRefBytes in interface VehicleSharingTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

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

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

      public VehicleSharingType.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 = 662;
      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 = 663;
      Specified by:
      getDerivedFromObjectRef in interface VehicleSharingTypeOrBuilder
      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 = 663;
      Specified by:
      getDerivedFromObjectRefBytes in interface VehicleSharingTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public VehicleSharingType.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 = 663;
      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 = 6;
      Specified by:
      hasValidityConditions in interface VehicleSharingTypeOrBuilder
      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 = 6;
      Specified by:
      getValidityConditions in interface VehicleSharingTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

      public VehicleSharingType.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 = 6;
    • setValidityConditions

      public VehicleSharingType.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 = 6;
    • mergeValidityConditions

      public VehicleSharingType.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 = 6;
    • clearValidityConditions

      public VehicleSharingType.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 = 6;
    • 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 = 6;
    • 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 = 6;
      Specified by:
      getValidityConditionsOrBuilder in interface VehicleSharingTypeOrBuilder
    • 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 = 7;
      Specified by:
      getValidBetweenList in interface VehicleSharingTypeOrBuilder
    • 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 = 7;
      Specified by:
      getValidBetweenCount in interface VehicleSharingTypeOrBuilder
    • 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 = 7;
      Specified by:
      getValidBetween in interface VehicleSharingTypeOrBuilder
    • setValidBetween

      public VehicleSharingType.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 = 7;
    • setValidBetween

      public VehicleSharingType.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 = 7;
    • addValidBetween

      public VehicleSharingType.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 = 7;
    • addValidBetween

      public VehicleSharingType.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 = 7;
    • addValidBetween

      public VehicleSharingType.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 = 7;
    • addValidBetween

      public VehicleSharingType.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 = 7;
    • addAllValidBetween

      public VehicleSharingType.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 = 7;
    • clearValidBetween

      public VehicleSharingType.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 = 7;
    • removeValidBetween

      public VehicleSharingType.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 = 7;
    • 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 = 7;
    • 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 = 7;
      Specified by:
      getValidBetweenOrBuilder in interface VehicleSharingTypeOrBuilder
    • 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 = 7;
      Specified by:
      getValidBetweenOrBuilderList in interface VehicleSharingTypeOrBuilder
    • 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 = 7;
    • 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 = 7;
    • 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 = 7;
    • 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 = 11;
      Specified by:
      hasAlternativeTexts in interface VehicleSharingTypeOrBuilder
      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 = 11;
      Specified by:
      getAlternativeTexts in interface VehicleSharingTypeOrBuilder
      Returns:
      The alternativeTexts.
    • setAlternativeTexts

      public VehicleSharingType.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 = 11;
    • setAlternativeTexts

      public VehicleSharingType.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 = 11;
    • mergeAlternativeTexts

      public VehicleSharingType.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 = 11;
    • clearAlternativeTexts

      public VehicleSharingType.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 = 11;
    • 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 = 11;
    • 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 = 11;
      Specified by:
      getAlternativeTextsOrBuilder in interface VehicleSharingTypeOrBuilder
    • 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 = 61;
      Specified by:
      hasKeyList in interface VehicleSharingTypeOrBuilder
      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 = 61;
      Specified by:
      getKeyList in interface VehicleSharingTypeOrBuilder
      Returns:
      The keyList.
    • setKeyList

      public VehicleSharingType.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 = 61;
    • setKeyList

      public VehicleSharingType.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 = 61;
    • mergeKeyList

      public VehicleSharingType.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 = 61;
    • clearKeyList

      public VehicleSharingType.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 = 61;
    • 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 = 61;
    • 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 = 61;
      Specified by:
      getKeyListOrBuilder in interface VehicleSharingTypeOrBuilder
    • 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 = 62;
      Specified by:
      hasExtensions in interface VehicleSharingTypeOrBuilder
      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 = 62;
      Specified by:
      getExtensions in interface VehicleSharingTypeOrBuilder
      Returns:
      The extensions.
    • setExtensions

      public VehicleSharingType.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 = 62;
    • setExtensions

      public VehicleSharingType.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 = 62;
    • mergeExtensions

      public VehicleSharingType.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 = 62;
    • clearExtensions

      public VehicleSharingType.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 = 62;
    • 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 = 62;
    • 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 = 62;
      Specified by:
      getExtensionsOrBuilder in interface VehicleSharingTypeOrBuilder
    • 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 = 63;
      Specified by:
      hasBrandingRef in interface VehicleSharingTypeOrBuilder
      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 = 63;
      Specified by:
      getBrandingRef in interface VehicleSharingTypeOrBuilder
      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 = 63;
    • setBrandingRef

      public VehicleSharingType.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 = 63;
    • mergeBrandingRef

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

      public VehicleSharingType.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 = 63;
    • 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 = 63;
    • 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 = 63;
      Specified by:
      getBrandingRefOrBuilder in interface VehicleSharingTypeOrBuilder
    • hasName

      public boolean hasName()
       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 151;
      Specified by:
      hasName in interface VehicleSharingTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 151;
      Specified by:
      getName in interface VehicleSharingTypeOrBuilder
      Returns:
      The name.
    • setName

       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 151;
    • setName

      public VehicleSharingType.Builder setName(MultilingualString.Builder builderForValue)
       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 151;
    • mergeName

       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 151;
    • clearName

      public VehicleSharingType.Builder clearName()
       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 151;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 151;
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 120:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 151;
      Specified by:
      getNameOrBuilder in interface VehicleSharingTypeOrBuilder
    • hasShortName

      public boolean hasShortName()
       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 152;
      Specified by:
      hasShortName in interface VehicleSharingTypeOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 152;
      Specified by:
      getShortName in interface VehicleSharingTypeOrBuilder
      Returns:
      The shortName.
    • setShortName

      public VehicleSharingType.Builder setShortName(MultilingualString value)
       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 152;
    • setShortName

      public VehicleSharingType.Builder setShortName(MultilingualString.Builder builderForValue)
       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 152;
    • mergeShortName

      public VehicleSharingType.Builder mergeShortName(MultilingualString value)
       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 152;
    • clearShortName

      public VehicleSharingType.Builder clearShortName()
       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 152;
    • getShortNameBuilder

      public MultilingualString.Builder getShortNameBuilder()
       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 152;
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       Short Name for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 125:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 152;
      Specified by:
      getShortNameOrBuilder in interface VehicleSharingTypeOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 153;
      Specified by:
      hasDescription in interface VehicleSharingTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 153;
      Specified by:
      getDescription in interface VehicleSharingTypeOrBuilder
      Returns:
      The description.
    • setDescription

      public VehicleSharingType.Builder setDescription(MultilingualString value)
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 153;
    • setDescription

      public VehicleSharingType.Builder setDescription(MultilingualString.Builder builderForValue)
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 153;
    • mergeDescription

      public VehicleSharingType.Builder mergeDescription(MultilingualString value)
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 153;
    • clearDescription

      public VehicleSharingType.Builder clearDescription()
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 153;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 153;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 130:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 153;
      Specified by:
      getDescriptionOrBuilder in interface VehicleSharingTypeOrBuilder
    • getImage

      public String getImage()
       Default image for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 135:62]
       
      string image = 154;
      Specified by:
      getImage in interface VehicleSharingTypeOrBuilder
      Returns:
      The image.
    • getImageBytes

      public com.google.protobuf.ByteString getImageBytes()
       Default image for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 135:62]
       
      string image = 154;
      Specified by:
      getImageBytes in interface VehicleSharingTypeOrBuilder
      Returns:
      The bytes for image.
    • setImage

      public VehicleSharingType.Builder setImage(String value)
       Default image for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 135:62]
       
      string image = 154;
      Parameters:
      value - The image to set.
      Returns:
      This builder for chaining.
    • clearImage

      public VehicleSharingType.Builder clearImage()
       Default image for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 135:62]
       
      string image = 154;
      Returns:
      This builder for chaining.
    • setImageBytes

      public VehicleSharingType.Builder setImageBytes(com.google.protobuf.ByteString value)
       Default image for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 135:62]
       
      string image = 154;
      Parameters:
      value - The bytes for image to set.
      Returns:
      This builder for chaining.
    • getUrl

      public String getUrl()
       Default URL for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 140:60]
       
      string url = 155;
      Specified by:
      getUrl in interface VehicleSharingTypeOrBuilder
      Returns:
      The url.
    • getUrlBytes

      public com.google.protobuf.ByteString getUrlBytes()
       Default URL for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 140:60]
       
      string url = 155;
      Specified by:
      getUrlBytes in interface VehicleSharingTypeOrBuilder
      Returns:
      The bytes for url.
    • setUrl

      public VehicleSharingType.Builder setUrl(String value)
       Default URL for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 140:60]
       
      string url = 155;
      Parameters:
      value - The url to set.
      Returns:
      This builder for chaining.
    • clearUrl

      public VehicleSharingType.Builder clearUrl()
       Default URL for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 140:60]
       
      string url = 155;
      Returns:
      This builder for chaining.
    • setUrlBytes

      public VehicleSharingType.Builder setUrlBytes(com.google.protobuf.ByteString value)
       Default URL for TYPE OF VALUE.  [netex_framework/netex_responsibility/netex_typeOfValue_version.xsd at 140:60]
       
      string url = 155;
      Parameters:
      value - The bytes for url to set.
      Returns:
      This builder for chaining.
    • hasPrivateCode

      public boolean hasPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 156;
      Specified by:
      hasPrivateCode in interface VehicleSharingTypeOrBuilder
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      public PrivateCodeStructure getPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 156;
      Specified by:
      getPrivateCode in interface VehicleSharingTypeOrBuilder
      Returns:
      The privateCode.
    • setPrivateCode

      public VehicleSharingType.Builder setPrivateCode(PrivateCodeStructure value)
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 156;
    • setPrivateCode

      public VehicleSharingType.Builder setPrivateCode(PrivateCodeStructure.Builder builderForValue)
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 156;
    • mergePrivateCode

      public VehicleSharingType.Builder mergePrivateCode(PrivateCodeStructure value)
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 156;
    • clearPrivateCode

      public VehicleSharingType.Builder clearPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 156;
    • getPrivateCodeBuilder

      public PrivateCodeStructure.Builder getPrivateCodeBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 156;
    • getPrivateCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPrivateCodeOrBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 156;
      Specified by:
      getPrivateCodeOrBuilder in interface VehicleSharingTypeOrBuilder
    • hasTypeOfModeOfOperationRef

      public boolean hasTypeOfModeOfOperationRef()
       Reference to a TYPE OF MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 360:124]
       
      .uk.org.netex.www.netex.TypeOfModeOfOperationRefStructure type_of_mode_of_operation_ref = 271;
      Specified by:
      hasTypeOfModeOfOperationRef in interface VehicleSharingTypeOrBuilder
      Returns:
      Whether the typeOfModeOfOperationRef field is set.
    • getTypeOfModeOfOperationRef

      public TypeOfModeOfOperationRefStructure getTypeOfModeOfOperationRef()
       Reference to a TYPE OF MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 360:124]
       
      .uk.org.netex.www.netex.TypeOfModeOfOperationRefStructure type_of_mode_of_operation_ref = 271;
      Specified by:
      getTypeOfModeOfOperationRef in interface VehicleSharingTypeOrBuilder
      Returns:
      The typeOfModeOfOperationRef.
    • setTypeOfModeOfOperationRef

      public VehicleSharingType.Builder setTypeOfModeOfOperationRef(TypeOfModeOfOperationRefStructure value)
       Reference to a TYPE OF MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 360:124]
       
      .uk.org.netex.www.netex.TypeOfModeOfOperationRefStructure type_of_mode_of_operation_ref = 271;
    • setTypeOfModeOfOperationRef

      public VehicleSharingType.Builder setTypeOfModeOfOperationRef(TypeOfModeOfOperationRefStructure.Builder builderForValue)
       Reference to a TYPE OF MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 360:124]
       
      .uk.org.netex.www.netex.TypeOfModeOfOperationRefStructure type_of_mode_of_operation_ref = 271;
    • mergeTypeOfModeOfOperationRef

      public VehicleSharingType.Builder mergeTypeOfModeOfOperationRef(TypeOfModeOfOperationRefStructure value)
       Reference to a TYPE OF MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 360:124]
       
      .uk.org.netex.www.netex.TypeOfModeOfOperationRefStructure type_of_mode_of_operation_ref = 271;
    • clearTypeOfModeOfOperationRef

      public VehicleSharingType.Builder clearTypeOfModeOfOperationRef()
       Reference to a TYPE OF MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 360:124]
       
      .uk.org.netex.www.netex.TypeOfModeOfOperationRefStructure type_of_mode_of_operation_ref = 271;
    • getTypeOfModeOfOperationRefBuilder

      public TypeOfModeOfOperationRefStructure.Builder getTypeOfModeOfOperationRefBuilder()
       Reference to a TYPE OF MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 360:124]
       
      .uk.org.netex.www.netex.TypeOfModeOfOperationRefStructure type_of_mode_of_operation_ref = 271;
    • getTypeOfModeOfOperationRefOrBuilder

      public TypeOfModeOfOperationRefStructureOrBuilder getTypeOfModeOfOperationRefOrBuilder()
       Reference to a TYPE OF MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 360:124]
       
      .uk.org.netex.www.netex.TypeOfModeOfOperationRefStructure type_of_mode_of_operation_ref = 271;
      Specified by:
      getTypeOfModeOfOperationRefOrBuilder in interface VehicleSharingTypeOrBuilder
    • hasSubmodes

      public boolean hasSubmodes()
       SUBMODEs associated with MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 121:76]
       
      .uk.org.netex.www.netex.Submodes_RelStructure submodes = 272;
      Specified by:
      hasSubmodes in interface VehicleSharingTypeOrBuilder
      Returns:
      Whether the submodes field is set.
    • getSubmodes

      public Submodes_RelStructure getSubmodes()
       SUBMODEs associated with MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 121:76]
       
      .uk.org.netex.www.netex.Submodes_RelStructure submodes = 272;
      Specified by:
      getSubmodes in interface VehicleSharingTypeOrBuilder
      Returns:
      The submodes.
    • setSubmodes

       SUBMODEs associated with MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 121:76]
       
      .uk.org.netex.www.netex.Submodes_RelStructure submodes = 272;
    • setSubmodes

      public VehicleSharingType.Builder setSubmodes(Submodes_RelStructure.Builder builderForValue)
       SUBMODEs associated with MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 121:76]
       
      .uk.org.netex.www.netex.Submodes_RelStructure submodes = 272;
    • mergeSubmodes

      public VehicleSharingType.Builder mergeSubmodes(Submodes_RelStructure value)
       SUBMODEs associated with MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 121:76]
       
      .uk.org.netex.www.netex.Submodes_RelStructure submodes = 272;
    • clearSubmodes

      public VehicleSharingType.Builder clearSubmodes()
       SUBMODEs associated with MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 121:76]
       
      .uk.org.netex.www.netex.Submodes_RelStructure submodes = 272;
    • getSubmodesBuilder

      public Submodes_RelStructure.Builder getSubmodesBuilder()
       SUBMODEs associated with MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 121:76]
       
      .uk.org.netex.www.netex.Submodes_RelStructure submodes = 272;
    • getSubmodesOrBuilder

      public Submodes_RelStructureOrBuilder getSubmodesOrBuilder()
       SUBMODEs associated with MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 121:76]
       
      .uk.org.netex.www.netex.Submodes_RelStructure submodes = 272;
      Specified by:
      getSubmodesOrBuilder in interface VehicleSharingTypeOrBuilder
    • getId

      public String getId()
       Identifier of ENTITY.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 392:74]
       
      string id = 561;
      Specified by:
      getId in interface VehicleSharingTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 392:74]
       
      string id = 561;
      Specified by:
      getIdBytes in interface VehicleSharingTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public VehicleSharingType.Builder setId(String value)
       Identifier of ENTITY.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 392:74]
       
      string id = 561;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public VehicleSharingType.Builder clearId()
       Identifier of ENTITY.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 392:74]
       
      string id = 561;
      Returns:
      This builder for chaining.
    • setIdBytes

      public VehicleSharingType.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of ENTITY.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 392:74]
       
      string id = 561;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • getVehicleSharingTypeValue

      public int getVehicleSharingTypeValue()
       Allowed values for VEHICLE SHARING MODE.OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 385:98]
       
      .uk.org.netex.www.netex.VehicleSharingTypeEnumeration vehicle_sharing_type = 651;
      Specified by:
      getVehicleSharingTypeValue in interface VehicleSharingTypeOrBuilder
      Returns:
      The enum numeric value on the wire for vehicleSharingType.
    • setVehicleSharingTypeValue

      public VehicleSharingType.Builder setVehicleSharingTypeValue(int value)
       Allowed values for VEHICLE SHARING MODE.OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 385:98]
       
      .uk.org.netex.www.netex.VehicleSharingTypeEnumeration vehicle_sharing_type = 651;
      Parameters:
      value - The enum numeric value on the wire for vehicleSharingType to set.
      Returns:
      This builder for chaining.
    • getVehicleSharingType

      public VehicleSharingTypeEnumeration getVehicleSharingType()
       Allowed values for VEHICLE SHARING MODE.OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 385:98]
       
      .uk.org.netex.www.netex.VehicleSharingTypeEnumeration vehicle_sharing_type = 651;
      Specified by:
      getVehicleSharingType in interface VehicleSharingTypeOrBuilder
      Returns:
      The vehicleSharingType.
    • setVehicleSharingType

      public VehicleSharingType.Builder setVehicleSharingType(VehicleSharingTypeEnumeration value)
       Allowed values for VEHICLE SHARING MODE.OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 385:98]
       
      .uk.org.netex.www.netex.VehicleSharingTypeEnumeration vehicle_sharing_type = 651;
      Parameters:
      value - The vehicleSharingType to set.
      Returns:
      This builder for chaining.
    • clearVehicleSharingType

      public VehicleSharingType.Builder clearVehicleSharingType()
       Allowed values for VEHICLE SHARING MODE.OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_version.xsd at 385:98]
       
      .uk.org.netex.www.netex.VehicleSharingTypeEnumeration vehicle_sharing_type = 651;
      Returns:
      This builder for chaining.