Class EntranceEquipmentType.Builder

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

public static final class EntranceEquipmentType.Builder extends com.google.protobuf.GeneratedMessage.Builder<EntranceEquipmentType.Builder> implements EntranceEquipmentTypeOrBuilder
 Specialisation of PLACE ACCESS EQUIPMENT for ENTRANCEs (door, barrier, revolving door, etc.).  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1059:76]
 
Protobuf type uk.org.netex.www.netex.EntranceEquipmentType
  • 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<EntranceEquipmentType.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<EntranceEquipmentType.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<EntranceEquipmentType.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

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

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

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

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

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

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

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

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

      public EntranceEquipmentType.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 = 692;
      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 = 693;
      Specified by:
      getDerivedFromObjectRef in interface EntranceEquipmentTypeOrBuilder
      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 = 693;
      Specified by:
      getDerivedFromObjectRefBytes in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public EntranceEquipmentType.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 = 693;
      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 EntranceEquipmentTypeOrBuilder
      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 EntranceEquipmentTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

      public EntranceEquipmentType.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 EntranceEquipmentType.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 EntranceEquipmentType.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 EntranceEquipmentType.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 EntranceEquipmentTypeOrBuilder
    • 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 EntranceEquipmentTypeOrBuilder
    • 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 EntranceEquipmentTypeOrBuilder
    • 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 EntranceEquipmentTypeOrBuilder
    • setValidBetween

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

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

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

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

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

      public EntranceEquipmentType.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 EntranceEquipmentType.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 EntranceEquipmentType.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 EntranceEquipmentType.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 EntranceEquipmentTypeOrBuilder
    • 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 EntranceEquipmentTypeOrBuilder
      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 EntranceEquipmentTypeOrBuilder
      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 EntranceEquipmentType.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

       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 EntranceEquipmentType.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 EntranceEquipmentTypeOrBuilder
    • hasName

      public boolean hasName()
       Name of EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 122:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface EntranceEquipmentTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 122:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The name.
    • setName

       Name of EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 122:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • setName

       Name of EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 122:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • mergeName

       Name of EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 122:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • clearName

      public EntranceEquipmentType.Builder clearName()
       Name of EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 122:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 122:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 122:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface EntranceEquipmentTypeOrBuilder
    • 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 = 162;
      Specified by:
      hasPrivateCode in interface EntranceEquipmentTypeOrBuilder
      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 = 162;
      Specified by:
      getPrivateCode in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The privateCode.
    • setPrivateCode

      public EntranceEquipmentType.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 = 162;
    • setPrivateCode

      public EntranceEquipmentType.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 = 162;
    • mergePrivateCode

      public EntranceEquipmentType.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 = 162;
    • clearPrivateCode

      public EntranceEquipmentType.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 = 162;
    • 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 = 162;
    • 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 = 162;
      Specified by:
      getPrivateCodeOrBuilder in interface EntranceEquipmentTypeOrBuilder
    • hasPublicCode

      public boolean hasPublicCode()
       A Public code which may be displayed on equipment to identify it.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 128:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 163;
      Specified by:
      hasPublicCode in interface EntranceEquipmentTypeOrBuilder
      Returns:
      Whether the publicCode field is set.
    • getPublicCode

      public PrivateCodeStructure getPublicCode()
       A Public code which may be displayed on equipment to identify it.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 128:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 163;
      Specified by:
      getPublicCode in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The publicCode.
    • setPublicCode

       A Public code which may be displayed on equipment to identify it.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 128:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 163;
    • setPublicCode

      public EntranceEquipmentType.Builder setPublicCode(PrivateCodeStructure.Builder builderForValue)
       A Public code which may be displayed on equipment to identify it.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 128:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 163;
    • mergePublicCode

      public EntranceEquipmentType.Builder mergePublicCode(PrivateCodeStructure value)
       A Public code which may be displayed on equipment to identify it.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 128:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 163;
    • clearPublicCode

      public EntranceEquipmentType.Builder clearPublicCode()
       A Public code which may be displayed on equipment to identify it.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 128:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 163;
    • getPublicCodeBuilder

      public PrivateCodeStructure.Builder getPublicCodeBuilder()
       A Public code which may be displayed on equipment to identify it.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 128:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 163;
    • getPublicCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPublicCodeOrBuilder()
       A Public code which may be displayed on equipment to identify it.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 128:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 163;
      Specified by:
      getPublicCodeOrBuilder in interface EntranceEquipmentTypeOrBuilder
    • getImage

      public String getImage()
       Default image for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 133:62]
       
      string image = 164;
      Specified by:
      getImage in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The image.
    • getImageBytes

      public com.google.protobuf.ByteString getImageBytes()
       Default image for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 133:62]
       
      string image = 164;
      Specified by:
      getImageBytes in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The bytes for image.
    • setImage

      public EntranceEquipmentType.Builder setImage(String value)
       Default image for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 133:62]
       
      string image = 164;
      Parameters:
      value - The image to set.
      Returns:
      This builder for chaining.
    • clearImage

      public EntranceEquipmentType.Builder clearImage()
       Default image for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 133:62]
       
      string image = 164;
      Returns:
      This builder for chaining.
    • setImageBytes

      public EntranceEquipmentType.Builder setImageBytes(com.google.protobuf.ByteString value)
       Default image for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 133:62]
       
      string image = 164;
      Parameters:
      value - The bytes for image to set.
      Returns:
      This builder for chaining.
    • hasTypeOfEquipmentRef

      public boolean hasTypeOfEquipmentRef()
       Reference to a TYPE OF EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 165;
      Specified by:
      hasTypeOfEquipmentRef in interface EntranceEquipmentTypeOrBuilder
      Returns:
      Whether the typeOfEquipmentRef field is set.
    • getTypeOfEquipmentRef

      public VersionOfObjectRefStructure getTypeOfEquipmentRef()
       Reference to a TYPE OF EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 165;
      Specified by:
      getTypeOfEquipmentRef in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The typeOfEquipmentRef.
    • setTypeOfEquipmentRef

      public EntranceEquipmentType.Builder setTypeOfEquipmentRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 165;
    • setTypeOfEquipmentRef

      public EntranceEquipmentType.Builder setTypeOfEquipmentRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TYPE OF EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 165;
    • mergeTypeOfEquipmentRef

      public EntranceEquipmentType.Builder mergeTypeOfEquipmentRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 165;
    • clearTypeOfEquipmentRef

      public EntranceEquipmentType.Builder clearTypeOfEquipmentRef()
       Reference to a TYPE OF EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 165;
    • getTypeOfEquipmentRefBuilder

      public VersionOfObjectRefStructure.Builder getTypeOfEquipmentRefBuilder()
       Reference to a TYPE OF EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 165;
    • getTypeOfEquipmentRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfEquipmentRefOrBuilder()
       Reference to a TYPE OF EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 165;
      Specified by:
      getTypeOfEquipmentRefOrBuilder in interface EntranceEquipmentTypeOrBuilder
    • hasDescription

      public boolean hasDescription()
       Further description or other comment for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 139:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 166;
      Specified by:
      hasDescription in interface EntranceEquipmentTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Further description or other comment for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 139:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 166;
      Specified by:
      getDescription in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The description.
    • setDescription

      public EntranceEquipmentType.Builder setDescription(MultilingualString value)
       Further description or other comment for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 139:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 166;
    • setDescription

      public EntranceEquipmentType.Builder setDescription(MultilingualString.Builder builderForValue)
       Further description or other comment for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 139:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 166;
    • mergeDescription

      public EntranceEquipmentType.Builder mergeDescription(MultilingualString value)
       Further description or other comment for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 139:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 166;
    • clearDescription

      public EntranceEquipmentType.Builder clearDescription()
       Further description or other comment for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 139:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 166;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Further description or other comment for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 139:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 166;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Further description or other comment for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 139:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 166;
      Specified by:
      getDescriptionOrBuilder in interface EntranceEquipmentTypeOrBuilder
    • hasNote

      public boolean hasNote()
       Further description or other comment for internal use by OPERATOR.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 144:86]
       
      .uk.org.netex.www.netex.MultilingualString note = 167;
      Specified by:
      hasNote in interface EntranceEquipmentTypeOrBuilder
      Returns:
      Whether the note field is set.
    • getNote

      public MultilingualString getNote()
       Further description or other comment for internal use by OPERATOR.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 144:86]
       
      .uk.org.netex.www.netex.MultilingualString note = 167;
      Specified by:
      getNote in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The note.
    • setNote

       Further description or other comment for internal use by OPERATOR.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 144:86]
       
      .uk.org.netex.www.netex.MultilingualString note = 167;
    • setNote

       Further description or other comment for internal use by OPERATOR.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 144:86]
       
      .uk.org.netex.www.netex.MultilingualString note = 167;
    • mergeNote

       Further description or other comment for internal use by OPERATOR.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 144:86]
       
      .uk.org.netex.www.netex.MultilingualString note = 167;
    • clearNote

      public EntranceEquipmentType.Builder clearNote()
       Further description or other comment for internal use by OPERATOR.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 144:86]
       
      .uk.org.netex.www.netex.MultilingualString note = 167;
    • getNoteBuilder

      public MultilingualString.Builder getNoteBuilder()
       Further description or other comment for internal use by OPERATOR.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 144:86]
       
      .uk.org.netex.www.netex.MultilingualString note = 167;
    • getNoteOrBuilder

      public MultilingualStringOrBuilder getNoteOrBuilder()
       Further description or other comment for internal use by OPERATOR.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 144:86]
       
      .uk.org.netex.www.netex.MultilingualString note = 167;
      Specified by:
      getNoteOrBuilder in interface EntranceEquipmentTypeOrBuilder
    • hasInfoLinks

      public boolean hasInfoLinks()
       INFO LINKs associated with EQUIPMENT +v1.1  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 149:78]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure info_links = 168;
      Specified by:
      hasInfoLinks in interface EntranceEquipmentTypeOrBuilder
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

      public InfoLinks_RelStructure getInfoLinks()
       INFO LINKs associated with EQUIPMENT +v1.1  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 149:78]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure info_links = 168;
      Specified by:
      getInfoLinks in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The infoLinks.
    • clearInfoLinks

      public EntranceEquipmentType.Builder clearInfoLinks()
       INFO LINKs associated with EQUIPMENT +v1.1  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 149:78]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure info_links = 168;
    • getInfoLinksBuilder

      public InfoLinks_RelStructure.Builder getInfoLinksBuilder()
       INFO LINKs associated with EQUIPMENT +v1.1  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 149:78]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure info_links = 168;
    • getInfoLinksOrBuilder

      public InfoLinks_RelStructureOrBuilder getInfoLinksOrBuilder()
       INFO LINKs associated with EQUIPMENT +v1.1  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 149:78]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure info_links = 168;
      Specified by:
      getInfoLinksOrBuilder in interface EntranceEquipmentTypeOrBuilder
    • getOutOfService

      public boolean getOutOfService()
       Whether the EQUIPMENT is out of service for protracted time. A separate Real time services should be used for short term outages. e.g. SIRI FM.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 154:70]
       
      bool out_of_service = 169;
      Specified by:
      getOutOfService in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The outOfService.
    • setOutOfService

      public EntranceEquipmentType.Builder setOutOfService(boolean value)
       Whether the EQUIPMENT is out of service for protracted time. A separate Real time services should be used for short term outages. e.g. SIRI FM.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 154:70]
       
      bool out_of_service = 169;
      Parameters:
      value - The outOfService to set.
      Returns:
      This builder for chaining.
    • clearOutOfService

      public EntranceEquipmentType.Builder clearOutOfService()
       Whether the EQUIPMENT is out of service for protracted time. A separate Real time services should be used for short term outages. e.g. SIRI FM.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 154:70]
       
      bool out_of_service = 169;
      Returns:
      This builder for chaining.
    • getWidth

      public double getWidth()
       Width of EQUIPMENT or entrance to EQUIPMENT (e.g. Lift).  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 153:62]
       
      double width = 381;
      Specified by:
      getWidth in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The width.
    • setWidth

      public EntranceEquipmentType.Builder setWidth(double value)
       Width of EQUIPMENT or entrance to EQUIPMENT (e.g. Lift).  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 153:62]
       
      double width = 381;
      Parameters:
      value - The width to set.
      Returns:
      This builder for chaining.
    • clearWidth

      public EntranceEquipmentType.Builder clearWidth()
       Width of EQUIPMENT or entrance to EQUIPMENT (e.g. Lift).  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 153:62]
       
      double width = 381;
      Returns:
      This builder for chaining.
    • getDirectionOfUseValue

      public int getDirectionOfUseValue()
       Direction in which EQUIPMENT. can be used. Default is both.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 158:101]
       
      .uk.org.netex.www.netex.DirectionOfUseEnumeration direction_of_use = 382;
      Specified by:
      getDirectionOfUseValue in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The enum numeric value on the wire for directionOfUse.
    • setDirectionOfUseValue

      public EntranceEquipmentType.Builder setDirectionOfUseValue(int value)
       Direction in which EQUIPMENT. can be used. Default is both.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 158:101]
       
      .uk.org.netex.www.netex.DirectionOfUseEnumeration direction_of_use = 382;
      Parameters:
      value - The enum numeric value on the wire for directionOfUse to set.
      Returns:
      This builder for chaining.
    • getDirectionOfUse

      public DirectionOfUseEnumeration getDirectionOfUse()
       Direction in which EQUIPMENT. can be used. Default is both.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 158:101]
       
      .uk.org.netex.www.netex.DirectionOfUseEnumeration direction_of_use = 382;
      Specified by:
      getDirectionOfUse in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The directionOfUse.
    • setDirectionOfUse

      public EntranceEquipmentType.Builder setDirectionOfUse(DirectionOfUseEnumeration value)
       Direction in which EQUIPMENT. can be used. Default is both.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 158:101]
       
      .uk.org.netex.www.netex.DirectionOfUseEnumeration direction_of_use = 382;
      Parameters:
      value - The directionOfUse to set.
      Returns:
      This builder for chaining.
    • clearDirectionOfUse

      public EntranceEquipmentType.Builder clearDirectionOfUse()
       Direction in which EQUIPMENT. can be used. Default is both.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 158:101]
       
      .uk.org.netex.www.netex.DirectionOfUseEnumeration direction_of_use = 382;
      Returns:
      This builder for chaining.
    • getPassengersPerMinute

      public int getPassengersPerMinute()
       Number of passengers per minute that can use EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 163:77]
       
      int32 passengers_per_minute = 383;
      Specified by:
      getPassengersPerMinute in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The passengersPerMinute.
    • setPassengersPerMinute

      public EntranceEquipmentType.Builder setPassengersPerMinute(int value)
       Number of passengers per minute that can use EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 163:77]
       
      int32 passengers_per_minute = 383;
      Parameters:
      value - The passengersPerMinute to set.
      Returns:
      This builder for chaining.
    • clearPassengersPerMinute

      public EntranceEquipmentType.Builder clearPassengersPerMinute()
       Number of passengers per minute that can use EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 163:77]
       
      int32 passengers_per_minute = 383;
      Returns:
      This builder for chaining.
    • getRelativeWeighting

      public int getRelativeWeighting()
       Relative weighting to be given to this item of EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 168:75]
       
      int32 relative_weighting = 384;
      Specified by:
      getRelativeWeighting in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The relativeWeighting.
    • setRelativeWeighting

      public EntranceEquipmentType.Builder setRelativeWeighting(int value)
       Relative weighting to be given to this item of EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 168:75]
       
      int32 relative_weighting = 384;
      Parameters:
      value - The relativeWeighting to set.
      Returns:
      This builder for chaining.
    • clearRelativeWeighting

      public EntranceEquipmentType.Builder clearRelativeWeighting()
       Relative weighting to be given to this item of EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 168:75]
       
      int32 relative_weighting = 384;
      Returns:
      This builder for chaining.
    • getSafeForGuideDog

      public boolean getSafeForGuideDog()
       Whether the access is safe for a guide dog. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 173:73]
       
      bool safe_for_guide_dog = 385;
      Specified by:
      getSafeForGuideDog in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The safeForGuideDog.
    • setSafeForGuideDog

      public EntranceEquipmentType.Builder setSafeForGuideDog(boolean value)
       Whether the access is safe for a guide dog. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 173:73]
       
      bool safe_for_guide_dog = 385;
      Parameters:
      value - The safeForGuideDog to set.
      Returns:
      This builder for chaining.
    • clearSafeForGuideDog

      public EntranceEquipmentType.Builder clearSafeForGuideDog()
       Whether the access is safe for a guide dog. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 173:73]
       
      bool safe_for_guide_dog = 385;
      Returns:
      This builder for chaining.
    • getDoor

      public boolean getDoor()
       Whether there is a door in the entrance. If false, opening does not have door.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1115:62]
       
      bool door = 531;
      Specified by:
      getDoor in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The door.
    • setDoor

      public EntranceEquipmentType.Builder setDoor(boolean value)
       Whether there is a door in the entrance. If false, opening does not have door.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1115:62]
       
      bool door = 531;
      Parameters:
      value - The door to set.
      Returns:
      This builder for chaining.
    • clearDoor

      public EntranceEquipmentType.Builder clearDoor()
       Whether there is a door in the entrance. If false, opening does not have door.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1115:62]
       
      bool door = 531;
      Returns:
      This builder for chaining.
    • getKeptOpen

      public boolean getKeptOpen()
       Whether the door is kept open.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1120:66]
       
      bool kept_open = 532;
      Specified by:
      getKeptOpen in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The keptOpen.
    • setKeptOpen

      public EntranceEquipmentType.Builder setKeptOpen(boolean value)
       Whether the door is kept open.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1120:66]
       
      bool kept_open = 532;
      Parameters:
      value - The keptOpen to set.
      Returns:
      This builder for chaining.
    • clearKeptOpen

      public EntranceEquipmentType.Builder clearKeptOpen()
       Whether the door is kept open.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1120:66]
       
      bool kept_open = 532;
      Returns:
      This builder for chaining.
    • getRevolvingDoor

      public boolean getRevolvingDoor()
       Whether door is revolving. Only applies if door is specified.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1125:71]
       
      bool revolving_door = 533;
      Specified by:
      getRevolvingDoor in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The revolvingDoor.
    • setRevolvingDoor

      public EntranceEquipmentType.Builder setRevolvingDoor(boolean value)
       Whether door is revolving. Only applies if door is specified.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1125:71]
       
      bool revolving_door = 533;
      Parameters:
      value - The revolvingDoor to set.
      Returns:
      This builder for chaining.
    • clearRevolvingDoor

      public EntranceEquipmentType.Builder clearRevolvingDoor()
       Whether door is revolving. Only applies if door is specified.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1125:71]
       
      bool revolving_door = 533;
      Returns:
      This builder for chaining.
    • getBarrier

      public boolean getBarrier()
       Whether there is a physical barrier across the doorway.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1130:65]
       
      bool barrier = 534;
      Specified by:
      getBarrier in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The barrier.
    • setBarrier

      public EntranceEquipmentType.Builder setBarrier(boolean value)
       Whether there is a physical barrier across the doorway.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1130:65]
       
      bool barrier = 534;
      Parameters:
      value - The barrier to set.
      Returns:
      This builder for chaining.
    • clearBarrier

      public EntranceEquipmentType.Builder clearBarrier()
       Whether there is a physical barrier across the doorway.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1130:65]
       
      bool barrier = 534;
      Returns:
      This builder for chaining.
    • getNumberOfGates

      public int getNumberOfGates()
       Number of gates in barrier or entrance.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1135:71]
       
      int32 number_of_gates = 535;
      Specified by:
      getNumberOfGates in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The numberOfGates.
    • setNumberOfGates

      public EntranceEquipmentType.Builder setNumberOfGates(int value)
       Number of gates in barrier or entrance.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1135:71]
       
      int32 number_of_gates = 535;
      Parameters:
      value - The numberOfGates to set.
      Returns:
      This builder for chaining.
    • clearNumberOfGates

      public EntranceEquipmentType.Builder clearNumberOfGates()
       Number of gates in barrier or entrance.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1135:71]
       
      int32 number_of_gates = 535;
      Returns:
      This builder for chaining.
    • getStaffingValue

      public int getStaffingValue()
       Staffing of entrance or barrier.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1140:74]
       
      .uk.org.netex.www.netex.StaffingEnumeration staffing = 536;
      Specified by:
      getStaffingValue in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The enum numeric value on the wire for staffing.
    • setStaffingValue

      public EntranceEquipmentType.Builder setStaffingValue(int value)
       Staffing of entrance or barrier.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1140:74]
       
      .uk.org.netex.www.netex.StaffingEnumeration staffing = 536;
      Parameters:
      value - The enum numeric value on the wire for staffing to set.
      Returns:
      This builder for chaining.
    • getStaffing

      public StaffingEnumeration getStaffing()
       Staffing of entrance or barrier.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1140:74]
       
      .uk.org.netex.www.netex.StaffingEnumeration staffing = 536;
      Specified by:
      getStaffing in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The staffing.
    • setStaffing

       Staffing of entrance or barrier.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1140:74]
       
      .uk.org.netex.www.netex.StaffingEnumeration staffing = 536;
      Parameters:
      value - The staffing to set.
      Returns:
      This builder for chaining.
    • clearStaffing

      public EntranceEquipmentType.Builder clearStaffing()
       Staffing of entrance or barrier.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1140:74]
       
      .uk.org.netex.www.netex.StaffingEnumeration staffing = 536;
      Returns:
      This builder for chaining.
    • getEntranceRequiresStaffing

      public boolean getEntranceRequiresStaffing()
       Whether entrance requires staff for use.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1152:82]
       
      bool entrance_requires_staffing = 541;
      Specified by:
      getEntranceRequiresStaffing in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The entranceRequiresStaffing.
    • setEntranceRequiresStaffing

      public EntranceEquipmentType.Builder setEntranceRequiresStaffing(boolean value)
       Whether entrance requires staff for use.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1152:82]
       
      bool entrance_requires_staffing = 541;
      Parameters:
      value - The entranceRequiresStaffing to set.
      Returns:
      This builder for chaining.
    • clearEntranceRequiresStaffing

      public EntranceEquipmentType.Builder clearEntranceRequiresStaffing()
       Whether entrance requires staff for use.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1152:82]
       
      bool entrance_requires_staffing = 541;
      Returns:
      This builder for chaining.
    • getEntranceRequiresTicket

      public boolean getEntranceRequiresTicket()
       Whether passage requires ticket.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1157:80]
       
      bool entrance_requires_ticket = 542;
      Specified by:
      getEntranceRequiresTicket in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The entranceRequiresTicket.
    • setEntranceRequiresTicket

      public EntranceEquipmentType.Builder setEntranceRequiresTicket(boolean value)
       Whether passage requires ticket.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1157:80]
       
      bool entrance_requires_ticket = 542;
      Parameters:
      value - The entranceRequiresTicket to set.
      Returns:
      This builder for chaining.
    • clearEntranceRequiresTicket

      public EntranceEquipmentType.Builder clearEntranceRequiresTicket()
       Whether passage requires ticket.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1157:80]
       
      bool entrance_requires_ticket = 542;
      Returns:
      This builder for chaining.
    • getEntranceRequiresPassport

      public boolean getEntranceRequiresPassport()
       Whether passage requires passport.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1162:82]
       
      bool entrance_requires_passport = 543;
      Specified by:
      getEntranceRequiresPassport in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The entranceRequiresPassport.
    • setEntranceRequiresPassport

      public EntranceEquipmentType.Builder setEntranceRequiresPassport(boolean value)
       Whether passage requires passport.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1162:82]
       
      bool entrance_requires_passport = 543;
      Parameters:
      value - The entranceRequiresPassport to set.
      Returns:
      This builder for chaining.
    • clearEntranceRequiresPassport

      public EntranceEquipmentType.Builder clearEntranceRequiresPassport()
       Whether passage requires passport.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1162:82]
       
      bool entrance_requires_passport = 543;
      Returns:
      This builder for chaining.
    • getDropKerbOutside

      public boolean getDropKerbOutside()
       Whether there is a drop Kerb outside door.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1174:73]
       
      bool drop_kerb_outside = 551;
      Specified by:
      getDropKerbOutside in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The dropKerbOutside.
    • setDropKerbOutside

      public EntranceEquipmentType.Builder setDropKerbOutside(boolean value)
       Whether there is a drop Kerb outside door.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1174:73]
       
      bool drop_kerb_outside = 551;
      Parameters:
      value - The dropKerbOutside to set.
      Returns:
      This builder for chaining.
    • clearDropKerbOutside

      public EntranceEquipmentType.Builder clearDropKerbOutside()
       Whether there is a drop Kerb outside door.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1174:73]
       
      bool drop_kerb_outside = 551;
      Returns:
      This builder for chaining.
    • getAcousticSensor

      public boolean getAcousticSensor()
       Whether door has acoustic sensors.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1179:72]
       
      bool acoustic_sensor = 552;
      Specified by:
      getAcousticSensor in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The acousticSensor.
    • setAcousticSensor

      public EntranceEquipmentType.Builder setAcousticSensor(boolean value)
       Whether door has acoustic sensors.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1179:72]
       
      bool acoustic_sensor = 552;
      Parameters:
      value - The acousticSensor to set.
      Returns:
      This builder for chaining.
    • clearAcousticSensor

      public EntranceEquipmentType.Builder clearAcousticSensor()
       Whether door has acoustic sensors.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1179:72]
       
      bool acoustic_sensor = 552;
      Returns:
      This builder for chaining.
    • getAutomaticDoor

      public boolean getAutomaticDoor()
       Whether doors are automatic.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1184:71]
       
      bool automatic_door = 553;
      Specified by:
      getAutomaticDoor in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The automaticDoor.
    • setAutomaticDoor

      public EntranceEquipmentType.Builder setAutomaticDoor(boolean value)
       Whether doors are automatic.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1184:71]
       
      bool automatic_door = 553;
      Parameters:
      value - The automaticDoor to set.
      Returns:
      This builder for chaining.
    • clearAutomaticDoor

      public EntranceEquipmentType.Builder clearAutomaticDoor()
       Whether doors are automatic.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1184:71]
       
      bool automatic_door = 553;
      Returns:
      This builder for chaining.
    • getGlassDoor

      public boolean getGlassDoor()
       Whether door is made of glass.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1189:67]
       
      bool glass_door = 554;
      Specified by:
      getGlassDoor in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The glassDoor.
    • setGlassDoor

      public EntranceEquipmentType.Builder setGlassDoor(boolean value)
       Whether door is made of glass.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1189:67]
       
      bool glass_door = 554;
      Parameters:
      value - The glassDoor to set.
      Returns:
      This builder for chaining.
    • clearGlassDoor

      public EntranceEquipmentType.Builder clearGlassDoor()
       Whether door is made of glass.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1189:67]
       
      bool glass_door = 554;
      Returns:
      This builder for chaining.
    • getAirlock

      public boolean getAirlock()
       Whether there is an airlock. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1194:65]
       
      bool airlock = 555;
      Specified by:
      getAirlock in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The airlock.
    • setAirlock

      public EntranceEquipmentType.Builder setAirlock(boolean value)
       Whether there is an airlock. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1194:65]
       
      bool airlock = 555;
      Parameters:
      value - The airlock to set.
      Returns:
      This builder for chaining.
    • clearAirlock

      public EntranceEquipmentType.Builder clearAirlock()
       Whether there is an airlock. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1194:65]
       
      bool airlock = 555;
      Returns:
      This builder for chaining.
    • getWheelchairPassable

      public boolean getWheelchairPassable()
       Door can be passed in a wheel chair.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1199:76]
       
      bool wheelchair_passable = 556;
      Specified by:
      getWheelchairPassable in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The wheelchairPassable.
    • setWheelchairPassable

      public EntranceEquipmentType.Builder setWheelchairPassable(boolean value)
       Door can be passed in a wheel chair.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1199:76]
       
      bool wheelchair_passable = 556;
      Parameters:
      value - The wheelchairPassable to set.
      Returns:
      This builder for chaining.
    • clearWheelchairPassable

      public EntranceEquipmentType.Builder clearWheelchairPassable()
       Door can be passed in a wheel chair.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1199:76]
       
      bool wheelchair_passable = 556;
      Returns:
      This builder for chaining.
    • getWheelchairUnaided

      public boolean getWheelchairUnaided()
       Can be passed in a wheel chair unaided.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1204:75]
       
      bool wheelchair_unaided = 557;
      Specified by:
      getWheelchairUnaided in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The wheelchairUnaided.
    • setWheelchairUnaided

      public EntranceEquipmentType.Builder setWheelchairUnaided(boolean value)
       Can be passed in a wheel chair unaided.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1204:75]
       
      bool wheelchair_unaided = 557;
      Parameters:
      value - The wheelchairUnaided to set.
      Returns:
      This builder for chaining.
    • clearWheelchairUnaided

      public EntranceEquipmentType.Builder clearWheelchairUnaided()
       Can be passed in a wheel chair unaided.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1204:75]
       
      bool wheelchair_unaided = 557;
      Returns:
      This builder for chaining.
    • getAudioOrVideoIntercom

      public boolean getAudioOrVideoIntercom()
       Whether there is an audio or video communication needed for access. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1209:78]
       
      bool audio_or_video_intercom = 558;
      Specified by:
      getAudioOrVideoIntercom in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The audioOrVideoIntercom.
    • setAudioOrVideoIntercom

      public EntranceEquipmentType.Builder setAudioOrVideoIntercom(boolean value)
       Whether there is an audio or video communication needed for access. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1209:78]
       
      bool audio_or_video_intercom = 558;
      Parameters:
      value - The audioOrVideoIntercom to set.
      Returns:
      This builder for chaining.
    • clearAudioOrVideoIntercom

      public EntranceEquipmentType.Builder clearAudioOrVideoIntercom()
       Whether there is an audio or video communication needed for access. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1209:78]
       
      bool audio_or_video_intercom = 558;
      Returns:
      This builder for chaining.
    • getEntranceAttentionValue

      public int getEntranceAttentionValue()
       Nature of doorbell help point etc needed to operate door.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1214:92]
       
      .uk.org.netex.www.netex.EntranceAttentionEnumeration entrance_attention = 559;
      Specified by:
      getEntranceAttentionValue in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The enum numeric value on the wire for entranceAttention.
    • setEntranceAttentionValue

      public EntranceEquipmentType.Builder setEntranceAttentionValue(int value)
       Nature of doorbell help point etc needed to operate door.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1214:92]
       
      .uk.org.netex.www.netex.EntranceAttentionEnumeration entrance_attention = 559;
      Parameters:
      value - The enum numeric value on the wire for entranceAttention to set.
      Returns:
      This builder for chaining.
    • getEntranceAttention

      public EntranceAttentionEnumeration getEntranceAttention()
       Nature of doorbell help point etc needed to operate door.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1214:92]
       
      .uk.org.netex.www.netex.EntranceAttentionEnumeration entrance_attention = 559;
      Specified by:
      getEntranceAttention in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The entranceAttention.
    • setEntranceAttention

      public EntranceEquipmentType.Builder setEntranceAttention(EntranceAttentionEnumeration value)
       Nature of doorbell help point etc needed to operate door.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1214:92]
       
      .uk.org.netex.www.netex.EntranceAttentionEnumeration entrance_attention = 559;
      Parameters:
      value - The entranceAttention to set.
      Returns:
      This builder for chaining.
    • clearEntranceAttention

      public EntranceEquipmentType.Builder clearEntranceAttention()
       Nature of doorbell help point etc needed to operate door.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1214:92]
       
      .uk.org.netex.www.netex.EntranceAttentionEnumeration entrance_attention = 559;
      Returns:
      This builder for chaining.
    • getDoorstepMark

      public boolean getDoorstepMark()
       Whether there is a tactile doorstep mark. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1219:70]
       
      bool doorstep_mark = 560;
      Specified by:
      getDoorstepMark in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The doorstepMark.
    • setDoorstepMark

      public EntranceEquipmentType.Builder setDoorstepMark(boolean value)
       Whether there is a tactile doorstep mark. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1219:70]
       
      bool doorstep_mark = 560;
      Parameters:
      value - The doorstepMark to set.
      Returns:
      This builder for chaining.
    • clearDoorstepMark

      public EntranceEquipmentType.Builder clearDoorstepMark()
       Whether there is a tactile doorstep mark. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1219:70]
       
      bool doorstep_mark = 560;
      Returns:
      This builder for chaining.
    • getNecessaryForceToOpenValue

      public int getNecessaryForceToOpenValue()
       Necessary force to open the door. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1224:92]
       
      .uk.org.netex.www.netex.NecessaryForceEnumeration necessary_force_to_open = 561;
      Specified by:
      getNecessaryForceToOpenValue in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The enum numeric value on the wire for necessaryForceToOpen.
    • setNecessaryForceToOpenValue

      public EntranceEquipmentType.Builder setNecessaryForceToOpenValue(int value)
       Necessary force to open the door. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1224:92]
       
      .uk.org.netex.www.netex.NecessaryForceEnumeration necessary_force_to_open = 561;
      Parameters:
      value - The enum numeric value on the wire for necessaryForceToOpen to set.
      Returns:
      This builder for chaining.
    • getNecessaryForceToOpen

      public NecessaryForceEnumeration getNecessaryForceToOpen()
       Necessary force to open the door. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1224:92]
       
      .uk.org.netex.www.netex.NecessaryForceEnumeration necessary_force_to_open = 561;
      Specified by:
      getNecessaryForceToOpen in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The necessaryForceToOpen.
    • setNecessaryForceToOpen

      public EntranceEquipmentType.Builder setNecessaryForceToOpen(NecessaryForceEnumeration value)
       Necessary force to open the door. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1224:92]
       
      .uk.org.netex.www.netex.NecessaryForceEnumeration necessary_force_to_open = 561;
      Parameters:
      value - The necessaryForceToOpen to set.
      Returns:
      This builder for chaining.
    • clearNecessaryForceToOpen

      public EntranceEquipmentType.Builder clearNecessaryForceToOpen()
       Necessary force to open the door. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1224:92]
       
      .uk.org.netex.www.netex.NecessaryForceEnumeration necessary_force_to_open = 561;
      Returns:
      This builder for chaining.
    • getSuitableForCycles

      public boolean getSuitableForCycles()
       Whether equipment is suitable for cycles.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1229:75]
       
      bool suitable_for_cycles = 563;
      Specified by:
      getSuitableForCycles in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The suitableForCycles.
    • setSuitableForCycles

      public EntranceEquipmentType.Builder setSuitableForCycles(boolean value)
       Whether equipment is suitable for cycles.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1229:75]
       
      bool suitable_for_cycles = 563;
      Parameters:
      value - The suitableForCycles to set.
      Returns:
      This builder for chaining.
    • clearSuitableForCycles

      public EntranceEquipmentType.Builder clearSuitableForCycles()
       Whether equipment is suitable for cycles.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1229:75]
       
      bool suitable_for_cycles = 563;
      Returns:
      This builder for chaining.
    • getAudioPassthroughIndicator

      public boolean getAudioPassthroughIndicator()
       Whether there is an audio signal indicating passing through  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1234:83]
       
      bool audio_passthrough_indicator = 562;
      Specified by:
      getAudioPassthroughIndicator in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The audioPassthroughIndicator.
    • setAudioPassthroughIndicator

      public EntranceEquipmentType.Builder setAudioPassthroughIndicator(boolean value)
       Whether there is an audio signal indicating passing through  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1234:83]
       
      bool audio_passthrough_indicator = 562;
      Parameters:
      value - The audioPassthroughIndicator to set.
      Returns:
      This builder for chaining.
    • clearAudioPassthroughIndicator

      public EntranceEquipmentType.Builder clearAudioPassthroughIndicator()
       Whether there is an audio signal indicating passing through  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1234:83]
       
      bool audio_passthrough_indicator = 562;
      Returns:
      This builder for chaining.
    • getOpeningNecessaryForceValue

      public int getOpeningNecessaryForceValue()
       Necessary force to open the door  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1239:93]
       
      .uk.org.netex.www.netex.NecessaryForceEnumeration opening_necessary_force = 644;
      Specified by:
      getOpeningNecessaryForceValue in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The enum numeric value on the wire for openingNecessaryForce.
    • setOpeningNecessaryForceValue

      public EntranceEquipmentType.Builder setOpeningNecessaryForceValue(int value)
       Necessary force to open the door  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1239:93]
       
      .uk.org.netex.www.netex.NecessaryForceEnumeration opening_necessary_force = 644;
      Parameters:
      value - The enum numeric value on the wire for openingNecessaryForce to set.
      Returns:
      This builder for chaining.
    • getOpeningNecessaryForce

      public NecessaryForceEnumeration getOpeningNecessaryForce()
       Necessary force to open the door  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1239:93]
       
      .uk.org.netex.www.netex.NecessaryForceEnumeration opening_necessary_force = 644;
      Specified by:
      getOpeningNecessaryForce in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The openingNecessaryForce.
    • setOpeningNecessaryForce

      public EntranceEquipmentType.Builder setOpeningNecessaryForce(NecessaryForceEnumeration value)
       Necessary force to open the door  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1239:93]
       
      .uk.org.netex.www.netex.NecessaryForceEnumeration opening_necessary_force = 644;
      Parameters:
      value - The openingNecessaryForce to set.
      Returns:
      This builder for chaining.
    • clearOpeningNecessaryForce

      public EntranceEquipmentType.Builder clearOpeningNecessaryForce()
       Necessary force to open the door  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1239:93]
       
      .uk.org.netex.www.netex.NecessaryForceEnumeration opening_necessary_force = 644;
      Returns:
      This builder for chaining.
    • getId

      public String getId()
       [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1083:63]
       
      string id = 601;
      Specified by:
      getId in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1083:63]
       
      string id = 601;
      Specified by:
      getIdBytes in interface EntranceEquipmentTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public EntranceEquipmentType.Builder setId(String value)
       [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1083:63]
       
      string id = 601;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1083:63]
       
      string id = 601;
      Returns:
      This builder for chaining.
    • setIdBytes

      public EntranceEquipmentType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 1083:63]
       
      string id = 601;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.