Class AccessibilityLimitations_RelStructure.Builder

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

public static final class AccessibilityLimitations_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<AccessibilityLimitations_RelStructure.Builder> implements AccessibilityLimitations_RelStructureOrBuilder
 Type for a list of ACCESSIBILITY LIMITATIONs.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 60:64]
 
Protobuf type uk.org.netex.www.netex.AccessibilityLimitations_RelStructure
  • 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<AccessibilityLimitations_RelStructure.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<AccessibilityLimitations_RelStructure.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<AccessibilityLimitations_RelStructure.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

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

      public AccessibilityLimitations_RelStructure.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<AccessibilityLimitations_RelStructure.Builder>
      Throws:
      IOException
    • getId

      public String getId()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getId in interface AccessibilityLimitations_RelStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getIdBytes in interface AccessibilityLimitations_RelStructureOrBuilder
      Returns:
      The bytes for id.
    • setId

       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      This builder for chaining.
    • setIdBytes

      public AccessibilityLimitations_RelStructure.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • hasAccessibilityLimitation

      public boolean hasAccessibilityLimitation()
       A categorisation of the ACCESSIBILITY characteristics of a STOP PLACE COMPONENT such as a STOP PATH LINK, STOP PLACE or ACCESS SPACE to indicate its usability by passengers with specific needs, for example, those needing wheelchair access, step-free access or wanting to avoid confined spaces such as lifts.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 76:46]
       
      .uk.org.netex.www.netex.AccessibilityLimitationType accessibility_limitation = 2;
      Specified by:
      hasAccessibilityLimitation in interface AccessibilityLimitations_RelStructureOrBuilder
      Returns:
      Whether the accessibilityLimitation field is set.
    • getAccessibilityLimitation

      public AccessibilityLimitationType getAccessibilityLimitation()
       A categorisation of the ACCESSIBILITY characteristics of a STOP PLACE COMPONENT such as a STOP PATH LINK, STOP PLACE or ACCESS SPACE to indicate its usability by passengers with specific needs, for example, those needing wheelchair access, step-free access or wanting to avoid confined spaces such as lifts.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 76:46]
       
      .uk.org.netex.www.netex.AccessibilityLimitationType accessibility_limitation = 2;
      Specified by:
      getAccessibilityLimitation in interface AccessibilityLimitations_RelStructureOrBuilder
      Returns:
      The accessibilityLimitation.
    • setAccessibilityLimitation

       A categorisation of the ACCESSIBILITY characteristics of a STOP PLACE COMPONENT such as a STOP PATH LINK, STOP PLACE or ACCESS SPACE to indicate its usability by passengers with specific needs, for example, those needing wheelchair access, step-free access or wanting to avoid confined spaces such as lifts.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 76:46]
       
      .uk.org.netex.www.netex.AccessibilityLimitationType accessibility_limitation = 2;
    • setAccessibilityLimitation

      public AccessibilityLimitations_RelStructure.Builder setAccessibilityLimitation(AccessibilityLimitationType.Builder builderForValue)
       A categorisation of the ACCESSIBILITY characteristics of a STOP PLACE COMPONENT such as a STOP PATH LINK, STOP PLACE or ACCESS SPACE to indicate its usability by passengers with specific needs, for example, those needing wheelchair access, step-free access or wanting to avoid confined spaces such as lifts.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 76:46]
       
      .uk.org.netex.www.netex.AccessibilityLimitationType accessibility_limitation = 2;
    • mergeAccessibilityLimitation

       A categorisation of the ACCESSIBILITY characteristics of a STOP PLACE COMPONENT such as a STOP PATH LINK, STOP PLACE or ACCESS SPACE to indicate its usability by passengers with specific needs, for example, those needing wheelchair access, step-free access or wanting to avoid confined spaces such as lifts.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 76:46]
       
      .uk.org.netex.www.netex.AccessibilityLimitationType accessibility_limitation = 2;
    • clearAccessibilityLimitation

      public AccessibilityLimitations_RelStructure.Builder clearAccessibilityLimitation()
       A categorisation of the ACCESSIBILITY characteristics of a STOP PLACE COMPONENT such as a STOP PATH LINK, STOP PLACE or ACCESS SPACE to indicate its usability by passengers with specific needs, for example, those needing wheelchair access, step-free access or wanting to avoid confined spaces such as lifts.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 76:46]
       
      .uk.org.netex.www.netex.AccessibilityLimitationType accessibility_limitation = 2;
    • getAccessibilityLimitationBuilder

      public AccessibilityLimitationType.Builder getAccessibilityLimitationBuilder()
       A categorisation of the ACCESSIBILITY characteristics of a STOP PLACE COMPONENT such as a STOP PATH LINK, STOP PLACE or ACCESS SPACE to indicate its usability by passengers with specific needs, for example, those needing wheelchair access, step-free access or wanting to avoid confined spaces such as lifts.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 76:46]
       
      .uk.org.netex.www.netex.AccessibilityLimitationType accessibility_limitation = 2;
    • getAccessibilityLimitationOrBuilder

      public AccessibilityLimitationTypeOrBuilder getAccessibilityLimitationOrBuilder()
       A categorisation of the ACCESSIBILITY characteristics of a STOP PLACE COMPONENT such as a STOP PATH LINK, STOP PLACE or ACCESS SPACE to indicate its usability by passengers with specific needs, for example, those needing wheelchair access, step-free access or wanting to avoid confined spaces such as lifts.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 76:46]
       
      .uk.org.netex.www.netex.AccessibilityLimitationType accessibility_limitation = 2;
      Specified by:
      getAccessibilityLimitationOrBuilder in interface AccessibilityLimitations_RelStructureOrBuilder