Class AccessibilityLimitationType

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.AccessibilityLimitationType
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, AccessibilityLimitationTypeOrBuilder

public final class AccessibilityLimitationType extends com.google.protobuf.GeneratedMessage implements AccessibilityLimitationTypeOrBuilder
 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]
 
Protobuf type uk.org.netex.www.netex.AccessibilityLimitationType
See Also:
  • Field Details

    • CREATED_FIELD_NUMBER

      public static final int CREATED_FIELD_NUMBER
      See Also:
    • CHANGED_FIELD_NUMBER

      public static final int CHANGED_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_VERSION_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_VERSION_REF_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_OBJECT_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_OBJECT_REF_FIELD_NUMBER
      See Also:
    • VALIDITY_CONDITIONS_FIELD_NUMBER

      public static final int VALIDITY_CONDITIONS_FIELD_NUMBER
      See Also:
    • VALID_BETWEEN_FIELD_NUMBER

      public static final int VALID_BETWEEN_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_TEXTS_FIELD_NUMBER

      public static final int ALTERNATIVE_TEXTS_FIELD_NUMBER
      See Also:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_FIELD_NUMBER
      See Also:
    • WHEELCHAIR_ACCESS_FIELD_NUMBER

      public static final int WHEELCHAIR_ACCESS_FIELD_NUMBER
      See Also:
    • STEP_FREE_ACCESS_FIELD_NUMBER

      public static final int STEP_FREE_ACCESS_FIELD_NUMBER
      See Also:
    • ESCALATOR_FREE_ACCESS_FIELD_NUMBER

      public static final int ESCALATOR_FREE_ACCESS_FIELD_NUMBER
      See Also:
    • LIFT_FREE_ACCESS_FIELD_NUMBER

      public static final int LIFT_FREE_ACCESS_FIELD_NUMBER
      See Also:
    • AUDIBLE_SIGNALS_AVAILABLE_FIELD_NUMBER

      public static final int AUDIBLE_SIGNALS_AVAILABLE_FIELD_NUMBER
      See Also:
    • VISUAL_SIGNS_AVAILABLE_FIELD_NUMBER

      public static final int VISUAL_SIGNS_AVAILABLE_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
  • 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
    • 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 AccessibilityLimitationTypeOrBuilder
      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 AccessibilityLimitationTypeOrBuilder
      Returns:
      The created.
    • 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 AccessibilityLimitationTypeOrBuilder
    • 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 AccessibilityLimitationTypeOrBuilder
      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 AccessibilityLimitationTypeOrBuilder
      Returns:
      The changed.
    • 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 AccessibilityLimitationTypeOrBuilder
    • 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 AccessibilityLimitationTypeOrBuilder
      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 AccessibilityLimitationTypeOrBuilder
      Returns:
      The bytes for version.
    • 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 AccessibilityLimitationTypeOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • 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 AccessibilityLimitationTypeOrBuilder
      Returns:
      The status.
    • 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 = 203;
      Specified by:
      getDerivedFromVersionRef in interface AccessibilityLimitationTypeOrBuilder
      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 = 203;
      Specified by:
      getDerivedFromVersionRefBytes in interface AccessibilityLimitationTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • 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 = 204;
      Specified by:
      getDerivedFromObjectRef in interface AccessibilityLimitationTypeOrBuilder
      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 = 204;
      Specified by:
      getDerivedFromObjectRefBytes in interface AccessibilityLimitationTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • 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 AccessibilityLimitationTypeOrBuilder
      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 AccessibilityLimitationTypeOrBuilder
      Returns:
      The validityConditions.
    • 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 AccessibilityLimitationTypeOrBuilder
    • 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 AccessibilityLimitationTypeOrBuilder
    • 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 AccessibilityLimitationTypeOrBuilder
    • 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 AccessibilityLimitationTypeOrBuilder
    • 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 AccessibilityLimitationTypeOrBuilder
    • 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 AccessibilityLimitationTypeOrBuilder
    • 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 AccessibilityLimitationTypeOrBuilder
      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 AccessibilityLimitationTypeOrBuilder
      Returns:
      The alternativeTexts.
    • 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 AccessibilityLimitationTypeOrBuilder
    • 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 = 71;
      Specified by:
      hasExtensions in interface AccessibilityLimitationTypeOrBuilder
      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 = 71;
      Specified by:
      getExtensions in interface AccessibilityLimitationTypeOrBuilder
      Returns:
      The extensions.
    • 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 = 71;
      Specified by:
      getExtensionsOrBuilder in interface AccessibilityLimitationTypeOrBuilder
    • getWheelchairAccessValue

      public int getWheelchairAccessValue()
       Whether a PLACE is wheelchair accessible.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd at 114:90]
       
      .uk.org.netex.www.netex.LimitationStatusEnumeration wheelchair_access = 161;
      Specified by:
      getWheelchairAccessValue in interface AccessibilityLimitationTypeOrBuilder
      Returns:
      The enum numeric value on the wire for wheelchairAccess.
    • getWheelchairAccess

      public LimitationStatusEnumeration getWheelchairAccess()
       Whether a PLACE is wheelchair accessible.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd at 114:90]
       
      .uk.org.netex.www.netex.LimitationStatusEnumeration wheelchair_access = 161;
      Specified by:
      getWheelchairAccess in interface AccessibilityLimitationTypeOrBuilder
      Returns:
      The wheelchairAccess.
    • getStepFreeAccessValue

      public int getStepFreeAccessValue()
       Whether a PLACE has step free access.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd at 119:90]
       
      .uk.org.netex.www.netex.LimitationStatusEnumeration step_free_access = 162;
      Specified by:
      getStepFreeAccessValue in interface AccessibilityLimitationTypeOrBuilder
      Returns:
      The enum numeric value on the wire for stepFreeAccess.
    • getStepFreeAccess

      public LimitationStatusEnumeration getStepFreeAccess()
       Whether a PLACE has step free access.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd at 119:90]
       
      .uk.org.netex.www.netex.LimitationStatusEnumeration step_free_access = 162;
      Specified by:
      getStepFreeAccess in interface AccessibilityLimitationTypeOrBuilder
      Returns:
      The stepFreeAccess.
    • getEscalatorFreeAccessValue

      public int getEscalatorFreeAccessValue()
       Whether a PLACE has escalator free access.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd at 124:95]
       
      .uk.org.netex.www.netex.LimitationStatusEnumeration escalator_free_access = 163;
      Specified by:
      getEscalatorFreeAccessValue in interface AccessibilityLimitationTypeOrBuilder
      Returns:
      The enum numeric value on the wire for escalatorFreeAccess.
    • getEscalatorFreeAccess

      public LimitationStatusEnumeration getEscalatorFreeAccess()
       Whether a PLACE has escalator free access.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd at 124:95]
       
      .uk.org.netex.www.netex.LimitationStatusEnumeration escalator_free_access = 163;
      Specified by:
      getEscalatorFreeAccess in interface AccessibilityLimitationTypeOrBuilder
      Returns:
      The escalatorFreeAccess.
    • getLiftFreeAccessValue

      public int getLiftFreeAccessValue()
       Whether a PLACE has lift free access.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd at 129:90]
       
      .uk.org.netex.www.netex.LimitationStatusEnumeration lift_free_access = 164;
      Specified by:
      getLiftFreeAccessValue in interface AccessibilityLimitationTypeOrBuilder
      Returns:
      The enum numeric value on the wire for liftFreeAccess.
    • getLiftFreeAccess

      public LimitationStatusEnumeration getLiftFreeAccess()
       Whether a PLACE has lift free access.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd at 129:90]
       
      .uk.org.netex.www.netex.LimitationStatusEnumeration lift_free_access = 164;
      Specified by:
      getLiftFreeAccess in interface AccessibilityLimitationTypeOrBuilder
      Returns:
      The liftFreeAccess.
    • getAudibleSignalsAvailableValue

      public int getAudibleSignalsAvailableValue()
       Whether a PLACE is wheelchair accessible.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd at 134:97]
       
      .uk.org.netex.www.netex.LimitationStatusEnumeration audible_signals_available = 171;
      Specified by:
      getAudibleSignalsAvailableValue in interface AccessibilityLimitationTypeOrBuilder
      Returns:
      The enum numeric value on the wire for audibleSignalsAvailable.
    • getAudibleSignalsAvailable

      public LimitationStatusEnumeration getAudibleSignalsAvailable()
       Whether a PLACE is wheelchair accessible.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd at 134:97]
       
      .uk.org.netex.www.netex.LimitationStatusEnumeration audible_signals_available = 171;
      Specified by:
      getAudibleSignalsAvailable in interface AccessibilityLimitationTypeOrBuilder
      Returns:
      The audibleSignalsAvailable.
    • getVisualSignsAvailableValue

      public int getVisualSignsAvailableValue()
       Whether a PLACE has Visual signals available for the free access.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd at 139:96]
       
      .uk.org.netex.www.netex.LimitationStatusEnumeration visual_signs_available = 172;
      Specified by:
      getVisualSignsAvailableValue in interface AccessibilityLimitationTypeOrBuilder
      Returns:
      The enum numeric value on the wire for visualSignsAvailable.
    • getVisualSignsAvailable

      public LimitationStatusEnumeration getVisualSignsAvailable()
       Whether a PLACE has Visual signals available for the free access.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd at 139:96]
       
      .uk.org.netex.www.netex.LimitationStatusEnumeration visual_signs_available = 172;
      Specified by:
      getVisualSignsAvailable in interface AccessibilityLimitationTypeOrBuilder
      Returns:
      The visualSignsAvailable.
    • getId

      public String getId()
       [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 92:56]
       
      string id = 201;
      Specified by:
      getId in interface AccessibilityLimitationTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 92:56]
       
      string id = 201;
      Specified by:
      getIdBytes in interface AccessibilityLimitationTypeOrBuilder
      Returns:
      The bytes for id.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static AccessibilityLimitationType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AccessibilityLimitationType parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AccessibilityLimitationType parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AccessibilityLimitationType parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AccessibilityLimitationType parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AccessibilityLimitationType parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AccessibilityLimitationType parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AccessibilityLimitationType parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AccessibilityLimitationType parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AccessibilityLimitationType parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AccessibilityLimitationType parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AccessibilityLimitationType parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public AccessibilityLimitationType.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static AccessibilityLimitationType.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected AccessibilityLimitationType.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static AccessibilityLimitationType getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<AccessibilityLimitationType> parser()
    • getParserForType

      public com.google.protobuf.Parser<AccessibilityLimitationType> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public AccessibilityLimitationType getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder